新增点位管理
This commit is contained in:
@@ -129,6 +129,17 @@ uni-button:after {
|
||||
text-align: center;
|
||||
color: #ff6a00;
|
||||
}
|
||||
.unchecked {
|
||||
width: 24px;
|
||||
height: 24px;
|
||||
background-color: #fff;
|
||||
border: 1px solid #aaa;
|
||||
border-radius: 4px;
|
||||
}
|
||||
.checked-filled {
|
||||
background-color: #ff6a00;
|
||||
border-color: #ff6a00;
|
||||
}
|
||||
|
||||
/** 内容 */
|
||||
.zd_container {
|
||||
|
||||
@@ -50,6 +50,9 @@ input[type="button"], input[type="submit"], input[type="search"], input[type="re
|
||||
.jcflexstart {
|
||||
justify-content: flex-start !important;
|
||||
}
|
||||
.jccenter {
|
||||
justify-content: center !important;
|
||||
}
|
||||
|
||||
.zd-row {
|
||||
display: flex;
|
||||
|
||||
Reference in New Issue
Block a user