commission--yt-commit
This commit is contained in:
@ -121,6 +121,19 @@ radio {
|
||||
transform: scale(0.8); /* 调整为你需要的缩放比例 */
|
||||
}
|
||||
|
||||
/* 在.wxss文件中 */
|
||||
.input-container {
|
||||
position: relative; /* 容器使用相对定位 */
|
||||
}
|
||||
|
||||
.input-icon {
|
||||
position: absolute; /* 图标使用绝对定位 */
|
||||
left: 82px; /* 设置图标距离左边的距离 */
|
||||
top: 9px; /* 设置图标距离顶部的距离 */
|
||||
width: 15px; /* 图标宽度 */
|
||||
height: 15px; /* 图标高度 */
|
||||
}
|
||||
|
||||
/* 弹窗外围容器,覆盖全屏并居中 */
|
||||
.popup-wrapper {
|
||||
position: fixed;
|
||||
|
Reference in New Issue
Block a user