36 lines
541 B
Plaintext
36 lines
541 B
Plaintext
![]() |
/* about.wxss */
|
||
|
|
||
|
.label {
|
||
|
font-size: 26rpx;
|
||
|
margin-left: 20rpx;
|
||
|
padding: 10rpx 0;
|
||
|
}
|
||
|
|
||
|
|
||
|
.about-item{
|
||
|
background: white;
|
||
|
border-top: solid #f2f2f2 0.5rpx;
|
||
|
border-bottom: solid #f2f2f2 0.5rpx;
|
||
|
width: 100%;
|
||
|
height: 100rpx;
|
||
|
display: flex;
|
||
|
flex-direction: row;
|
||
|
justify-content: space-between;
|
||
|
}
|
||
|
|
||
|
.item-left{
|
||
|
font-size: 38rpx;
|
||
|
margin-left: 40rpx;
|
||
|
margin-top: auto;
|
||
|
margin-bottom: auto;
|
||
|
}
|
||
|
|
||
|
.item-right{
|
||
|
margin-right: 15rpx;
|
||
|
margin-top: auto;
|
||
|
margin-bottom: auto;
|
||
|
}
|
||
|
.right-icon{
|
||
|
width: 40rpx;
|
||
|
height: 40rpx;
|
||
|
}
|