mirror of
https://gitee.com/elegant_wings/dbd-meeting-wx-small.git
synced 2025-06-21 17:49:36 +08:00
60 lines
724 B
Plaintext
60 lines
724 B
Plaintext
@import "../../tabBar.wxss";
|
|
|
|
.page {
|
|
overflow: auto;
|
|
height: 100%;
|
|
padding: 0 24rpx;
|
|
}
|
|
|
|
.iconsize{
|
|
font-size: 20pt;
|
|
}
|
|
|
|
.topBox {
|
|
display: flex;
|
|
}
|
|
|
|
.topBox>view {
|
|
flex: 1;
|
|
text-align: center;
|
|
color: black;
|
|
border-right: 1rpx solid #cccccc;
|
|
}
|
|
|
|
.topBox>view:last-child {
|
|
border: none;
|
|
}
|
|
|
|
.btext {
|
|
font-size: 20pt;
|
|
font-weight: 550;
|
|
}
|
|
|
|
.btext1 {
|
|
font-size: 10pt;
|
|
margin-top: 10rpx;
|
|
color: #4C4C4C;
|
|
}
|
|
|
|
.my-mainfun-moudel1 {
|
|
width: 100%;
|
|
margin-top: 20rpx;
|
|
}
|
|
|
|
.main-item2 {
|
|
font-size: 10pt;
|
|
padding: 4% 0;
|
|
padding-left: 24rpx;
|
|
border-bottom: 1rpx solid #F1F1F1;
|
|
display: flex;
|
|
background: white;
|
|
}
|
|
|
|
.iconBox {
|
|
text-align: center;
|
|
width: 10%;
|
|
}
|
|
|
|
.main-item-text1 {
|
|
width: 90%;
|
|
} |