Browse Source

优化活动规则样式

zhangjiahao/feature-20250717125955-众筹
zhangjiahao 3 weeks ago
parent
commit
303931b382
  1. 7
      src/views/zhongchou/index.vue

7
src/views/zhongchou/index.vue

@ -1274,15 +1274,18 @@ const hideRules = () => {
.rules-list { .rules-list {
width: 100%; width: 100%;
line-height: 1.6;
line-height: 1.6; /* 增加行高 */
margin-top: 10%; margin-top: 10%;
margin-left: 10%;
margin-left: 10%; /* 减少左边距 */
padding-right: 5%; /* 添加右边距 */
} }
.rules-list p { .rules-list p {
margin: 10px 0; margin: 10px 0;
font-size: 16px; font-size: 16px;
color: #fff; color: #fff;
font-family: 'Microsoft YaHei', 'PingFang SC', sans-serif; /* 使用更清晰的中文字体 */
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
line-height: 1.7; line-height: 1.7;
} }

Loading…
Cancel
Save