新颜色第一版

This commit is contained in:
lym
2026-03-10 18:50:00 +08:00
parent cf6b5179fc
commit ece4cc99e0
10 changed files with 61 additions and 61 deletions

View File

@@ -1,5 +1,5 @@
page{
background: #FFFFFF;
background: linear-gradient(to bottom, #E8F4FC, #F5FAFF);
}
.container {
position: relative;
@@ -102,10 +102,10 @@ swiper-item image {
margin:0 auto;
}
.menus .item-menu view.hover view{
color:#1E88E5;
color:#6BA3F0;
font-weight: 900;
line-height: 2.5em;
border-bottom: 3px solid #1E88E5;
border-bottom: 3px solid #6BA3F0;
}
.mydata_box{
float:left;
@@ -222,7 +222,7 @@ swiper-item image {
width:0.5em;
height: 1.5em;
line-height: 1.5em;
background-color: #1E88E5;
background: linear-gradient(to bottom, #FF6B35, #FF4E50);
border-radius:0.2em;
}
@@ -230,7 +230,7 @@ swiper-item image {
flex: 1;
text-align: right;
align-self: center;
color:#1E88E5
color:#FF6B35
}
.choice_text{
margin-top: 0.5em;
@@ -239,7 +239,7 @@ swiper-item image {
display: flex;
flex-direction: row;
align-items: center;
background-color: #1565C0;
background: linear-gradient(to right, #6BA3F0, #8BBDF5);
}
.choice_text .line_flag{
margin-top: 0em;
@@ -248,7 +248,7 @@ swiper-item image {
width:0.5em;
height: 1.5em;
line-height: 1.5em;
background-color: #1E88E5;
background: linear-gradient(to bottom, #FFB800, #FF6B35);
border-radius:0.2em;
}
.choice_text text{
@@ -327,7 +327,7 @@ box-sizing: border-box;
.choice_box .choice_list .je .jeto{
display: flex;
flex-direction:row;
color: #1E88E5;
color: #FF6B35;
}
.choice_box .choice_list .je .jeto.jeto0{