55 lines
869 B
Plaintext
55 lines
869 B
Plaintext
|
|
.container {
|
|
padding: 5px;
|
|
background-color: #F8F8F8;
|
|
}
|
|
.cuIcon-order {
|
|
font-family: "cuIcon";
|
|
font-size: 22px;
|
|
font-style: normal;
|
|
padding: 8px 0 0 0;
|
|
}
|
|
.zk-title {
|
|
width: 30%;
|
|
padding: 8px 0 0 0;
|
|
font-size: 14px;
|
|
}
|
|
.zk-state {
|
|
width: 50%;
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: center;
|
|
height: 35px;
|
|
}
|
|
.uni-forms-item {
|
|
position: relative;
|
|
display: flex;
|
|
flex-direction: row;
|
|
margin-bottom: 0px !important
|
|
}
|
|
.uni-load-more {
|
|
display: flex;
|
|
flex-direction: row;
|
|
height: 40px;
|
|
align-items: center;
|
|
justify-content: left !important;
|
|
}
|
|
.uni-load-more__text {
|
|
font-size: 12px !important;
|
|
margin-left: 8px;
|
|
}
|
|
.zk-but {
|
|
width: 20%;
|
|
}
|
|
.form-panel {
|
|
padding-bottom: 55px;
|
|
}
|
|
.nav-panel {
|
|
position: fixed;
|
|
bottom: 0rpx;
|
|
width: 100%;
|
|
padding-bottom: 20px;
|
|
background-color: #fff;
|
|
z-index: 10;
|
|
}
|