|
@@ -40,13 +40,14 @@
|
|
>img {
|
|
>img {
|
|
display: block;
|
|
display: block;
|
|
margin: auto;
|
|
margin: auto;
|
|
- width: 14vw;
|
|
|
|
- height: 14vw;
|
|
|
|
|
|
+ width: 60px;
|
|
|
|
+ height: 60px;
|
|
}
|
|
}
|
|
>p {
|
|
>p {
|
|
- margin: 5px 0px;
|
|
|
|
|
|
+ margin-top: 0px;
|
|
|
|
+ margin-bottom: 5px;
|
|
color: $font_color;
|
|
color: $font_color;
|
|
- font-size: 15px;
|
|
|
|
|
|
+ font-size: 14px;
|
|
}
|
|
}
|
|
>.corner {
|
|
>.corner {
|
|
display: block;
|
|
display: block;
|
|
@@ -63,10 +64,11 @@
|
|
>li {
|
|
>li {
|
|
box-shadow: 0px 4px 20px 0px #EAEDF2;
|
|
box-shadow: 0px 4px 20px 0px #EAEDF2;
|
|
border-radius: $card_radius;
|
|
border-radius: $card_radius;
|
|
- padding: 25px 20px;
|
|
|
|
|
|
+ padding: 10px 15px;
|
|
position: relative;
|
|
position: relative;
|
|
background-repeat: no-repeat;
|
|
background-repeat: no-repeat;
|
|
background-size: 100% 100%;
|
|
background-size: 100% 100%;
|
|
|
|
+ height: 70px;
|
|
&:nth-child(1) {
|
|
&:nth-child(1) {
|
|
background-image: url("../../assets/images/qjsq_icon.png");
|
|
background-image: url("../../assets/images/qjsq_icon.png");
|
|
}
|
|
}
|
|
@@ -113,13 +115,15 @@
|
|
>ul {
|
|
>ul {
|
|
display: grid;
|
|
display: grid;
|
|
grid-template-columns: repeat(4, 1fr);
|
|
grid-template-columns: repeat(4, 1fr);
|
|
|
|
+ background-color: #fff;
|
|
|
|
+ border-radius: 5px;
|
|
>li {
|
|
>li {
|
|
flex: 1;
|
|
flex: 1;
|
|
text-align: center;
|
|
text-align: center;
|
|
position: relative;
|
|
position: relative;
|
|
- background: rgba(255,255,255,0.5);
|
|
|
|
|
|
+ // background: rgba(255,255,255,0.5);
|
|
border-radius: 8px;
|
|
border-radius: 8px;
|
|
- padding: 12px 8px;
|
|
|
|
|
|
+ padding: 8px;
|
|
&:not(:first-child) {
|
|
&:not(:first-child) {
|
|
margin-left: 10px;
|
|
margin-left: 10px;
|
|
}
|
|
}
|
|
@@ -127,16 +131,15 @@
|
|
display: block;
|
|
display: block;
|
|
margin: auto;
|
|
margin: auto;
|
|
background: #FFFFFF;
|
|
background: #FFFFFF;
|
|
- box-shadow: 0px 4px 20px 0px #EAEDF2;
|
|
|
|
- border-radius: $card_radius + 2;
|
|
|
|
- padding: 10px;
|
|
|
|
|
|
+ // box-shadow: 0px 4px 20px 0px #EAEDF2;
|
|
|
|
+ // border-radius: $card_radius + 2;
|
|
width: 10vw;
|
|
width: 10vw;
|
|
height: 10vw;
|
|
height: 10vw;
|
|
}
|
|
}
|
|
>.title {
|
|
>.title {
|
|
display: block;
|
|
display: block;
|
|
margin-top: 5px;
|
|
margin-top: 5px;
|
|
- font-size: 15px;
|
|
|
|
|
|
+ font-size: 14px;
|
|
color: $font_color;
|
|
color: $font_color;
|
|
white-space: nowrap;
|
|
white-space: nowrap;
|
|
}
|
|
}
|
|
@@ -154,16 +157,18 @@
|
|
.corner {
|
|
.corner {
|
|
position: absolute;
|
|
position: absolute;
|
|
display: block;
|
|
display: block;
|
|
- width: 22px;
|
|
|
|
- height: 16px;
|
|
|
|
- line-height: 16px;
|
|
|
|
|
|
+ width: 20px;
|
|
|
|
+ height: 20px;
|
|
|
|
+ line-height: 20px;
|
|
font-size: 13px;
|
|
font-size: 13px;
|
|
- background-color: #F23C3C;
|
|
|
|
|
|
+ background-color: #FA513B;
|
|
color: #fff;
|
|
color: #fff;
|
|
border-radius: $corner_radius;
|
|
border-radius: $corner_radius;
|
|
text-align: center;
|
|
text-align: center;
|
|
- right: 5px;
|
|
|
|
- top: 5px;
|
|
|
|
|
|
+ right: 10px;
|
|
|
|
+ top: 0px;
|
|
|
|
+ border: 1px solid #FFFFFF;
|
|
|
|
+ font-size: 12px;
|
|
}
|
|
}
|
|
.card_title {
|
|
.card_title {
|
|
font-size: 17px;
|
|
font-size: 17px;
|