|
@@ -11,6 +11,7 @@
|
|
margin-top: 20px;
|
|
margin-top: 20px;
|
|
flex: 1;
|
|
flex: 1;
|
|
display: flex;
|
|
display: flex;
|
|
|
|
+
|
|
> div {
|
|
> div {
|
|
flex: 1;
|
|
flex: 1;
|
|
background-color: #fff;
|
|
background-color: #fff;
|
|
@@ -22,17 +23,21 @@
|
|
transition: all .2s ease;
|
|
transition: all .2s ease;
|
|
|
|
|
|
&:hover {
|
|
&:hover {
|
|
- box-shadow: 0 3px 8px -3px rgba(0,0,0,0.1);
|
|
|
|
|
|
+ box-shadow: 0 3px 8px -3px rgba(0, 0, 0, 0.1);
|
|
}
|
|
}
|
|
|
|
+
|
|
&:last-child {
|
|
&:last-child {
|
|
margin-right: 0;
|
|
margin-right: 0;
|
|
}
|
|
}
|
|
- &>div:last-child {
|
|
|
|
|
|
+
|
|
|
|
+ & > div:last-child {
|
|
flex: 1;
|
|
flex: 1;
|
|
}
|
|
}
|
|
|
|
+
|
|
.chart-title {
|
|
.chart-title {
|
|
font-size: 16px;
|
|
font-size: 16px;
|
|
}
|
|
}
|
|
|
|
+
|
|
.chart-desc {
|
|
.chart-desc {
|
|
font-size: 12px;
|
|
font-size: 12px;
|
|
opacity: .8;
|
|
opacity: .8;
|
|
@@ -44,6 +49,7 @@
|
|
display: flex;
|
|
display: flex;
|
|
width: 100%;
|
|
width: 100%;
|
|
justify-content: space-between;
|
|
justify-content: space-between;
|
|
|
|
+
|
|
.item {
|
|
.item {
|
|
background-color: #fff;
|
|
background-color: #fff;
|
|
height: 120px;
|
|
height: 120px;
|
|
@@ -56,22 +62,28 @@
|
|
background-size: cover;
|
|
background-size: cover;
|
|
border-radius: 6px;
|
|
border-radius: 6px;
|
|
transition: all .2s ease;
|
|
transition: all .2s ease;
|
|
|
|
+
|
|
&:hover {
|
|
&:hover {
|
|
- box-shadow: 0 3px 8px -3px rgba(0,0,0,0.1);
|
|
|
|
|
|
+ box-shadow: 0 3px 8px -3px rgba(0, 0, 0, 0.1);
|
|
}
|
|
}
|
|
|
|
+
|
|
&:last-child {
|
|
&:last-child {
|
|
margin-right: 0;
|
|
margin-right: 0;
|
|
}
|
|
}
|
|
|
|
+
|
|
.title {
|
|
.title {
|
|
- font-size: 16px;
|
|
|
|
|
|
+ font-size: 18px;
|
|
padding-bottom: 10px;
|
|
padding-bottom: 10px;
|
|
|
|
+ color: rgba(0, 0, 0, .4);
|
|
}
|
|
}
|
|
|
|
+
|
|
.num {
|
|
.num {
|
|
- font-size: 30px ;
|
|
|
|
|
|
+ font-size: 30px;
|
|
font-weight: bold;
|
|
font-weight: bold;
|
|
color: #fff;
|
|
color: #fff;
|
|
padding-right: 8px;
|
|
padding-right: 8px;
|
|
}
|
|
}
|
|
|
|
+
|
|
img {
|
|
img {
|
|
position: absolute;
|
|
position: absolute;
|
|
right: 20px;
|
|
right: 20px;
|