vr-shopxo-source/Public/Admin/Default/Css/Goods.css

87 lines
3.7 KiB
CSS
Executable File

/**
* 列表
*/
.form-keyword { width: 55% !important; display: initial !important; }
.more-submit input { display: none; }
.param-where, .param-date input { display: initial !important; }
@media only screen and (max-width: 641px) {
.param-where { width: 100% !important; margin-left: 0px !important; }
.param-date input { width: 47% !important; }
.images-list li { width: calc( 50% - 10px) !important; }
.images-list { width: 100%; }
.am-table tr th:nth-child(1) { width: 150px; }
}
@media only screen and (min-width: 641px) {
.param-where { width: 32% !important; float: left; }
.param-date input { width: 45% !important; }
.param-where:nth-child(1) { margin-left: 0px !important; }
.images-list { width: 75%; }
.am-table tr th:nth-child(1) { width: 300px; }
}
@media only screen and (max-width: 321px) {
.view-operation button { margin: 2px 0px; }
}
.am-table .goods-images { width: 60px; height: 60px; float: left; margin-right: 5px; }
/**
* 滚动导航
*/
.goods-nav { background: #f5f5f5; top: 100px; right: 0; width: 110px; position: fixed; z-index: 1000; border: 1px solid #eee; border-right: 0px; }
.goods-nav ul { margin: 0; padding: 0; }
.goods-nav li { display: inline-block; border-bottom: 1px solid #eee; width: 100%; }
.goods-nav li:last-child { border-bottom: 0px; }
.goods-nav li a { color: #666; padding: 10px 15px; display: inline-block; width: 100%; }
.goods-nav li a:hover, .goods-nav-active { color: #333; background: #eee; }
/**
* 区域分割
*/
.division-block { margin-bottom: 30px; }
.division-block .nav-detail-title { border-bottom: 3px ridge #c7c7c7; padding: 8px 5px 5px 5px; margin-bottom: 10px; background: #f3f3f3; font-weight: bold; }
/**
* 属性
*/
@media only screen and (min-width: 641px){
.attribute-type p:nth-child(2) { margin-left:5px; }
.attribute-type p:nth-child(2) input { width:28% !important; }
.attribute-type p input { margin-right:5px; }
.attribute-type p { display:inline; }
.attribute-type { padding-bottom: 10px; }
.attribute input { max-width:100% !important; }
}
@media only screen and (max-width: 641px){
.attribute-type p:nth-child(2) { margin-top:5px; }
.attribute-type p input, .attribute-type-se { width: calc(100% - 35px) !important; }
.attribute-type-se label { width:50%; }
.attribute-type p { margin: 10px 0px; }
}
.attribute-type { border-bottom:1px solid #EEE; }
.attribute-type input, .attribute input { display:inline !important; }
.attribute-add-sub { margin: 10px 0px 0px 0px; }
.attribute-rem-sub { margin-top:12px; }
.attribute-type-add-sub { margin-top: 5px; }
.goods-attribute { margin-bottom: 10px; }
.br-sed { border: 1px solid #5eb95e !important; background: #5eb95e !important; color: #FFF !important; }
.attribute input { width: 30% !important; margin-left: 5px; }
.goods-attribute-items > li > ul { margin: 0px 0px 0px 30px; }
.attribute { border-bottom:1px dashed #EEE; padding: 0px 10px 10px 10px; }
/**
* 属性
* app详情
*/
.attribute-type-rem-sub, .attribute-rem-sub, .content-app-items-rem-sub { color: #D76F6F; }
.attribute-type-rem-sub:hover, .attribute-rem-sub:hover, .content-app-items-rem-sub:hover { color: #b30404; }
.attribute-type-add-sub:hover, .attribute-add-sub:hover, .content-app-items-add-sub:hover { color: #333; }
i.drag-sort-submit { margin-left: 30px; }
ul { margin: 0px; padding: 0px; overflow: hidden; }
.goods-attribute-items > li, .content-app-items > li { border: 3px dashed #eee; padding: 10px; }
ul li { list-style-type: none; }
/**
* app详情
*/
.content-app-items li { padding-bottom: 10px; margin-bottom: 20px;}
.content-app-items .am-form-group { width: 45%; display: inline-table; margin-bottom: 5px; }
.content-app-items .am-form-file img { width: 35%; margin-bottom: 5px; }