2025-9-24-21:10
This commit is contained in:
@@ -7,28 +7,14 @@
|
||||
background-color: #f5f7fa;
|
||||
padding: 20rpx;
|
||||
}
|
||||
.scroll-container {
|
||||
width: 100%;
|
||||
|
||||
.search-bar {
|
||||
padding: 16rpx 24rpx;
|
||||
background-color: #f5f5f7;
|
||||
}
|
||||
|
||||
.search-input {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
background-color: #eaeaea;
|
||||
border-radius: 30rpx;
|
||||
padding: 14rpx 24rpx;
|
||||
}
|
||||
|
||||
.search-input input {
|
||||
margin-left: 12rpx;
|
||||
font-size: 28rpx;
|
||||
flex: 1;
|
||||
color: #333;
|
||||
height: 40rpx;
|
||||
line-height: 40rpx;
|
||||
}
|
||||
}
|
||||
.voting-card {
|
||||
min-width: calc(100% - 30px); /* 确保在手机上卡片占满宽度 */
|
||||
/* 其他原有样式保持不变 */
|
||||
}
|
||||
|
||||
/* 投票卡片卡片样式 */
|
||||
.voting-card {
|
||||
|
||||
Reference in New Issue
Block a user