|
@@ -97,28 +97,29 @@
|
|
|
clear: both;
|
|
|
margin-top: 0.4rem;
|
|
|
font-size: 0.388889rem;
|
|
|
- color: #60c0ff;
|
|
|
- position: relative;
|
|
|
- span{
|
|
|
- display: inline-block;
|
|
|
- /*margin-top: -0.1rem ;*/
|
|
|
- }
|
|
|
- span::after{
|
|
|
- content: "";
|
|
|
- width: 0.522222rem;
|
|
|
- height: 0.536111rem;
|
|
|
- position:absolute;
|
|
|
- top: 0%;
|
|
|
- content: url(../assets/img/drawable-mdpi/change.png);
|
|
|
- }
|
|
|
+ color: #60c0ff;
|
|
|
+ position: relative;
|
|
|
+ span{
|
|
|
+ display: inline-block;
|
|
|
+ /*margin-top: -0.1rem ;*/
|
|
|
+ }
|
|
|
+ span::after{
|
|
|
+ content: "";
|
|
|
+ width: 0.522222rem;
|
|
|
+ height: 0.536111rem;
|
|
|
+ position:absolute;
|
|
|
+ top: 0%;
|
|
|
+ content: url(../assets/img/drawable-mdpi/change.png);
|
|
|
+ }
|
|
|
}
|
|
|
}
|
|
|
.content{
|
|
|
+ margin-top: 0.416667rem;
|
|
|
width: 4.444444rem;
|
|
|
height: 4.027778rem;
|
|
|
+ padding-top: 0rem;
|
|
|
background-color: #ffffff;
|
|
|
border-radius: 10px;
|
|
|
- margin-top: 0.416667rem;
|
|
|
text-align: center;
|
|
|
float: left;
|
|
|
p{
|
|
@@ -126,6 +127,10 @@
|
|
|
color: #666666;
|
|
|
margin-top: -0.5rem;
|
|
|
}
|
|
|
+ img{
|
|
|
+ padding-top: 0.2rem;
|
|
|
+ display: inline-block;
|
|
|
+ }
|
|
|
}
|
|
|
.content:nth-of-type(even){
|
|
|
margin-right: 0.277778rem;
|