Browse Source

温度日历的月份左上角移动;token规则提示样式修改;

milestone-20250909-周更新分支
宋杰 1 day ago
parent
commit
f721be7ead
  1. 4
      src/views/components/marketTemperature.vue
  2. 17
      src/views/homePage.vue

4
src/views/components/marketTemperature.vue

@ -1083,8 +1083,8 @@ defineExpose({ initChart });
font-size: calc(10px + 1.5vw); font-size: calc(10px + 1.5vw);
color: #00ffff; color: #00ffff;
position: absolute; position: absolute;
bottom: 42%;
left: 30px;
bottom: 60%;
left: 10px;
} }
.secondTitle { .secondTitle {

17
src/views/homePage.vue

@ -2565,7 +2565,7 @@ body {
justify-content: center; justify-content: center;
align-items: center; align-items: center;
position: fixed; position: fixed;
bottom: 15%;
bottom: 20%;
color: white; color: white;
z-index: 9999; z-index: 9999;
} }
@ -2609,12 +2609,10 @@ body {
font-size: 20px; font-size: 20px;
font-weight: bold; font-weight: bold;
text-align: center; text-align: center;
margin-bottom: 20px;
width: 100%; width: 100%;
} }
.tokenRuleSection { .tokenRuleSection {
margin-bottom: 15px;
width: 100%; width: 100%;
} }
@ -2629,7 +2627,6 @@ body {
color: white; color: white;
font-size: 16px; font-size: 16px;
line-height: 1.5; line-height: 1.5;
margin-bottom: 6px;
} }
.tokenRuleNote { .tokenRuleNote {
@ -2640,22 +2637,24 @@ body {
color: white; color: white;
font-size: 14px; font-size: 14px;
line-height: 1.5; line-height: 1.5;
margin-top: 15px;
text-align: center; text-align: center;
word-wrap: break-word; word-wrap: break-word;
overflow-wrap: break-word; overflow-wrap: break-word;
} }
@media (max-width: 768px) { @media (max-width: 768px) {
.tokenRuleDialog {
bottom: 20%;
}
.tokenRuleDialogContent { .tokenRuleDialogContent {
width: 90vw;
width: 80vw;
padding: 15px 20px; padding: 15px 20px;
max-height: 80vh; max-height: 80vh;
} }
.tokenRuleDialogTitle { .tokenRuleDialogTitle {
font-size: 18px; font-size: 18px;
margin-bottom: 15px;
} }
.tokenRuleSectionTitle { .tokenRuleSectionTitle {
@ -2664,9 +2663,8 @@ body {
} }
.tokenRuleItem { .tokenRuleItem {
font-size: 14px;
font-size: 13px;
line-height: 1.4; line-height: 1.4;
margin-bottom: 5px;
word-wrap: break-word; word-wrap: break-word;
overflow-wrap: break-word; overflow-wrap: break-word;
} }
@ -2674,7 +2672,6 @@ body {
.tokenRuleNote { .tokenRuleNote {
font-size: 12px; font-size: 12px;
padding: 10px; padding: 10px;
margin-top: 12px;
line-height: 1.4; line-height: 1.4;
} }

Loading…
Cancel
Save