/* pages/order/order.wxss */ .navbar { width: 100%; height: 128rpx; display: flex; background: #FFFFFF; justify-content: space-around; } .navbar .list { height: 128rpx; line-height: 128rpx; font-family: PingFangSC-Regular; font-size: 16px; color: #999999; letter-spacing: 0; text-align: center; } .navbar .active { border-bottom: 6rpx solid #0271E3; color: #333333; } .details-list { padding: 12rpx 30rpx; } .details-list .list-info { margin-top: 56rpx; position: relative; padding: 90rpx 28rpx 0 28rpx; background: #FFFFFF; box-shadow: 0 -1px 8px 0 rgba(0, 0, 0, 0.04); border-radius: 12px; } .details-list .list-info .header { position: absolute; left: 0; top: -24rpx; width: 178rpx; height: 96rpx; background: url(https://we-spa.oss-cn-shenzhen.aliyuncs.com/wxrep/tabBag.png) no-repeat; background-size: 100% 100%; font-family: PingFangSC-Semibold; font-size: 32rpx; color: #FFFFFF; letter-spacing: 0; text-align: center; line-height: 70rpx; } .details-list .list-info .info-text { margin-bottom: 30rpx; } .details-list .list-info .info-text text { font-family: PingFangSC-Regular; font-size: 32rpx; color: #333333; letter-spacing: 0; } .details-list .more-see { height: 100rpx; line-height: 100rpx; border-top: 1px solid #E4E4E4; display: flex; justify-content: center; align-items: center; font-family: PingFangSC-Regular; font-size: 28rpx; color: #333333; text-align: center; } .details-list .more-see image { width: 48rpx; height: 48rpx; }