fix: 统一页面,样式提取修改。

This commit is contained in:
tianyongbao
2026-06-28 09:51:14 +08:00
parent fc4ef3d98b
commit a506f2de98
69 changed files with 299 additions and 1955 deletions

View File

@@ -293,22 +293,6 @@ onLoad((option) => {
.form-view {
padding: 24rpx;
.input-with-arrow {
position: relative;
width: 100%;
.arrow-icon {
position: absolute;
right: 20rpx;
top: 50%;
transform: translateY(-50%);
color: #c0c4cc;
font-size: 20rpx;
pointer-events: none;
z-index: 10;
}
}
.form-btn {
padding-top: 32rpx;
}
@@ -329,17 +313,7 @@ onLoad((option) => {
}
}
.form-btn .u-button {
background: linear-gradient(135deg, #667eea 0%, #764ba2 100%) !important;
border: none !important;
border-radius: 24rpx !important;
height: 80rpx !important;
box-shadow: 0 4rpx 16rpx rgba(102, 126, 234, 0.4) !important;
}
.form-btn .u-button__text {
font-size: 30rpx !important;
font-weight: 500 !important;
letter-spacing: 2rpx !important;
}
</style>