12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034 |
- page {
- background-color: #F7F8FA;
- }
- .tabs-wrap {
- z-index: 111;
- position: fixed;
- top: 0;
- left: 0;
- height: 276rpx;
- width: 100%;
- padding: 20rpx 30rpx;
- box-sizing: border-box;
- background-color: #fff !important;
- }
- .tabs-wrap-not-item {
- height: 116rpx;
- }
- .insada {
- width: 100%;
- }
- .wrap-title {
- margin-bottom: 20rpx;
- }
- .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: 296rpx;
- 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;
- }
- /* 搜索框 */
- .van-search{
- background-color: #fff !important;
- padding: 0 !important;
- height: 72rpx;
- margin-bottom: 16rpx;
- }
- .van-search__content{
- height: 72rpx;
- margin: 0 auto !important;
- border-radius: 36rpx !important;
- overflow: hidden;
- }
- .van-search__field .van-cell{
- height: 72rpx;
- display: flex;
- align-items: center;
- }
|