/* pages/user/user.wxss */ page { background: #EDEDED; } .top-box { padding: 0 30rpx; display: flex; align-items: center; justify-content: space-between; color: #fff; height: 180rpx; position: relative; } .topbg { position: absolute; width: 100%; z-index: -1; } .top-box .headimg { width: 100rpx; height: 100rpx; border-radius: 50%; flex-shrink: 0; margin-right: 20rpx; } .userinfo { flex: 1; font-size: 24rpx; } .username { display: flex; align-items: center; font-size: 36rpx; font-weight: bold; margin-bottom: 15rpx; } .username image { width: 31rpx; margin-left: 20rpx; } .user-box { margin: 0 30rpx; margin-bottom: 20rpx; background: white; border-radius: 20rpx; padding: 0rpx 20rpx; font-size: 29rpx; color: #333; } .user-box-top { display: flex; align-items: center; justify-content: space-between; padding: 30rpx 0; height: 28rpx; } .all-text { display: flex; align-items: center; font-size: 27rpx; color: #888; } .all-text .iconfont { font-size: 24rpx; } .user-order-types { display: flex; align-items: center; flex-wrap: wrap; } .user-order-type { width: 25%; text-align: center; font-size: 27rpx; margin-bottom: 30rpx; } .user-order-type image { width: 60rpx; height: 60rpx; display: block; margin: 0 auto; margin-bottom: 20rpx; } .user-box-line { line-height: 120rpx; border-bottom: 1rpx solid #d8d8d8; } .user-box .user-box-line:last-child { border-bottom: none; } .pay { width: 648rpx; height: 204rpx; margin: 0 auto; background: #F6F6F6; padding: 18rpx; box-sizing: border-box; } .s-box { display: flex; align-items: center; width: 100%; height: 100%; overflow: hidden; } .btn { width: 162rpx; height: 56rpx; background: #FB6E4D; border-radius: 28rpx; font-size: 32rpx; font-family: PingFang SC; font-weight: 400; color: #FFFFFF; line-height: 56rpx; text-align: center; margin-top: 10rpx; float:right; } .swiper{ height: 100% !important; } .box-r{ margin-left: 30rpx; width: 388rpx; } .wpay{ font-size: 32rpx; font-family: PingFang SC; font-weight: 400; color: #333333; } .time{ font-size: 28rpx; font-family: PingFang SC; font-weight: 400; color: #666666; margin-top: 10rpx; }