/* pages/order/serviceDetails/serviceDetails.wxss */ page { width: 750rpx; min-height: 100vh; background: #F6F6F6; padding: 24rpx; padding-bottom: 150rpx; overflow-x: hidden; } .topBox { width: 702rpx; background: #FFFFFF; border-radius: 12rpx; padding-top: 9rpx; padding-bottom: 48rpx; } .topBox .picture { width: 200rpx; height: 200rpx; background: #FFFFFF; box-shadow: 0px 10rpx 16rpx 0px rgba(17, 48, 105, 0.04); border-radius: 12rpx; display: block; margin: auto; } .topBox .tit { font-size: 36rpx; font-weight: 500; color: #191C27; margin: 20rpx auto; text-align: center; } .topBox .message { font-size: 30rpx; text-align: center; } .topBox .message .num { font-size: 48rpx; font-family: HelveticaNeue-BoldCond, HelveticaNeue; font-weight: bold; color: #191C27; } .topBox .message .old { font-size: 30rpx; color: #BDBDBD; margin-left: 10rpx; text-decoration: line-through; } .topBox .btn { width: 48rpx; height: 48rpx; border-radius: 50%; } .topBox .btnBox { margin-top: 48rpx; } .topBox .nums { margin: 0 30rpx; } .contioner { width: 702rpx; background: #FFFFFF; border-radius: 12rpx; margin: 24rpx 0; padding: 32rpx 24rpx; } .contioner .tit { font-size: 30rpx; font-weight: 500; color: #191C27; } .contioner .content { width: 654rpx; height: 100%; background: #F6F6F6; border-radius: 8rpx; padding: 40rpx 0; margin-top: 40rpx; padding-left: 24rpx; } .contioner .content .items { margin-bottom: 40rpx; } .contioner .content .items .t { font-size: 26rpx; font-weight: 500; color: #333333; } .contioner .content .items .message { font-size: 24rpx; color: #666666; margin-top: 20rpx; } .addressBox { width: 702rpx; background: #FFFFFF; border-radius: 12rpx; padding: 32rpx 24rpx; } .addressBox .top { font-size: 30rpx; font-weight: 500; color: #191C27; padding-bottom: 22rpx; margin-bottom: 32rpx; } .addressBox .top .btns { width: 112rpx; height: 50rpx; border-radius: 25rpx; line-height: 50rpx; color: #666666; } .addressBox .footer .address { width: 423rpx; font-size: 24rpx; color: #666666; } .addressBox .footer .iconBoxs image{ width: 39rpx; height: 39rpx; margin-right: 10rpx; } .addressBox .footer .iconBoxs{ font-size: 26rpx; color: #191C27; } .footerNav { width: 750rpx; height: 114rpx; background: #FFFFFF; position: fixed; left: 0; bottom: 0; z-index: 10; padding: 0 32rpx; } .footerNav .price { font-size: 32rpx; color: #191C27; } .footerNav .price .num { font-size: 48rpx; } .footerNav .footerBtn { width: 224rpx; height: 82rpx; line-height: 82rpx; background: linear-gradient(270deg, #467FFF 0%, #4699FF 100%); border-radius: 41rpx; }