88 lines
2.9 KiB
CSS
88 lines
2.9 KiB
CSS
/* 筛选 */
|
|
.thin, .pay-list { overflow:hidden; }
|
|
.thin .so { width:66%; }
|
|
.thin_sub { font-weight:100; margin:10px 0px 0px 10px; cursor: pointer; }
|
|
.so-list { width:100%; margin-top: 20px; }
|
|
.so-list * { font-size:1.2rem !important; }
|
|
.so-list input { height:28px; display:inline !important; }
|
|
.time input, .so-list .chosen-container { background:#FFF !important; }
|
|
.time input { width:100px !important; }
|
|
.time i { position:absolute; margin:4px 0px 0px -15px; }
|
|
.price input { width:101px !important; }
|
|
.time, .time { width:50%; }
|
|
.so-list tr+tr>td { padding-top:10px; }
|
|
.so-list .chosen-container { border-radius:2px; }
|
|
.text-grey { color: #999; }
|
|
.chosen-container-single .chosen-single, .so-list select { height: 28px; line-height: 28px; width: 100%; }
|
|
.reset-submit { margin-left: 20px; }
|
|
.so-list select { padding: 0 0 0 8px; }
|
|
.operation-nav { margin: 15px 0 10px 0; }
|
|
.row-qucode img { max-width: 100px; }
|
|
.row-qucode p { margin-top: 5px; }
|
|
.row-qucode a:hover, .row-qucode a:focus { text-decoration: none; }
|
|
.row-first { width: 20%; }
|
|
.row-first p { font-weight: 500; max-width: 240px; }
|
|
.row-first .am-slider { max-height: 130px; }
|
|
.row-first .am-slider .am-slides img { width: auto; max-height: 100%; margin: 0 auto; }
|
|
@media only screen and (min-width: 641px){
|
|
.so-list .chosen-container, .so-list select { width:217px !important; display: -webkit-inline-box; }
|
|
.thin_sub:hover { color:#F60; }
|
|
}
|
|
@media only screen and (max-width: 641px){
|
|
.so-list input { width:40% !important; }
|
|
.so-list td { width:100%; display:block; }
|
|
.so-list tr td:last-child { margin-top:10px; }
|
|
.so-list .chosen-container { width:85%; }
|
|
.so-list .chosen-container { width:100%; }
|
|
.so-list tr td:last-child { padding-top:0px !important; }
|
|
.chosen-container-single .chosen-search input[type="text"] { width: 100% !important; }
|
|
.so-list select { width: calc(100% - 44px); display: -webkit-inline-box; }
|
|
}
|
|
|
|
/**
|
|
* 添加/编辑页面
|
|
*/
|
|
.base-view .am-form-group:last-child, .person-view .am-form-group:last-child, .lose-view .am-form-group:last-child {border-bottom: 0; }
|
|
form.form-validation h2 { font-weight: 700; font-size: 14px; }
|
|
form.form-validation .am-divider { margin: 10px auto; }
|
|
.lose-view { margin-top: 30px; }
|
|
form.form-validation .am-alert-secondary { background-color: #f8f8f8; }
|
|
form.form-validation .am-alert-warning { background-color: #fffbf7; }
|
|
|
|
|
|
/**
|
|
* 地图、联动地址
|
|
*/
|
|
form.form-validation .map-address {
|
|
border-bottom: 0;
|
|
padding-bottom: 0;
|
|
margin-bottom: 10px;
|
|
}
|
|
form.form-validation .region-linkage .chosen-select {
|
|
display: -webkit-inline-box;
|
|
width: calc(33.3% - 3px) !important;
|
|
}
|
|
form.form-validation .region-linkage .chosen-select .chosen-single {
|
|
width: 100%;
|
|
}
|
|
form.form-validation #map {
|
|
width: 100%;
|
|
height: 350px;
|
|
}
|
|
|
|
/**
|
|
* 帮助页面
|
|
*/
|
|
#help-map {
|
|
width: 100%;
|
|
height: 100vh;
|
|
}
|
|
|
|
/**
|
|
* 公共
|
|
*/
|
|
.am-slider-a1 {
|
|
-webkit-box-shadow: none;
|
|
box-shadow: none;
|
|
}
|