commission--yt-commit

This commit is contained in:
2025-06-05 09:47:29 +08:00
parent d58e024f23
commit 175c052e97
7 changed files with 204 additions and 31 deletions

View File

@ -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;