
Some checks are pending
Actions / Litemall-all (11) (push) Waiting to run
Actions / Litemall-all (11.0.3) (push) Waiting to run
Actions / Litemall-all (8) (push) Waiting to run
Actions / Litemall-all (8.0.192) (push) Waiting to run
Actions / Litemall-admin (10.x) (push) Waiting to run
Actions / Litemall-admin (12.x) (push) Waiting to run
Actions / Litemall-admin (14.x) (push) Waiting to run
Actions / Litemall-vue (10.x) (push) Waiting to run
Actions / Litemall-vue (12.x) (push) Waiting to run
Actions / Litemall-vue (14.x) (push) Waiting to run
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;
|
|
} |