vr-shopxo-source/public/static/admin/default/css/goods.css

333 lines
5.9 KiB
CSS
Raw Normal View History

2020-05-15 11:23:05 +00:00
/**
*
*/
.dl-content img {
2019-11-13 12:51:43 +00:00
max-width: 100%;
}
2018-12-28 10:58:37 +00:00
/**
*
*/
2019-09-11 13:06:04 +00:00
.division-block {
2024-01-19 06:49:32 +00:00
margin-bottom: 3rem;
2019-09-11 13:06:04 +00:00
}
2024-01-19 06:49:32 +00:00
2019-09-11 13:06:04 +00:00
.division-block .nav-detail-title {
2024-01-19 06:49:32 +00:00
border-bottom: 0.3rem ridge #c7c7c7;
padding: 0.8rem 0.5rem 0.5rem 0.5rem;
margin-bottom: 1rem;
background: #f3f3f3;
font-weight: bold;
2019-09-11 13:06:04 +00:00
}
2018-12-28 10:58:37 +00:00
/**
*
*/
.specifications-table .title-nav th input {
2023-08-27 08:10:21 +00:00
width: calc(100% - 2.5rem);
2018-12-28 10:58:37 +00:00
}
2024-01-19 06:49:32 +00:00
2018-12-28 10:58:37 +00:00
.specifications-table .title-nav-remove {
2024-01-19 06:49:32 +00:00
line-height: unset;
2018-12-28 10:58:37 +00:00
}
2024-01-19 06:49:32 +00:00
.specifications-table th {
2023-08-27 08:10:21 +00:00
min-width: 10rem;
}
2024-01-19 06:49:32 +00:00
2018-12-28 10:58:37 +00:00
.specifications-table th.operation-btn {
2023-08-27 08:10:21 +00:00
min-width: 15rem;
2018-12-28 10:58:37 +00:00
}
2024-01-19 06:49:32 +00:00
2019-07-21 15:51:47 +00:00
.specifications-table th.extend-btn {
2024-07-03 14:46:04 +00:00
min-width: 5.5rem;
2019-07-21 15:51:47 +00:00
}
2024-01-19 06:49:32 +00:00
2018-12-28 10:58:37 +00:00
#goods-nav-operations {
position: relative;
}
2024-01-19 06:49:32 +00:00
2018-12-28 10:58:37 +00:00
.spec-images-list .am-alert-warning {
2023-08-27 08:10:21 +00:00
margin-bottom: 1rem;
2018-12-28 10:58:37 +00:00
}
2024-01-19 06:49:32 +00:00
2018-12-28 10:58:37 +00:00
.spec-images-list {
2024-01-19 06:49:32 +00:00
margin-top: 3.5rem;
2018-12-28 10:58:37 +00:00
}
2024-01-19 06:49:32 +00:00
.spec-images-list span input {
margin-top: -0.1rem;
}
2018-12-28 10:58:37 +00:00
.spec-images-list li {
display: inline-block;
2023-08-27 08:10:21 +00:00
width: 10rem;
2024-01-19 06:49:32 +00:00
margin: 0.5rem 2rem 1rem 0;
2018-12-28 10:58:37 +00:00
}
2024-01-19 06:49:32 +00:00
.spec-images-list li>input {
margin-bottom: 0.2rem;
}
.spec-images-list li>.plug-file-upload-submit {
margin-top: 0.5rem;
}
.spec-images-items ul.plug-file-upload-view li {
width: 10rem;
height: 10rem;
margin-right: 0;
}
2024-01-19 06:49:32 +00:00
.specifications-table {
border: 0;
}
2024-01-19 06:49:32 +00:00
.specifications-table thead tr>th:first-child,
.specifications-table tbody tr>td:first-child {
border-left: 0;
}
2024-01-19 06:49:32 +00:00
.specifications-table thead th {
color: #333;
}
2019-09-22 14:19:24 +00:00
.specifications-table thead th i {
cursor: pointer;
2024-01-19 06:49:32 +00:00
font-size: 1.6rem;
2019-09-22 14:19:24 +00:00
}
2024-01-19 06:49:32 +00:00
.specifications-table thead th i:hover {
color: #146BE6;
}
2019-09-23 09:30:05 +00:00
.specifications-line-images-auto-add input {
2023-08-27 08:10:21 +00:00
width: 3rem !important;
padding: 0.1rem !important;
2024-04-15 02:25:01 +00:00
height: 2rem !important;
2019-09-23 09:30:05 +00:00
}
2024-01-19 06:49:32 +00:00
.specifications-table thead tr>th:nth-last-child(-n+2),
.specifications-table tbody tr>td:nth-last-child(-n+2) {
position: sticky;
text-align: center;
z-index: 1;
right: 0;
background: #fff;
}
2024-01-19 06:49:32 +00:00
.specifications-table thead tr>th:nth-last-child(-n+2) {
2020-12-30 11:37:46 +00:00
background: #f5f7fa;
}
2024-01-19 06:49:32 +00:00
.specifications-table thead tr>th:nth-last-child(2),
.specifications-table tbody tr>td:nth-last-child(2) {
2023-08-27 08:10:21 +00:00
right: 15rem;
2024-01-19 06:49:32 +00:00
-webkit-box-shadow: -2px 0px 4px 0px rgba(211, 211, 211, 0.3);
-moz-box-shadow: -2px 0px 4px 0px rgba(211, 211, 211, 0.3);
box-shadow: -2px 0px 4px 0px rgba(211, 211, 211, 0.3);
}
.table-thead-beautify thead th {
line-height: 3.2rem !important;
}
.specifications-table tbody tr>td {
text-align: left !important;
}
.popup-bottom {
position: absolute;
bottom: 0;
right: 1rem;
width: 100%;
background: #fff;
box-shadow: 0px -1px 4px 0px #eee;
}
2018-12-28 10:58:37 +00:00
/**
* app
*/
2019-09-11 13:06:04 +00:00
i.drag-sort-submit {
2024-01-19 06:49:32 +00:00
margin-left: 3rem;
2019-09-11 13:06:04 +00:00
}
2024-01-19 06:49:32 +00:00
2019-09-11 13:06:04 +00:00
ul {
2024-01-19 06:49:32 +00:00
margin: 0px;
padding: 0px;
2019-09-11 13:06:04 +00:00
}
2024-01-19 06:49:32 +00:00
.content-app-items>li {
border: 0.1rem solid #EBEBEB;
padding: 1.5rem 2.4rem;
border-radius: var(--border-radius);
2019-09-11 13:06:04 +00:00
}
2024-01-19 06:49:32 +00:00
2019-09-11 13:06:04 +00:00
ul li {
2024-01-19 06:49:32 +00:00
list-style-type: none;
2019-09-11 13:06:04 +00:00
}
2018-12-28 10:58:37 +00:00
/**
* app
*/
2024-01-19 06:49:32 +00:00
.content-app-left,
.content-app-right {
border-bottom: 0 !important;
width: 100%;
}
.content-app-left {
max-width: 30rem;
}
.content-app-right {
max-width: 50rem;
}
.content-app-items > li {
padding-bottom: 1rem;
margin-bottom: 2rem;
overflow: hidden;
2019-09-11 13:06:04 +00:00
}
2024-04-15 02:25:01 +00:00
.content-app-items > li .content-app-items-rem-sub i,
2024-01-19 06:49:32 +00:00
.content-app-items > li .drag-sort-submit i {
font-size: 1.4rem;
2024-04-15 02:25:01 +00:00
position: relative;
2024-01-19 06:49:32 +00:00
margin-right: 0.3rem;
2019-09-11 13:06:04 +00:00
}
2024-04-15 02:25:01 +00:00
2019-09-11 13:06:04 +00:00
/**
*
*/
.spec-quick table td,
.spec-quick table td.spec-quick-td-value .value-item {
position: relative;
}
2024-01-19 06:49:32 +00:00
2019-09-11 13:06:04 +00:00
.spec-quick table td.am-text-middle {
2023-08-27 08:10:21 +00:00
padding-right: 2.5rem;
2019-09-11 13:06:04 +00:00
}
2024-01-19 06:49:32 +00:00
2019-09-11 13:06:04 +00:00
.spec-quick-td-value .value-item input {
2023-08-27 08:10:21 +00:00
width: calc(100% - 2.3rem) !important;
2019-09-11 13:06:04 +00:00
}
2024-01-19 06:49:32 +00:00
2019-09-11 13:06:04 +00:00
.spec-quick .goods-specifications {
border-bottom: 0;
padding-bottom: 0;
}
2024-07-03 14:46:04 +00:00
.spec-quick table td i.icon-delete {
2024-01-19 06:49:32 +00:00
font-size: 1.6rem;
}
.am-form-error [class*="icon-"] {
color: #2A94FF;
}
.business-operations-submit [class*="icon-"] {
font-size: 1.2rem;
}
2019-09-11 13:06:04 +00:00
@media only screen and (min-width: 641px) {
.spec-quick-th-title {
2023-08-27 08:10:21 +00:00
width: 15rem;
2019-09-11 13:06:04 +00:00
}
2024-01-19 06:49:32 +00:00
2019-09-11 13:06:04 +00:00
.spec-quick-td-value .value-item {
2023-08-27 08:10:21 +00:00
width: calc(30% - 1.2rem) !important;
2019-09-11 13:06:04 +00:00
}
}
2024-01-19 06:49:32 +00:00
2019-09-11 13:06:04 +00:00
@media only screen and (min-width: 1025px) {
.spec-quick-td-value .value-item {
2023-08-27 08:10:21 +00:00
width: calc(20% - 1.2rem) !important;
2019-09-11 13:06:04 +00:00
}
}
2024-01-19 06:49:32 +00:00
2023-08-27 08:10:21 +00:00
@media only screen and (max-width: 640px) {
2019-09-11 13:06:04 +00:00
.spec-quick-th-title {
width: 20%;
}
2024-01-19 06:49:32 +00:00
2019-09-11 13:06:04 +00:00
.spec-quick-td-value .value-item {
2023-08-27 08:10:21 +00:00
width: calc(50% - 1.2rem) !important;
2019-09-11 13:06:04 +00:00
}
}
/**
*
*/
#specifications-quick-container {
padding: 0;
}
2024-01-19 06:49:32 +00:00
#specifications-quick-container .chosen-container {
2024-04-15 02:25:01 +00:00
min-width: 30rem;
}
2024-01-19 06:49:32 +00:00
#specifications-quick-container select {
border: 0px;
}
2024-01-19 06:49:32 +00:00
#specifications-quick-container .chosen-container-single .chosen-default,
#specifications-quick-container .chosen-container-single .chosen-single {
border-color: transparent !important;
-webkit-box-shadow: none !important;
box-shadow: none !important;
2025-04-25 12:21:19 +00:00
height: 2.7rem;
line-height: 2.4rem;
}
2024-01-19 06:49:32 +00:00
#specifications-quick-container .chosen-container .chosen-drop {
2023-08-27 08:10:21 +00:00
left: -0.1rem;
width: calc(100% + 0.2rem);
}
2024-01-19 06:49:32 +00:00
#specifications-quick-container:hover .chosen-container .chosen-drop {
2024-01-19 06:49:32 +00:00
border-color: #146BE6 !important;
}
@media only screen and (max-width: 640px) {
#specifications-quick-container .chosen-container {
min-width: 12rem;
}
}
/**
*
*/
.goods-params {
2024-04-15 02:25:01 +00:00
max-width: 30rem;
width: 100%;
2024-01-19 06:49:32 +00:00
}
.goods-params .parameters-quick-add {
width: 100%;
}
.goods-params .parameters-quick-add i {
float: right;
}
#parameters-quick-container .am-dropdown-content {
2024-04-15 02:25:01 +00:00
width: 100%;
2024-01-19 06:49:32 +00:00
}
@media only screen and (max-width: 640px) {
.goods-params {
width: 12rem;
}
#parameters-quick-container .am-dropdown-content {
width: 25rem;
}
}
.am-table-bordered>thead>tr>th:first-of-type,
.am-table-bordered>tbody>tr>td:first-of-type {
border-left: 0;
}
/**
2024-10-21 02:51:14 +00:00
*
2024-01-19 06:49:32 +00:00
*/
#spec-popup-all-operation .form-content {
padding-bottom: 7rem;
2019-09-11 13:06:04 +00:00
}