123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437 |
- /* pages/order/placeOrder/placeOrder.wxss */
- .topBox {
- padding: 16rpx 32rpx;
- }
- .topBox .title {
- font-size: 34rpx;
- font-weight: 600;
- color: #191C27;
- }
- .topBox .footer {
- font-size: 24rpx;
- color: #666666;
- margin-top: 25rpx;
- }
- .topBox .footer .le {
- border-right: 1rpx solid #E4E4E4;
- padding-right: 40rpx;
- width: 80%;
- }
- .topBox .footer .address {
- margin-bottom: 20rpx;
- }
- .topBox .footer .tips {
- font-size: 24rpx;
- color: #666666;
- }
- .topBox .footer .tips .tag {
- font-size: 22rpx;
- color: #E13C30;
- padding: 6rpx;
- background: #FFEBEA;
- border-radius: 2rpx;
- margin-right: 16rpx;
- }
- .topBox .footer .swiperBox {
- width: 150rpx;
- height: 105rpx;
- }
- .topBox .footer .swiperBox swiper-item {
- width: 100%;
- height: 100%;
- }
- .topBox .footer .swiperBox image {
- width: 40rpx;
- height: 40rpx;
- margin-right: 10rpx;
- }
- .topBox .footer .swiperBox text {
- font-size: 26rpx;
- color: #191C27;
- }
- .main8 {
- z-index: 87;
- height: 46rpx;
- border-radius: 23rpx;
- background-color: rgba(70,153,255,1);
- margin-left: 88rpx;
- width: 120rpx;
- justify-content: center;
- align-items: center;
- display: flex;
- flex-direction: column;
- }
- .word16 {
- z-index: 88;
- width: 80rpx;
- height: 20rpx;
- display: block;
- overflow-wrap: break-word;
- color: rgba(255,255,255,1);
- font-size: 20rpx;
- font-family: PingFangSC-Medium;
- white-space: nowrap;
- line-height: 20rpx;
- text-align: center;
- }
- .wx-swiper-dot {
- width: 24rpx !important;
- height: 5rpx !important;
- border-radius: 2rpx !important;
- bottom: 0rpx !important;
- }
- .wx-swiper-dot-active {
- width: 24rpx !important;
- height: 5rpx !important;
- border-radius: 2rpx !important;
- }
- .scrollBox {
- white-space: nowrap;
- padding: 32rpx 0;
- padding-left: 32rpx;
- }
- .scrollBox scroll-view {
- height: 175rpx;
- }
- .scrollBox .show {
- width: 390rpx;
- margin-right: 16rpx;
- height: 170rpx;
- border-radius: 10rpx;
- }
- .footerBox {
- width: 750rpx;
- height: 146rpx;
- background: rgba(255, 255, 255, 0.9);
- position: fixed;
- left: 0;
- bottom: 0;
- z-index: 200;
- }
- .footerBox .btnBox {
- width: 686rpx;
- height: 82rpx;
- background: #3A3A3A;
- border-radius: 41rpx;
- overflow: hidden;
- }
- .footerBox .btnBox .box {
- position: relative;
- margin: 0 40rpx;
- }
- .footerBox .btnBox .box image {
- width: 56rpx;
- height: 56rpx;
- }
- .footerBox .btnBox .tips {
- font-size: 28rpx;
- color: #999999;
- }
- .footerBox .btnBox .pricce {
- font-size: 32rpx;
- color: #FFFFFF;
- }
- .footerBox .btnBox .pricce .num {
- font-size: 48rpx;
- }
- .footerBox .btnBox .lr {
- width: 200rpx;
- height: 82rpx;
- line-height: 82rpx;
- font-size: 32rpx;
- }
- .footerBox .btnBox .gray {
- font-size: 32rpx;
- font-weight: 500;
- color: #999999;
- background: #5B5B5B;
- text-align: center;
- }
- .contioner {
- height: calc(100vh - 340rpx);
- }
- .listBox {
- min-height: 550rpx;
- width: 80%;
- white-space: nowrap;
- height: 100%;
- }
- .listBox scroll-view {
- width: 100%;
- height: 100%;
- }
- .listBox .title {
- font-size: 28rpx;
- font-weight: 500;
- color: #191C27;
- padding: 16rpx;
- }
- .listBox .box {
- padding: 0 40rpx;
- }
- .listBox .title .line {
- width: 90%;
- height: 1px;
- background: #EDEDED;
- margin-left: 15rpx;
- }
- .listBox .items {
- padding: 30rpx 0;
- }
- .listBox .items .le {
- margin-right: 16rpx;
- }
- .listBox .items .picture {
- width: 140rpx;
- height: 140rpx;
- }
- .listBox .items .message {
- flex-direction: column;
- align-items: flex-start;
- height: 140rpx;
- width: 100%;
- }
- .listBox .items .lr {
- width: 80%;
- }
- .listBox .items .num {
- width: 100%;
- }
- .listBox .items .num .price {
- font-size: 24rpx;
- color: #191C27;
- }
- .listBox .items .num .price .number {
- font-size: 36rpx;
- font-weight: 600;
- }
- .listBox .items .btn {
- width: 40rpx;
- height: 40rpx;
- border-radius: 50%;
- }
- .listBox .items .num .oldPrice {
- font-size: 24rpx;
- color: #BDBDBD;
- margin-left: 12rpx;
- text-decoration: line-through;
- }
- .carBox {
- padding-bottom: 200rpx;
- }
- .carBox .tit {
- width: 750rpx;
- height: 92rpx;
- background: #F6F6F6;
- padding: 32rpx;
- }
- .carBox .tit .le {
- font-size: 28rpx;
- color: #191C27;
- }
- .carBox .tit .lr {
- font-size: 28rpx;
- color: #666666;
- }
- .carBox .tit .del {
- width: 32rpx;
- height: 32rpx;
- margin-right: 8rpx;
- }
- .carBox .box {
- white-space: nowrap;
- }
- .carBox .box scroll-view {
- height: 500rpx;
- padding-left: 40rpx;
- padding-right: 32rpx;
- box-sizing: border-box;
- }
- .carBox .items {
- padding: 30rpx 0;
- }
- .carBox .items .le {
- margin-right: 32rpx;
- }
- .carBox .items .picture {
- width: 104rpx;
- height: 104rpx;
- }
- .carBox .items .message {
- flex-direction: column;
- align-items: flex-start;
- height: 104rpx;
- width: 100%;
- }
- .nums {
- margin: 0 10rpx;
- }
- .carBox .items .lr {
- width: 80%;
- }
- .carBox .items .num {
- width: 100%;
- }
- .carBox .items .num .price {
- font-size: 24rpx;
- color: #191C27;
- }
- .carBox .items .num .price .number {
- font-size: 36rpx;
- font-weight: 600;
- }
- .carBox .items .btn {
- width: 40rpx;
- height: 40rpx;
- border-radius: 50%;
- }
- .carBox .items .num .oldPrice {
- font-size: 24rpx;
- color: #BDBDBD;
- margin-left: 12rpx;
- text-decoration: line-through;
- }
- .slidebar {
- width: 20%;
- height: 100%;
- white-space: nowrap;
- background: #F6F6F6;
- }
- .slidebar scroll-view {
- height: 100%;
- }
- .slidebar .sliderItem {
- height: 94rpx;
- line-height: 94rpx;
- text-align: center;
- font-size: 30rpx;
- color: #666666;
- border-left: 8rpx solid transparent;
- }
- .slidebar .sliderItem.active {
- height: 94rpx;
- line-height: 94rpx;
- text-align: center;
- font-size: 30rpx;
- font-weight: 500;
- color: #191C27;
- border-left: 8rpx solid #4699FF;
- }
- .details {
- padding: 32rpx;
- padding-bottom: 100rpx;
- }
- .details .title {
- width: 545rpx;
- font-size: 34rpx;
- font-weight: 500;
- color: #191C27;
- padding: 12rpx 0;
- margin-bottom: 20rpx;
- }
- .details .tag {
- font-size: 24rpx;
- color: #4699FF;
- width: 84rpx;
- height: 32rpx;
- line-height: 32rpx;
- text-align: center;
- background: #E8F2FF;
- border-radius: 2rpx;
- }
- .details .grayText {
- font-size: 28rpx;
- color: #666666;
- margin-top: 32rpx;
- }
|