Files
szjs/pages/my/my.wxss
2025-03-07 22:27:18 +08:00

95 lines
1.6 KiB
Plaintext

.content {
display: flex;
flex-direction: row;
padding: 80rpx;
padding-bottom: 48rpx;
align-items: center;
}
.content image {
width: 120rpx;
margin-right: 20rpx;
}
.content_right view:last-child {
color: #A0A5B5;
font-size: 24rpx;
margin-top: 10rpx;
}
.userinfo-avatar {
overflow: hidden;
width: 128rpx;
height: 128rpx;
margin: 20rpx;
border-radius: 50%;
}
.content_right button {
text-align: left;
padding: 0;
background: none;
color: #333333;
font-size: 34rpx;
font-weight: 800;
}
.balance {
width: 688rpx;
height: 149rpx;
margin: 0 31rpx;
display: flex;
justify-content: space-between;
}
.balance .money {
margin: 28rpx;
}
.money view:nth-child(1) {
font-size: 22rpx;
font-family: PingFang SC;
font-weight: 400;
line-height: 36rpx;
color: #929292;
}
.money view:nth-child(2) {
font-size: 40rpx;
font-weight: 400;
line-height: 36rpx;
color: #333333;
margin-top: 15rpx;
}
.balance .btn {
width: 131rpx;
height: 58rpx;
background: #FF4C00;
opacity: 1;
border-radius: 85rpx;
font-size: 26rpx;
text-align: center;
font-family: PingFang SC;
line-height: 58rpx;
color: #FFFFFF;
margin: 46rpx 24rpx;
}
.substance {
display: flex;
/* margin-top: 53rpx; */
justify-content: space-between;
margin: 53rpx 24rpx 57rpx 31rpx;
border-bottom: 1px solid #eee;
line-height: 50rpx;
}
.price {
font-size: 26rpx;
font-family: PingFang SC;
line-height: 34rpx;
color: #333333;
opacity: 1;
margin-left: 20rpx;
}