131 lines
4.1 KiB
CSS
131 lines
4.1 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: 10px; }
|
|
.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; }
|
|
@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; }
|
|
}
|
|
|
|
/**
|
|
* 列表
|
|
*/
|
|
.user-content-body .data-list {
|
|
margin-top: 10px;
|
|
}
|
|
|
|
/**
|
|
* 账户信息
|
|
*/
|
|
.user-content-body .am-alert-secondary {
|
|
background-color: #f6f6f6;
|
|
border-color: #ececec;
|
|
margin-bottom: 20px;
|
|
}
|
|
.user-content-body .available .integral-value {
|
|
color: #4CAF50;
|
|
}
|
|
.user-content-body .locking {
|
|
margin-top: 5px;
|
|
}
|
|
.user-content-body .locking .integral-value {
|
|
color: #FF9800;
|
|
}
|
|
.user-content-body .integral-value {
|
|
font-size: 18px;
|
|
font-weight: 700;
|
|
}
|
|
.user-content-body .integral-tips {
|
|
color: #d7b27d;
|
|
background: #f8f5ee;
|
|
padding: 3px 6px;
|
|
border: 1px solid #f4eadb;
|
|
margin-left: 10px;
|
|
}
|
|
|
|
/**
|
|
* 导航
|
|
*/
|
|
.user-content-body .am-nav {
|
|
border-bottom: 1px solid #eee;
|
|
}
|
|
.user-content-body .am-nav li {
|
|
margin-bottom: -1px;
|
|
}
|
|
.user-content-body .am-nav li a {
|
|
font-size: 14px;
|
|
}
|
|
.user-content-body .am-nav .am-active {
|
|
border-bottom: 2px solid #ed5565;
|
|
|
|
}
|
|
.user-content-body .am-nav > li > a:hover, .user-content-body .am-nav > li > a:focus {
|
|
background: transparent;
|
|
}
|
|
.user-content-body .am-nav .am-topbar-right {
|
|
margin-right: 0;
|
|
}
|
|
.user-content-body .am-nav .am-topbar-right .am-btn:not(:last-child) {
|
|
margin-right: 5px;
|
|
}
|
|
.user-content-body .am-nav .am-topbar-right .am-topbar-btn {
|
|
margin-top: 0;
|
|
}
|
|
|
|
/**
|
|
* 业务弹窗
|
|
*/
|
|
.user-content-body .business-item label { margin-bottom: 0px; }
|
|
.user-content-body .business-item h3 { font-weight: 700; }
|
|
.user-content-body .business-item ul { padding: 5px 1px; overflow: hidden; }
|
|
.user-content-body .business-item ul li { border:1px solid transparent ;overflow: hidden; float: left; cursor: pointer; padding: 5px; border: 1px solid #eee; margin: 0 10px 10px 0; background: #fff; }
|
|
.user-content-body .business-item ul li img { width: 36px; height: 36px; }
|
|
.user-content-body .business-item ul li:hover, .user-content-body .business-item ul li.selected { border-color: #e23f36 ; position: relative; box-shadow: 0px 0 0px 1px #e23f36; }
|
|
@media only screen and (min-width:640px) {
|
|
.user-content-body .business-item ul li {width:calc(33% - 5px); }
|
|
.user-content-body .business-item ul li:nth-child(3n) { margin-right: 0; }
|
|
}
|
|
@media only screen and (max-width:640px) {
|
|
.user-content-body .business-item ul li { width: calc(50% - 5px); }
|
|
.user-content-body .business-item ul li:nth-child(2n) { margin-right: 0; }
|
|
}
|
|
|
|
/**
|
|
* 充值窗口
|
|
*/
|
|
#plugins-recharge-pay-modal button[type="submit"] {
|
|
margin-top: 10px;
|
|
}
|
|
|
|
|
|
/**
|
|
* 支付选择窗口
|
|
*/
|
|
#plugins-recharge-pay-popup input[name="payment_id"] {
|
|
margin-left: -10000px;
|
|
position: absolute;
|
|
} |