99 lines
1.4 KiB
Plaintext
99 lines
1.4 KiB
Plaintext
/* packageD/auction/auction-mine/my_index/my_index.wxss */
|
|
page {
|
|
background: #fff;
|
|
height: 100vh;
|
|
}
|
|
|
|
.content {
|
|
background-color: #fff;
|
|
padding-left: 40rpx;
|
|
padding-right: 40rpx;
|
|
}
|
|
|
|
.content .avator {
|
|
padding-top: 28rpx;
|
|
padding-bottom: 58rpx;
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
|
|
.content .avator .user {
|
|
width: 84rpx;
|
|
height: 84rpx;
|
|
box-sizing: border-box;
|
|
border-radius: 50%;
|
|
}
|
|
|
|
.content .avator .user image {
|
|
border-radius: 50%;
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
|
|
.content .avator .nickname {
|
|
margin-left: 23rpx;
|
|
font-size: 28rpx;
|
|
color: #000;
|
|
}
|
|
|
|
.content .title {
|
|
margin-bottom: 63rpx;
|
|
text-align: left;
|
|
font-size: 36rpx;
|
|
color: #000;
|
|
}
|
|
|
|
.content .icon {
|
|
width: 100%;
|
|
display: flex;
|
|
}
|
|
|
|
.content .icon .li {
|
|
display: flex;
|
|
flex-direction: column;
|
|
flex: 1;
|
|
align-items: center;
|
|
justify-content: center;
|
|
}
|
|
|
|
.content .icon .li icon {
|
|
font-size: 28px;
|
|
color: #ff2c29;
|
|
}
|
|
|
|
.content .icon .li .span {
|
|
font-size: 24rpx;
|
|
color: #333;
|
|
}
|
|
|
|
.content .bottom {
|
|
margin-top: 100rpx;
|
|
}
|
|
|
|
.content .bottom .item {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
}
|
|
|
|
.content .bottom .item .left {
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
|
|
.content .bottom .item .left icon {
|
|
font-size: 50rpx;
|
|
color: #000;
|
|
}
|
|
|
|
.content .bottom .item .left .span {
|
|
font-size: 24rpx;
|
|
color: #000;
|
|
margin-left: 22rpx;
|
|
}
|
|
|
|
.content .bottom .item .right icon {
|
|
font-size: 50rpx;
|
|
color: #666;
|
|
}
|