礼包中心 - 赠送礼包页面修改样式

This commit is contained in:
2025-07-10 11:18:50 +08:00
parent bb9899ed94
commit 4c55d4b26e
2 changed files with 12 additions and 2 deletions

View File

@@ -1,3 +1,4 @@
@charset "UTF-8";
html,
body {
height: 100%;
@@ -50,6 +51,10 @@ body {
margin: 0 0.1333333333rem;
width: 90%;
}
.search_input .search_input_box:focus {
outline: none; /* 移除默认聚焦边框 */
border-color: transparent; /* 可选:添加自定义边框颜色 */
}
.search_input img {
width: 0.5333333333rem;
height: 0.5333333333rem;
@@ -224,7 +229,7 @@ body {
}
.trial_pop .trial_pop_content .quantity_box .num_box .jian {
width: 0.2533333333rem;
height: 0.0133333333rem;
height: 0.04rem;
}
.trial_pop .trial_pop_content .quantity_box .num_box .jia {
width: 0.2533333333rem;

View File

@@ -61,6 +61,10 @@ body {
margin: 0 px2rem(10);
width: 90%;
}
.search_input_box:focus {
outline: none; /* 移除默认聚焦边框 */
border-color: transparent; /* 可选:添加自定义边框颜色 */
}
img {
width: px2rem(40);
@@ -260,13 +264,14 @@ body {
.jian {
width: px2rem(19);
height: px2rem(1);
height: px2rem(3);
}
.jia {
width: px2rem(19);
height: px2rem(19);
}
}
}