Merge branch 'mater-ztq' into 'master'
Mater ztq See merge request !1217
Showing
2 changed files
with
10 additions
and
7 deletions
1 | - | 1 | +<style> |
2 | + .layui-tab-title,.layui-tab-title li{ | ||
3 | + font-size: 16px; | ||
4 | + } | ||
5 | +</style> | ||
2 | <article class="page-container template template_redis"> | 6 | <article class="page-container template template_redis"> |
3 | <div class="page-panel"> | 7 | <div class="page-panel"> |
4 | <div class="main"> | 8 | <div class="main"> |
@@ -18,7 +18,7 @@ | @@ -18,7 +18,7 @@ | ||
18 | } | 18 | } |
19 | .overview-item-dialog header{ | 19 | .overview-item-dialog header{ |
20 | padding: 10px; | 20 | padding: 10px; |
21 | - font-size: 18px; | 21 | + font-size: 16px; |
22 | font-weight: bold; | 22 | font-weight: bold; |
23 | text-align: left; | 23 | text-align: left; |
24 | } | 24 | } |
@@ -94,7 +94,7 @@ | @@ -94,7 +94,7 @@ | ||
94 | border-radius: 4px; | 94 | border-radius: 4px; |
95 | } | 95 | } |
96 | .overview-item-box header{ | 96 | .overview-item-box header{ |
97 | - font-size: 18px; | 97 | + font-size: 16px; |
98 | font-weight: bold; | 98 | font-weight: bold; |
99 | color: #555c6c; | 99 | color: #555c6c; |
100 | padding: 10px; | 100 | padding: 10px; |
@@ -112,11 +112,11 @@ | @@ -112,11 +112,11 @@ | ||
112 | margin: 0 10px; | 112 | margin: 0 10px; |
113 | background-color: #eef7fe; | 113 | background-color: #eef7fe; |
114 | overflow: hidden; | 114 | overflow: hidden; |
115 | - height: 30px; | 115 | + height: 25px; |
116 | border-radius: 30px; | 116 | border-radius: 30px; |
117 | } | 117 | } |
118 | .progress-bar{ | 118 | .progress-bar{ |
119 | - height: 30px; | 119 | + height: 25px; |
120 | line-height: 30px; | 120 | line-height: 30px; |
121 | text-align: right; | 121 | text-align: right; |
122 | border-radius: 30px; | 122 | border-radius: 30px; |
@@ -136,7 +136,7 @@ | @@ -136,7 +136,7 @@ | ||
136 | margin-bottom: 5px; | 136 | margin-bottom: 5px; |
137 | } | 137 | } |
138 | .tencent-cloud-box .title{ | 138 | .tencent-cloud-box .title{ |
139 | - font-size: 18px; | 139 | + font-size: 16px; |
140 | font-weight: bolder; | 140 | font-weight: bolder; |
141 | padding: 15px 0; | 141 | padding: 15px 0; |
142 | border-bottom: 1px solid #F0F0F4; | 142 | border-bottom: 1px solid #F0F0F4; |
@@ -255,4 +255,3 @@ | @@ -255,4 +255,3 @@ | ||
255 | 255 | ||
256 | 256 | ||
257 | 257 | ||
258 | - |
-
Please register or login to post a comment