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

57 lines
979 B
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
/**
* 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
.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
.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
}