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.
|
|
|
|
/* 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: 0 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;
|
|
|
|
|
}
|