[水感应客户端最新]
This commit is contained in:
56
pages/user/help/help.wxss
Normal file
56
pages/user/help/help.wxss
Normal file
@@ -0,0 +1,56 @@
|
||||
page {
|
||||
background-color: #f4f4f6;
|
||||
}
|
||||
|
||||
.help-title {
|
||||
font-size: 34rpx;
|
||||
margin-bottom: 40rpx;
|
||||
}
|
||||
|
||||
.help {
|
||||
padding: 40rpx 30rpx;
|
||||
box-sizing: border-box;
|
||||
background-color: #ffffff;
|
||||
margin-top: 30rpx;
|
||||
}
|
||||
|
||||
.help-item-name {
|
||||
margin-bottom: 40rpx;
|
||||
display: flex;
|
||||
position: relative;
|
||||
line-height: 44rpx;
|
||||
}
|
||||
|
||||
.help-item:last-child .help-item-name {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
.help-item-img {
|
||||
width: 40rpx;
|
||||
height: 40rpx;
|
||||
margin-right: 10rpx;
|
||||
margin-top: 2rpx;
|
||||
}
|
||||
|
||||
.help-item-arrow {
|
||||
width: 44rpx;
|
||||
height: 44rpx;
|
||||
position: absolute;
|
||||
right: 0;
|
||||
}
|
||||
|
||||
.help-item-title {
|
||||
width: calc(100% - 94rpx);
|
||||
}
|
||||
|
||||
.help-item-text {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.help-item-text.active {
|
||||
display: block;
|
||||
margin-top: 30rpx;
|
||||
line-height: 48rpx;
|
||||
color: #747474;
|
||||
font-size: 28rpx;
|
||||
}
|
||||
Reference in New Issue
Block a user