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.
141 lines
2.3 KiB
141 lines
2.3 KiB
/* pages/user/user.wxss */
|
|
.main {
|
|
background-color: #F9F9F9;
|
|
height: 100vh;
|
|
}
|
|
|
|
.nav_image {
|
|
height: 176rpx;
|
|
}
|
|
|
|
.owner {
|
|
display: flex;
|
|
padding: 0rpx 32rpx;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
}
|
|
|
|
.user {
|
|
width: 50%;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
}
|
|
|
|
.user_image {
|
|
width: 128rpx!important;
|
|
height: 128rpx;
|
|
background: #006BFF;
|
|
border: 4rpx solid #FFFFFF;
|
|
border-radius: 50%;
|
|
}
|
|
|
|
.user_name {
|
|
font-size: 40rpx;
|
|
font-family: PingFangSC-Medium, PingFang SC;
|
|
font-weight: 500;
|
|
color: #111111;
|
|
line-height: 40rpx;
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: space-around;
|
|
}
|
|
|
|
.user_tip {
|
|
font-size: 24rpx;
|
|
font-family: PingFangSC-Regular, PingFang SC;
|
|
font-weight: 400;
|
|
color: #999999;
|
|
line-height: 24rpx;
|
|
}
|
|
|
|
.balance {
|
|
display: flex;
|
|
width: 150rpx;
|
|
height: 64rpx;
|
|
background: #FFFFFF;
|
|
border-radius: 32rpx;
|
|
align-items: center;
|
|
justify-content: center;
|
|
font-size: 32rpx;
|
|
font-family: MiSans-Demibold, MiSans;
|
|
font-weight: 600;
|
|
color: #FF8B3C;
|
|
line-height: 32rpx;
|
|
}
|
|
|
|
.b_image {
|
|
width: 40rpx;
|
|
height: 40rpx;
|
|
margin-right: 10rpx;
|
|
}
|
|
|
|
.user_data {
|
|
/* height: 248rpx; */
|
|
background: #FFFFFF;
|
|
border-radius: 16rpx;
|
|
margin: 0rpx 32rpx;
|
|
padding: 32rpx;
|
|
margin-top: 48rpx;
|
|
}
|
|
|
|
.data_title {
|
|
width: 128rpx;
|
|
height: 32rpx;
|
|
font-size: 32rpx;
|
|
font-family: PingFangSC-Semibold, PingFang SC;
|
|
font-weight: 600;
|
|
color: #2B2B2B;
|
|
line-height: 32rpx;
|
|
margin-bottom: 24rpx;
|
|
}
|
|
|
|
.data_card {
|
|
height: 128rpx;
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
justify-content: space-around;
|
|
font-size: 24rpx;
|
|
font-family: PingFangSC-Regular, PingFang SC;
|
|
font-weight: 400;
|
|
color: #333333;
|
|
line-height: 24rpx;
|
|
}
|
|
|
|
.uni_skill {
|
|
background: #FFFFFF;
|
|
border-radius: 16rpx;
|
|
margin: 32rpx;
|
|
padding: 32rpx;
|
|
}
|
|
|
|
.phone {
|
|
background: #FFFFFF;
|
|
border-radius: 16rpx;
|
|
margin: 32rpx;
|
|
padding: 32rpx;
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
box-shadow: gray 0rpx 0rpx 10rpx;
|
|
position: fixed;
|
|
top: 40vh;
|
|
width: 622rpx;
|
|
}
|
|
|
|
.buts {
|
|
display: flex;
|
|
justify-content: space-around;
|
|
margin-top: 32rpx;
|
|
width: 100%;
|
|
}
|
|
|
|
.but {
|
|
width: 200rpx !important;
|
|
background: #006BFF;
|
|
font-size: 28rpx;
|
|
font-family: PingFangSC-Medium, PingFang SC;
|
|
font-weight: 500;
|
|
color: #FFFFFF;
|
|
line-height: 40rpx;
|
|
} |