Files
shopxo/public/static/admin/default/css/goods.css

57 lines
979 B
CSS
Raw Normal View History

2020-05-15 19:23:05 +08:00
/**
* 详情
*/
.dl-content img {
2019-11-13 20:51:43 +08:00
max-width: 100%;
}
2018-12-28 18:58:37 +08:00
/**
* 区域分割
*/
2019-09-11 21:06:04 +08:00
.division-block {
2024-01-19 14:49:32 +08:00
margin-bottom: 3rem;
2019-09-11 21:06:04 +08:00
}
2024-01-19 14:49:32 +08:00
2019-09-11 21:06:04 +08:00
.division-block .nav-detail-title {
2024-01-19 14:49:32 +08: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 21:06:04 +08:00
}
2018-12-28 18:58:37 +08:00
/**
* app详情
*/
2019-09-11 21:06:04 +08:00
i.drag-sort-submit {
2024-01-19 14:49:32 +08:00
margin-left: 3rem;
2019-09-11 21:06:04 +08:00
}
2024-01-19 14:49:32 +08:00
.content-app-items>li {
border: 0.1rem solid #EBEBEB;
padding: 1.5rem 2.4rem;
border-radius: var(--border-radius);
2019-09-11 21:06:04 +08:00
}
2024-01-19 14:49:32 +08: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 21:06:04 +08:00
}
2024-04-15 10:25:01 +08:00
.content-app-items > li .content-app-items-rem-sub i,
2024-01-19 14:49:32 +08:00
.content-app-items > li .drag-sort-submit i {
font-size: 1.4rem;
2024-04-15 10:25:01 +08:00
position: relative;
2024-01-19 14:49:32 +08:00
margin-right: 0.3rem;
2019-09-11 21:06:04 +08:00
}