You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
42 lines
582 B
Plaintext
42 lines
582 B
Plaintext
|
1 year ago
|
page {
|
||
|
|
padding: 0 10px;
|
||
|
|
padding-bottom: 120px;
|
||
|
|
}
|
||
|
|
.cell_sub {
|
||
|
|
display: flex;
|
||
|
|
align-items: center;
|
||
|
|
justify-content: space-between;
|
||
|
|
height: 56px;
|
||
|
|
line-height: 56px;
|
||
|
|
}
|
||
|
|
.cell {
|
||
|
|
padding: 0 10px;
|
||
|
|
background-color: #fff;
|
||
|
|
border-radius: 8px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.despArea {
|
||
|
|
padding: 16px 10px;
|
||
|
|
background-color: #fff;
|
||
|
|
border-radius: 8px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.areaInput {
|
||
|
|
width: 100%;
|
||
|
|
min-height: 234px;
|
||
|
|
max-height: 234px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.bottomBox{
|
||
|
|
position: fixed;
|
||
|
|
width: 100vw;
|
||
|
|
bottom: 0;
|
||
|
|
left: 0;
|
||
|
|
background-color: #fff;
|
||
|
|
}
|
||
|
|
.drawerContent{
|
||
|
|
padding: 0 16px;
|
||
|
|
}
|
||
|
|
.weui-cell{
|
||
|
|
padding: 16px 0;
|
||
|
|
}
|