vr-shopxo-source/public/static/plugins/css/freightfee/admin/admin.css

189 lines
4.7 KiB
CSS
Executable File

/**
* 首页
*/
.freightfee-content .am-panel-bd .am-table {
margin-bottom: 0;
}
.freightfee-content .items {
margin: 10px 0 20px 0;
border-bottom: 1px dashed #f1f1f1;
padding-bottom: 20px;
}
.freightfee-content .edit-submit {
margin-bottom: 20px;
}
.freightfee-content .index-goods-list .am-panel-bd {
max-height: 300px;
overflow-y: scroll;
overflow-x: hidden;
}
/**
* 运费模板
*/
.freightfee-rules table.am-table {
margin-bottom: 10px;
}
.freightfee-rules table.am-table tr td input {
max-width: 100px;
display: -webkit-inline-box;
}
.freightfee-rules table.am-table tr th, .freightfee-rules table.am-table tr td, .freightfee-rules table.am-table tr td input {
text-align: center;
}
.freightfee-rules table.am-table tr td.first
{
width: 30%;
}
.freightfee-rules table.am-table tr td .region-td {
border: 1px solid #bee5c0;
padding: 5px;
background: #f0fff0;
margin-bottom: 5px;
}
.freightfee-rules table.am-table td.first input {
position: absolute;
margin-left: -1000000px;
}
.freightfee-rules .am-form-group-label-tips-must {
vertical-align: middle;
margin-left: 5px !important;
}
/**
* 弹窗
*/
#freightfee-region-popup ul {
margin: 0;
padding: 0;
}
#freightfee-region-popup ul li {
list-style-type: none;
border-bottom: 1px solid #eee;
margin-bottom: 15px;
}
#freightfee-region-popup ul.city-list {
overflow: hidden;
margin-top: 5px;
}
#freightfee-region-popup ul .province-name {
border-bottom: 1px solid #e7e7e7;
background: #f5f5f5;
margin: 0;
}
#freightfee-region-popup ul .province-name.selected-may {
background: #eaf7eb;
border-bottom: 1px solid #d2efd3;
}
#freightfee-region-popup ul .province-name.selected {
background: #4CAF50;
border-bottom: 1px solid #409643;
color: #fff;
}
#freightfee-region-popup ul.city-list li {
float: left;
background: #e9e8e8;
margin: 0 10px 10px 0;
border-radius: 3px;
border: 1px solid #d6d6d6;
}
#freightfee-region-popup ul li .province-name, #freightfee-region-popup ul li .city-name
{
cursor: pointer;
padding: 2px 5px;
}
#freightfee-region-popup ul.city-list li.selected {
background: #4CAF50;
color: #fff;
border: 1px solid #409643;
}
/**
* 商品推荐编辑
*/
.forth-selection-container select.forth-selection-form-category {
display: -webkit-inline-box;
}
.forth-selection-container .forth-selection-form-category, .forth-selection-container .chosen-container, .forth-selection-container .forth-selection-form-keywords {
width: 30% !important;
}
.forth-selection-container .chosen-container, .forth-selection-container .forth-selection-form-keywords {
display: -webkit-inline-box !important;
}
.forth-selection-container .chosen-single {
width: 100%;
}
.forth-selection-container .forth-selection-form {
margin-bottom: 2px;
}
.forth-selection-list {
overflow: hidden;
margin-bottom: 20px;
position: relative;
}
.forth-selection-list .forth-selection-items {
width: calc(50% - 50px);
height: 300px;
}
.forth-selection-list .forth-selection-items .title {
text-align: center;
}
.forth-selection-list .forth-selection-items .forth-selection-content {
border: 1px solid #eee;
height: calc(100% - 25px);
overflow-y: scroll;
overflow-x: hidden;
border-radius: 2px;
margin-top: 5px;
background: #fff;
}
.forth-selection-list .forth-selection-items .forth-selection-content li {
padding: 5px 45px 5px 5px;
border-style: dotted;
border-color: #eaeaea;
border-width: 1px 0;
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
max-width: 100%;
color: #666;
position: relative;
}
.forth-selection-list .forth-selection-items .forth-selection-content li:nth-child(2) {
border-top: 0;
}
.forth-selection-list .forth-selection-items .forth-selection-content li i {
cursor: pointer;
padding: 0 10px 0 5px;
position: absolute;
top: 5px;
right: 5px;
}
.forth-selection-list .selected-all {
position: absolute;
margin-top: 140px;
margin-left: 20px;
}
.forth-selection-container input[name="goods_ids"] {
position: absolute;
left: -1000000px;
top: -1000000px;
}
.forth-selection-list i {
color: #888 !important;
}
.forth-selection-container .am-form-error .forth-selection-items .forth-selection-content {
border-color: #dd514c;
}
@media only screen and (max-width: 641px) {
.forth-selection-container .forth-selection-form-category, .forth-selection-container .forth-selection-form-keywords
{
width: calc(55% - 60px) !important;
display: -webkit-inline-box !important;
}
.forth-selection-container .chosen-container {
display: none !important;
}
}