All checks were successful
continuous-integration/drone/push Build is passing
- 解压default_npant.tar.gz到clientarea/cart/hgcart/ - .drone.yml增加hgcart同步到cart/template/pc/
43 lines
456 B
Plaintext
43 lines
456 B
Plaintext
.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: -.2rem;
|
|
}
|
|
.config-box .f-order{
|
|
width: 100%;
|
|
.main-card{
|
|
height: 100%;
|
|
}
|
|
}
|