Files
bsmall/pages/user/user.acss
2020-09-24 11:08:03 +08:00

79 lines
1.2 KiB
Plaintext
Executable File

.user-info{
background: white;
padding: 90rpx 50rpx;
position: relative;
border-bottom: solid 20rpx #fafafa;
}
.user-info-name{
font-size: 38rpx;
font-weight: bold;
}
.user-info-identity{
padding-top: 15rpx;
}
.user-info-identity text{
display: inline-block;
background: #ff6600;
color: white;
height: 32rpx;
line-height: 32rpx;
padding: 0 20rpx;
border-radius: 16px;
font-size: 24rpx;
}
.user-info-shop{
padding-top: 15rpx;
color: gray;
font-size: 26rpx;
}
.user-info-cover{
position: absolute;
right: 50rpx;
top: calc(50% - 54rpx);
width: 88rpx;
height: 88rpx;
background: #fafafa;
border:solid 10rpx #fafafa;
border-radius: 50%;
}
/* 按钮 */
.user-btn{
padding: 0 30rpx;
height: 90rpx;
line-height: 90rpx;
position: relative;
font-size: 30rpx;
}
.user-btn-text{
position: absolute;
right: 64rpx;
top: 0;
width: 350rpx;
font-size: 28rpx;
color: gray;
text-align: right;
}
.user-btn-icon{
width: 34rpx;
height: 34rpx;
vertical-align: middle;
margin: 0 15rpx 5rpx 0;
}
.user-btn-arrows{
position: absolute;
right: 30rpx;
top: calc(50% - 17rpx);
width: 34rpx;
height: 34rpx;
}