Commit 6b8eabe0 authored by xinzhedeai's avatar xinzhedeai

mod: 样式微调

parent 203f7aff
...@@ -318,7 +318,7 @@ ...@@ -318,7 +318,7 @@
display: flex; display: flex;
justify-content: space-between; justify-content: space-between;
align-items: center; align-items: center;
padding: 15px; padding: .3rem;
border-bottom: 1px solid #eee; border-bottom: 1px solid #eee;
} }
...@@ -339,7 +339,7 @@ ...@@ -339,7 +339,7 @@
.stats-content { .stats-content {
display: flex; display: flex;
padding: 15px 0; padding: .3rem 0;
} }
.stat-item { .stat-item {
...@@ -352,7 +352,7 @@ ...@@ -352,7 +352,7 @@
font-weight: bold; font-weight: bold;
font-size: .36rem; font-size: .36rem;
color: #1081E3; color: #1081E3;
margin-bottom: .1rem; margin-bottom: .15rem;
} }
.stat-label { .stat-label {
...@@ -385,7 +385,7 @@ ...@@ -385,7 +385,7 @@
.check-module { .check-module {
width: 3rem; width: 3rem;
height: 1.8rem; height: 1.8rem;
padding: 15px; padding: .2rem;
/* border-bottom: 1px solid #eee; /* border-bottom: 1px solid #eee;
border-right: 1px solid #eee; */ border-right: 1px solid #eee; */
background-image: url('../image/code/bg1.png') ; background-image: url('../image/code/bg1.png') ;
...@@ -397,6 +397,7 @@ ...@@ -397,6 +397,7 @@
font-weight: bold; font-weight: bold;
font-size: .32rem; font-size: .32rem;
color: #0C4BA2; color: #0C4BA2;
margin-bottom: .2rem;
} }
.check-module p:last-child{ .check-module p:last-child{
font-weight: 500; font-weight: 500;
...@@ -463,9 +464,9 @@ ...@@ -463,9 +464,9 @@
} }
.module-intro { .module-intro {
font-size: 14px; font-size: .24rem;
color: #666; color: #666;
margin-top: 10px; margin-top: .1rem;
} }
</style> </style>
</body> </body>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment