You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

236 lines
4.0 KiB

5 years ago
/* 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;
5 years ago
margin-right: 20rpx;
5 years ago
}
.userinfo {
flex: 1;
font-size: 24rpx;
}
.username {
display: flex;
align-items: center;
font-size: 36rpx;
font-weight: bold;
margin-bottom: 15rpx;
}
5 years ago
.username image {
width: 31rpx;
margin-left: 20rpx;
}
5 years ago
.user-box {
margin: 0 30rpx;
margin-bottom: 20rpx;
background: white;
border-radius: 20rpx;
4 years ago
padding: 0rpx 20rpx;
5 years ago
font-size: 29rpx;
color: #333;
4 years ago
5 years ago
}
.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;
5 years ago
flex-wrap: wrap;
5 years ago
}
.user-order-type {
5 years ago
width: 25%;
5 years ago
text-align: center;
font-size: 27rpx;
5 years ago
margin-bottom: 30rpx;
5 years ago
}
.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;
4 years ago
}
.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;
3 years ago
}
.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;
}
2 years ago
.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;
}
3 years ago