Update formstyle.html

This commit is contained in:
Anyon 2020-10-10 15:28:04 +08:00
parent bf5e9452b2
commit 1947451b98

View File

@ -24,10 +24,10 @@
z-index: 2; z-index: 2;
width: 40px; width: 40px;
color: #fff; color: #fff;
height: 28px; height: 25px;
position: absolute; position: absolute;
background: #999; background: #999;
line-height: 28px; line-height: 26px;
} }
.goods-spec-close { .goods-spec-close {
@ -68,7 +68,7 @@
top: 1px; top: 1px;
left: 1px; left: 1px;
width: 40px; width: 40px;
height: 26px; height: 24px;
content: ' '; content: ' ';
position: absolute; position: absolute;
background: #c9c9c9; background: #c9c9c9;
@ -79,10 +79,10 @@
left: 1px; left: 1px;
color: #999; color: #999;
width: 40px; width: 40px;
height: 26px; height: 24px;
content: '\e63f'; content: '\e63f';
font-size: 16px; font-size: 16px;
line-height: 26px; line-height: 24px;
position: absolute; position: absolute;
text-align: center; text-align: center;
font-family: 'layui-icon'; font-family: 'layui-icon';