/* 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; } .mask { position: fixed; top: 0; right: 0; bottom: 0; left: 0; background-color: rgba(0, 0, 0, 0.5); z-index: 999; } .model{ width: 561rpx; min-height: 449rpx; background: #FFFFFF; border-radius: 13rpx; position: absolute; box-sizing: border-box; } .model-title{ text-align: center; font-size: 34rpx; font-family: PingFang SC; font-weight: bold; color: #333333; margin-top: 32rpx; box-sizing: border-box; } .model-content{ display: flex; flex-direction: column; align-items: center; justify-content: center; flex-wrap: wrap; margin-top: 100rpx; font-size: 34rpx; font-family: PingFang SC; font-weight: 500; color: #333333; } .btn-list{ height: 106rpx; width: 100%; position: absolute; bottom: 0; border-top: 1rpx solid rgba(216, 216, 216, .99); padding: 10rpx; box-sizing: border-box; display: flex; justify-content: space-between; align-items: center; } .model-btn{ width: 50%; text-align: center; height: 86rpx; line-height: 86rpx; font-size: 34rpx; font-family: PingFang SC; font-weight: 500; color: #333333; } button{ margin:0; padding:0; border-radius:0; border:none; background-color:transparent; } button::after{ border: none; } .bottom-intro{ width: 100%; padding: 75rpx; font-family: PingFang-SC, PingFang-SC; font-weight: 500; font-size: 25rpx; color: #999999; line-height: 40rpx; text-align: center; box-sizing: border-box; }