feat: 添加hgcart购物车模板+Drone部署同步
All checks were successful
continuous-integration/drone/push Build is passing

- 解压default_npant.tar.gz到clientarea/cart/hgcart/
- .drone.yml增加hgcart同步到cart/template/pc/
This commit is contained in:
yiqiu
2026-03-22 20:36:15 +08:00
parent 2f0cf620a2
commit a82bf8baa5
29 changed files with 6832 additions and 0 deletions

View File

@@ -0,0 +1,34 @@
.template {
height: 100%;
}
.config-box {
height: 100%;
}
.content {
height: 100%;
background: #fff;
}
.ifram-hiden {
display: none !important;
}
.l-empty {
width: 0 !important;
}
html {
font-size: 100px !important;
}
.template > .tit {
display: none;
}
.template .main-card {
max-width: inherit;
}
.common-config .common-box .order-right {
right: -0.2rem;
}
.config-box .f-order {
width: 100%;
}
.config-box .f-order .main-card {
height: 100%;
}