109 lines
1.5 KiB
Plaintext
109 lines
1.5 KiB
Plaintext
/* pages/Myindex/Myindex/Myindex.wxss */
|
|
.viewTop {
|
|
/* width: 100%; */
|
|
height: 200rpx;
|
|
background: #f15353;
|
|
display: flex;
|
|
justify-content: flex-start;
|
|
align-items: center;
|
|
}
|
|
|
|
.topOne {
|
|
width: 120rpx;
|
|
height: 120rpx;
|
|
border-radius: 50%;
|
|
margin-left: 30rpx;
|
|
}
|
|
|
|
.topOne image {
|
|
width: 100%;
|
|
height: 100%;
|
|
border-radius: 50%;
|
|
}
|
|
|
|
.topTwo {
|
|
display: flex;
|
|
flex-direction: column;
|
|
color: #fff;
|
|
margin-left: 20rpx;
|
|
}
|
|
|
|
.topTwo text:nth-child(1) {
|
|
font-size: 32rpx;
|
|
margin-bottom: 31rpx;
|
|
}
|
|
|
|
.topTwo:nth-child(2) {
|
|
font-size: 28rpx;
|
|
}
|
|
|
|
.apply {
|
|
width: 100%;
|
|
height: 92rpx;
|
|
background: #fff;
|
|
}
|
|
|
|
.applyBox {
|
|
margin-left: 30rpx;
|
|
height: 90rpx;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
border-bottom: 2rpx solid rgba(235, 235, 235, 1);
|
|
}
|
|
|
|
.applyBui {
|
|
display: flex;
|
|
justify-content: flex-start;
|
|
align-items: center;
|
|
height: 92rpx;
|
|
}
|
|
|
|
.applyBui icon,
|
|
.applyTwoBui icon {
|
|
font-size: 52rpx;
|
|
color: rgba(241, 83, 83);
|
|
}
|
|
|
|
.iconfont {
|
|
font-size: 39rpx;
|
|
margin-right: 23rpx;
|
|
}
|
|
|
|
.nius {
|
|
padding-top: 5rpx;
|
|
margin-right: 30rpx;
|
|
}
|
|
|
|
.applyTwo {
|
|
width: 100%;
|
|
height: 92rpx;
|
|
border-bottom: 2rpx solid rgba(235, 235, 235, 1);
|
|
background: #fff;
|
|
}
|
|
|
|
.applyTwoBox {
|
|
margin-left: 30rpx;
|
|
height: 90rpx;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
}
|
|
|
|
.applyTwoBui {
|
|
display: flex;
|
|
justify-content: flex-start;
|
|
align-items: center;
|
|
height: 92rpx;
|
|
}
|
|
|
|
.iconfont {
|
|
font-size: 39rpx;
|
|
margin-right: 23rpx;
|
|
}
|
|
|
|
.nius {
|
|
padding-top: 5rpx;
|
|
margin-right: 30rpx;
|
|
}
|