| 123456789101112131415161718192021222324252627282930313233 |
- /* pages/pay/pay.wxss */
- .pay{background: #fff;padding-bottom: 80rpx;}
- .payt{padding: 90rpx 0 95rpx;text-align: center;}
- .payt image{width: 102rpx;height: 102rpx;margin: 0 auto 25rpx;}
- .payt view{font-size: 30rpx;color: #666;}
- .payt view.fail{color: #333;}
- .payt view.price{font-size: 24rpx;color: #333;}
- .payt view.price text{font-size: 48rpx;font-weight: bold;}
- .btn{display: flex;display: -webkit-flex;align-items: center;justify-content: center;}
- .order,.back{width: 216rpx;height: 70rpx;border-radius: 35rpx;font-size: 28rpx;text-align: center;line-height: 70rpx;margin: 0 15rpx;}
- .order{color: #333;border: 2rpx solid #D2D2D2;}
- .back{color: #FE0419;border: 2rpx solid #EA452E;}
- .tip{font-size: 24rpx;color: #999;line-height: 36rpx;padding: 23rpx 25rpx;}
- /* 猜你喜欢 */
- .cai{padding-bottom: 30rpx;margin-top: 40rpx;}
- .cai-tit{align-items: center;justify-content: center;font-size: 30rpx;color: #EA6730;font-weight: bold;margin-bottom: 30rpx;}
- .cai-tit image{width: 63rpx;height: 5rpx;}
- .cai-tit image:first-child{margin-right: 20rpx;}
- .cai-tit image:last-child{margin-left: 20rpx;}
- .tabcon{flex-wrap: wrap;}
- .tabcon .li{background: #fff;border-radius: 10rpx;width: 345rpx;margin: 20rpx 20rpx 0 0;}
- .tabcon .li:nth-child(2n){margin-right: 0;}
- .jsdimgs{width: 345rpx;height: 345rpx;position: relative;}
- .jsdpro{width: 100%;height: 100%;}
- .jsdimg{width: 82rpx;height: 36rpx;position: absolute;top: 20rpx;left: 20rpx;}
- .jsdinfo{padding: 15rpx 20rpx 30rpx;}
- .proname{font-size: 28rpx;color: #333;/* text-overflow: ellipsis;white-space: nowrap; */line-height: 36rpx;height: 72rpx;overflow: hidden;margin-bottom: 20rpx;}
- .operate{justify-content: space-between;align-items: center;}
- .price{font-size: 24rpx;color: #FE0419; align-items: center;display: flex;justify-content: center;}
-
- .price text{font-size: 36rpx;font-weight: bold;}
- .price .del{font-weight: normal;font-size: 24rpx;color: #999;margin-left: 12rpx;text-decoration: line-through;}
- .add-cart image{width: 42rpx;height: 42rpx;}
|