123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005 |
- page {
- background-color: #F7F8FA;
- }
- .tabs-wrap {
- z-index: 111;
- position: fixed;
- top: 0;
- left: 0;
- height: 216rpx;
- width: 100%;
- padding: 20rpx 30rpx;
- box-sizing: border-box;
- background-color: #fff;
- }
- .tabs-wrap-not-item {
- height: 116rpx;
- }
- .insada {
- width: 100%;
- }
- .wrap-title {
- margin-bottom: 40rpx;
- }
- .wrap-list {
- width: 100%;
- white-space: nowrap;
- }
- .tabs-wrap .item-title {
- font-size: 28rpx;
- font-family: PingFangSC-Medium, PingFang SC;
- font-weight: 500;
- color: #999999;
- margin-right: 48rpx;
- padding-bottom: 20rpx;
- }
- .tabs-wrap .item-title.active {
- min-width: 140rpx;
- text-align: center;
- font-size: 36rpx;
- font-family: PingFangSC-Semibold, PingFang SC;
- font-weight: 600;
- color: #333333;
- position: relative;
- }
- .tabs-wrap .item-title.active::before {
- content: '';
- position: absolute;
- bottom: 0;
- left: 44rpx;
- width: 40rpx;
- height: 8rpx;
- background: linear-gradient(144deg, #FA7D22 0%, #FA4622 100%);
- border-radius: 4rpx;
- background-color: red;
- }
- .tabs-wrap .item-list {
- height: 66rpx;
- padding: 0 48rpx;
- background: #F5F5F6;
- border-radius: 33rpx;
- font-size: 24rpx;
- font-family: PingFangSC-Regular, PingFang SC;
- font-weight: 400;
- color: #666666;
- box-sizing: border-box;
- flex-shrink: 0;
- margin-right: 20rpx;
- display: inline-flex;
- }
- .tabs-wrap .item-list.active {
- background: #FFF0E6;
- border-radius: 33rpx;
- border: 2rpx solid #FA7D22;
- color: #FA7D22;
- }
- .tabs-content {
- margin-top: 236rpx;
- padding: 0 30rpx 60rpx;
- background-color: #fff;
- }
- .tabs-content .item {
- padding: 20rpx 0;
- background: #fff;
- }
- .tabs-content .item-image {
- width: 280rpx;
- height: 280rpx;
- background-color: #efefef;
- border-radius: 24rpx;
- margin-right: 20rpx;
- }
- .tabs-content .tags {
- flex-wrap: wrap;
- }
- .tabs-content .tags-item {
- margin-bottom: 4px;
- height: 38rpx;
- line-height: 38rpx;
- padding: 2rpx 4rpx;
- background: #F7F7F7;
- border-radius: 8rpx;
- font-size: 24rpx;
- font-family: PingFang-SC-Medium, PingFang-SC;
- font-weight: 500;
- color: #979797;
- display: inline;
- margin-right: 16rpx;
- }
- .tabs-content .tags-item:last-child {
- /* margin-right: 0; */
- }
- .tabs-content .vip-price {
- background: #CAA470;
- border-radius: 8rpx;
- border: 2rpx solid #CAA470;
- padding-left: 8rpx;
- /* display: inline-block; */
- height: 28rpx;
- /* box-sizing: border-box; */
- }
- .tabs-content .vip-price text {
- height: 28rpx;
- line-height: 28rpx;
- font-size: 20rpx;
- color: #fff;
- }
- .tabs-content .vip-price .price {
- background-color: #fff;
- border-radius: 0 6rpx 6rpx 0;
- color: #CAA470;
- padding: 0 8rpx;
- }
- .tabs-content .vip-origin-price {
- font-size: 28rpx;
- font-family: PingFangSC-Regular, PingFang SC;
- font-weight: 400;
- color: #999999;
- line-height: 40rpx;
- text-decoration: line-through;
- }
- .tabs-content .vip-origin-price text{
- font-size: 28rpx;
- font-family: PingFangSC-Regular, PingFang SC;
- font-weight: 400;
- color: #999999;
- line-height: 40rpx;
- text-decoration: line-through;
- }
- .tabs-content .btn-box image {
- width: 88rpx;
- height: 30rpx;
- margin-left: 16rpx;
- }
- .tabs-content .btn {
- width: 96rpx;
- height: 50rpx;
- background: #FA7D22;
- border-radius: 37rpx;
- font-size: 24rpx;
- font-family: PingFangSC-Medium, PingFang SC;
- font-weight: 500;
- color: #FFFFFF;
- }
- .selectInsRe {
- position: relative;
- }
- .selectIns {
- z-index: 111;
- }
- .tabs-content.active {
- padding: 0 20rpx 60rpx;
- background-color: #F7F8FA;
- }
- .content-item.active {
- display: grid;
- grid-gap: 20rpx 20rpx;
- /* padding: 0 20rpx 20rpx; */
- grid-template-columns: repeat(2, 1fr);
- grid-auto-flow: row;
- background-color: #F7F8FA;
- }
- .content-item.active .item {
- width: 344rpx;
- height: 608rpx;
- display: flex;
- flex-direction: column;
- border-radius: 24rpx;
- overflow: hidden;
- padding: 0;
- }
- .content-item.active .item-image {
- width: 344rpx;
- height: 344rpx;
- border-radius: 0;
- }
- .content-item.active .item-text {
- padding: 0 24rpx;
- }
- .tabs-content .item-text .content-item-title {
- font-size: 32rpx;
- font-family: PingFangSC-Medium, PingFang SC;
- font-weight: 500;
- color: #333333;
- overflow: hidden;
- text-overflow: ellipsis;
- display: -webkit-box;
- -webkit-line-clamp: 2;
- -webkit-box-orient: vertical;
- }
- .list_first_to {
- z-index: 110;
- top: 0rpx;
- position: fixed;
- width: 100%;
- height: 100%;
- background: rgba(0, 0, 0, 0.7);
- }
- .insellShow {
- width: 390rpx;
- }
- .insellShow2 {
- width: 300rpx;
- }
- .list_top_show {
- width: 100%;
- display: flex;
- align-items: center;
- flex-direction: column;
- margin-top: 230rpx;
- }
- .list_top_img {
- width: 40rpx;
- height: 40rpx;
- }
- .list_top_content {
- padding-top: 15rpx;
- margin-top: 30rpx;
- width: 428rpx;
- height: 102rpx;
- background: rgba(0, 0, 0, 0.3);
- border: 2rpx dashed #FFFFFF;
- }
- .first_and_title {
- width: 100%;
- line-height: 44rpx;
- text-align: center;
- font-size: 28rpx;
- font-weight: 500;
- color: #FFFFFF;
- }
- .first_and_title text {
- font-size: 32rpx;
- color: #FFFFFF;
- }
- .KnowBtn {
- margin-left: 271rpx;
- text-align: center;
- width: 208rpx;
- height: 76rpx;
- border-radius: 42rpx;
- border: 2rpx solid #FFFFFF;
- font-size: 32rpx;
- font-weight: 400;
- color: #FFFFFF;
- line-height: 76rpx;
- position: absolute;
- bottom: 60rpx;
- }
- /* <view class="list_top_show">
- <image class="list_top_img" src="/images/white_on.png"></image>
- <view class="list_top_content">
- <view class="first_and_title"><text>第一步</text>项目导航栏</view>
- <view class="first_and_title">可左右滑动快速筛选项目哟~</view>
- </view>
- </view> */
- .onIndex {
- position: relative;
- z-index: 111;
- }
- .ondistShow {
- display: flex;
- align-items: center;
- position: fixed;
- z-index: 111;
- right: 150rpx;
- }
- .list_right_content {
- width: 276rpx;
- padding-top: 15rpx;
- height: 102rpx;
- border: 2rpx dashed #FFFFFF;
- background: rgba(0, 0, 0, 0.3);
- bottom: 200rpx;
- }
- .list_right_img {
- width: 40rpx;
- height: 40rpx;
- }
- /* <view class="ondistShow">
- <view class="list_right_content">
- <view class="first_and_title"><text>第二步</text>选择你</view>
- <view class="first_and_title">心仪的项目下单</view>
- </view>
- <image class="list_right_img" src="/images/white_right.png"></image> */
- .navbar-box {
- width: 100%;
- /* height: 100%; */
- position: fixed;
- top: 0;
- left: 0;
- background: #ffffff;
- z-index: 11;
- }
- .navbar-box-container {
- box-sizing: border-box;
- position: absolute;
- display: flex;
- align-items: center;
- z-index: 999;
- }
- .navbar-box-container .navbar-location {
- width: 48rpx;
- height: 48rpx;
- margin-left: 20rpx;
- }
- .navbar-box-container .navbar-tips {
- color: #000000;
- }
- .navbar-box-container .navbar-arrow {
- width: 40rpx;
- height: 40rpx;
- }
- .navbar-bg-white {
- background: #FA7D22;
- }
- .opct {
- opacity: 0;
- }
- /* listKer todo - project -select */
- .new-v2-content-out {
- position: absolute;
- width: 100%;
- top: 96rpx;
- bottom: 0rpx;
- background-color: #fff;
- }
- .new-v2-content {
- display: flex;
- width: 100%;
- background-color: #fff;
- overflow: hidden;
- }
- .new-v2-content .v2-left {
- top: 166rpx;
- position: absolute;
- width: 160rpx;
- bottom: 0rpx;
- background: #F7F8FA;
- }
- .new-v2-content .v2-left .v2-left-item {
- width: 160rpx;
- height: 132rpx;
- background: #F7F8FA;
- display: flex;
- align-items: center;
- justify-content: center;
- text-align: center;
- /* line-height: 132rpx; */
- font-size: 26rpx;
- font-weight: 400;
- color: #666666;
- }
- .new-v2-left-color {
- width: 160rpx;
- display: flex;
- align-items: center;
- justify-content: center;
- height: 132rpx;
- text-align: center;
- /* line-height: 132rpx; */
- font-weight: 400;
- font-size: 28rpx;
- color: #292929;
- background: white;
- }
- .new-v2-content .v2-right {
- top: 166rpx;
- position: absolute;
- width: 590rpx;
- right: 0rpx;
- bottom: 0rpx;
- }
- .v2-right-item {
- margin-left: 20rpx;
- }
- .title-rt {
- line-height: 40rpx;
- margin-bottom: 20rpx;
- width: 100%;
- font-size: 26rpx;
- font-weight: 400;
- color: #343434;
- }
- .title-rt1 {
- line-height: 40rpx;
- margin-bottom: 20rpx;
- width: 100%;
- font-size: 28rpx;
- font-weight: 500;
- color: #222222;
- }
- .speach-top-spc {
- width: 100%;
- height: 20rpx;
- }
- .v2-right-product-item {
- margin-bottom: 40rpx;
- /* margin-top: 20rpx; */
- width: 100%;
- display: flex;
- align-items: center;
- }
- .v2-img {
- width: 240rpx;
- height: 240rpx;
- border-radius: 8rpx;
- }
- .v2-item-content {
- height: 240rpx;
- flex: 1;
- display: flex;
- flex-direction: column;
- margin-left: 20rpx;
- margin-right: 20rpx;
- }
- .v2-title {
- font-size: 28rpx;
- font-weight: 500;
- color: #292929;
- }
- .v2-desc {
- margin-top: 8rpx;
- display: flex;
- align-items: center;
- overflow: hidden;
- }
- .desc-item {
- padding-left: 10rpx;
- padding-right: 10rpx;
- height: 38rpx;
- line-height: 38rpx;
- margin-right: 24rpx;
- background: #F7F7F7;
- font-size: 24rpx;
- text-align: center;
- font-weight: 500;
- color: #666666;
- }
- .v2-price {
- flex: 1;
- display: flex;
- align-items: flex-end;
- }
- .v2-price1 {
- margin-top: 20rpx;
- margin-bottom: 50rpx;
- flex: 1;
- display: flex;
- }
- .v2-submit1 {
- /* margin-left: 40rpx; */
- margin-right: 20rpx;
- line-height: 50rpx;
- text-align: center;
- width: 140rpx;
- height: 50rpx;
- background: #FA7D22;
- border-radius: 25rpx;
- font-size: 24rpx;
- font-weight: 500;
- color: #FFFFFF;
- }
- .v2-price-money1 {
- flex: 1;
- font-size: 40rpx;
- font-weight: normal;
- color: #FA4622;
- }
- .v2-price-money1 text {
- font-size: 24rpx;
- color: #FA4622;
- }
- .v2-price-money {
- flex: 1;
- font-size: 40rpx;
- font-weight: normal;
- color: #FA4622;
- }
- .v2-price-money text {
- font-size: 24rpx;
- color: #FA4622;
- }
- .v2-submit {
- line-height: 50rpx;
- text-align: center;
- width: 140rpx;
- height: 50rpx;
- background: #FA7D22;
- border-radius: 25rpx;
- font-size: 24rpx;
- font-weight: 500;
- color: #FFFFFF;
- }
- .buttom-car {
- width: 100%;
- position: fixed;
- height: 104rpx;
- display: flex;
- align-items: center;
- bottom: 0rpx;
- background: white;
- }
- .car-img {
- margin-left: 24rpx;
- position: relative;
- width: 68rpx;
- height: 68rpx;
- }
- .car-icon {
- width: 68rpx;
- height: 68rpx;
- }
- .top-view {
- font-size: 12rpx;
- top: 0rpx;
- right: -8rpx;
- position: absolute;
- width: 36rpx;
- height: 36rpx;
- border-radius: 45rpx;
- background: #FF4414;
- text-align: center;
- line-height: 36rpx;
- font-size: 24rpx;
- font-weight: 500;
- color: #FFFFFF;
- }
- .addPage {
- margin-top: 10rpx;
- font-size: 24rpx;
- font-weight: 400;
- color: #FFC630;
- }
- .car-money {
- text-align: left;
- margin-left: 40rpx;
- flex: 1;
- font-size: 40rpx;
- font-weight: normal;
- color: #FA4622;
- }
- .car-money text {
- font-size: 24rpx;
- color: #FA4622;
- }
- .to-submit {
- width: 200rpx;
- height: 80rpx;
- background: #FA7D22;
- border-radius: 40rpx;
- margin-right: 24rpx;
- font-size: 32rpx;
- text-align: center;
- line-height: 80rpx;
- font-weight: 500;
- color: #FFFFFF;
- }
- .coupon-popup {
- width: 100%;
- background: #F7F8FA;
- height: 60vh;
- position: relative;
- }
- .exchange-tip{
- bottom: 104rpx;
- position: fixed;
- height: 50rpx;
- width: 750rpx;
- background-color: #FFF6DF;
- color: #333333;
- font-size: 24rpx;
- line-height: 50rpx;
- }
- .exchange-tip text{
- color: #FF3007;
- font-size: 24rpx;
- }
- .payType {
- height: 62vh;
- }
- .select-product {
- /* margin-top: 30rpx; */
- margin-bottom: 38rpx;
- width: 702rpx;
- margin-left: 24rpx;
- display: flex;
- align-items: center;
- }
- .v2-select-image {
- border-radius: 12rpx;
- width: 200rpx;
- height: 200rpx;
- }
- .v2-select-content {
- margin-left: 20rpx;
- height: 200rpx;
- flex: 1;
- display: flex;
- flex-direction: column;
- }
- .v2-select-content-name {
- margin-top: 5rpx;
- display: flex;
- }
- .v2-select-content-names {
- flex: 1;
- text-align: left;
- font-size: 28rpx;
- font-weight: 500;
- color: #292929;
- }
- .close-img {
- margin-top: -10rpx;
- margin-left: 40rpx;
- width: 56rpx;
- height: 56rpx;
- }
- .flex1In {
- flex: 1;
- }
- .flex1In1 {
- width: 240rpx;
- }
- .v2-select-ontent-money {
- text-align: left;
- font-size: 40rpx;
- font-weight: normal;
- color: #FA4622;
- display: flex;
- align-items: center;
- flex: 1;
- align-items: flex-end;
- }
- .v2-select-ontent-money .v2-box{
- height: 56rpx;
- width:100%;
- font-family: PingFangSC-Medium, PingFang SC;
- }
- .v2-select-ontent-money text {
- color: #FA4622;
- font-size: 24rpx;
- }
- .v2-select-ontent-money .v2-box .price__big{
- font-size: 40rpx;
- }
- .v2-select-title {
- text-align: left;
- font-size: 28rpx;
- font-weight: 500;
- color: #151316;
- margin-left: 24rpx;
- margin-top: 40rpx;
- margin-bottom: 20rpx;
- }
- .bottom-select {
- width: 100%;
- height: 150rpx;
- }
- .submit_bottom {
- left: 40rpx;
- bottom: 30rpx;
- z-index: 111;
- position: fixed;
- text-align: center;
- line-height: 84rpx;
- width: 670rpx;
- height: 84rpx;
- background: #FA7D22;
- border-radius: 42rpx;
- font-size: 32rpx;
- font-weight: 500;
- color: #FFFFFF;
- }
- .showline {
- width: 100%;
- height: 30rpx;
- }
- .onSelectProduct {
- width: 216rpx;
- min-height: 296rpx;
- margin-top: 10rpx;
- margin-left: 20rpx;
- border-radius: 12rpx;
- border: 2rpx solid #FA7D22;
- background: #FFF0E6;
- }
- .v2-material {
- width: 746rpx;
- margin-left: 4rpx;
- display: flex;
- flex-wrap: wrap;
- align-items: flex-start;
- }
- .material-item {
- width: 216rpx;
- min-height: 296rpx;
- margin-top: 10rpx;
- border: 2rpx solid #ffffff;
- margin-left: 20rpx;
- border-radius: 12rpx;
- background: white;
- }
- .material-image {
- width: 220rpx;
- height: 220rpx;
- border-top-left-radius: 12rpx;
- border-top-right-radius: 12rpx;
- }
- .material-images {
- width: 216rpx;
- height: 220rpx;
- border-top-left-radius: 12rpx;
- border-top-right-radius: 12rpx;
- }
- .material-content {
- width: 100%;
- min-height: 80rpx;
- display: flex;
- align-items: center;
- }
- .material-name {
- margin-right: 10rpx;
- margin-left: 10rpx;
- font-size: 28rpx;
- font-weight: 400;
- color: #151316;
- text-align: left;
- /* white-space: nowrap;
- overflow: hidden;
- text-overflow: ellipsis; */
- }
- .material-price {
- margin-bottom: 15rpx;
- width: 100%;
- margin-left: 10rpx;
- text-align: left;
- margin-right: 16rpx;
- font-size: 26rpx;
- font-weight: normal;
- color: #FA4622;
- }
- .onSelectLine {
- width: 220rpx;
- height: 300rpx;
- margin-left: 20rpx;
- border-radius: 12rpx;
- background: white;
- }
- .onSelectName {
- color: #FA7D22;
- }
- .material-price text {
- font-size: 16rpx;
- font-weight: normal;
- color: #FA4622;
- }
- .popup-Title-Car {
- font-size: 36rpx;
- font-weight: 500;
- color: #333333;
- background: #F7F8FA;
- line-height: 120rpx;
- }
- .v2-select-content-desc {
- margin-top: 20rpx;
- font-size: 24rpx;
- font-weight: 400;
- color: #999999;
- text-align: left;
- margin-bottom: 20rpx;
- flex: 1;
- }
- .discShow {
- width: 100%;
- position: fixed;
- bottom: 101rpx;
- height: 60rpx;
- text-align: center;
- line-height: 60rpx;
- background: #FFF6DF;
- font-size: 24rpx;
- font-family: PingFangSC-Regular, PingFang SC;
- font-weight: 400;
- color: #333333;
- }
- .discShow text {
- color: #FA4622;
- font-size: 24rpx;
- font-family: PingFangSC-Regular, PingFang SC;
- font-weight: 400;
- }
- .shopping-sup {
- width: 100rpx;
- height: 100rpx;
- position: fixed;
- right: 38rpx;
- bottom: 212rpx;
- background: #FA7D22;
- border-radius: 50%;
- display: flex;
- justify-content: center;
- align-items: center;
- }
- .shopping-sup image {
- width: 56rpx;
- height: 56rpx;
- }
- .shopping-list-num {
- width: 46rpx;
- height: 46rpx;
- line-height: 46rpx;
- border-radius: 50%;
- position: absolute;
- top: 0;
- right: -12rpx;
- background: #FF4414;
- font-size: 24rpx;
- font-family: PingFangSC-Medium, PingFang SC;
- font-weight: 500;
- color: #FFFFFF;
- text-align: center;
- }
- .calculation {
- width: 100%;
- display: flex;
- justify-content: flex-end;
- font-size: 32rpx;
- color: #979797;
- }
- .lation-content {
- margin-top: 20rpx;
- margin-bottom: 6rpx;
- width: 104rpx;
- height: 38rpx;
- line-height: 38rpx;
- background: #F7F7F7;
- border-radius: 4px;
- text-align: center;
- border: 1px solid #F2F2F2;
- display: flex;
- }
- .lation-num{
- flex: 1;
- }
- .reduce,
- .lation-add {
- width: 28rpx;
- }
|