Commit 93c1110ffa0072f4801258a16fbcc3e9b92c2da0
1 parent
2dc6c041
设备信息
Showing
1 changed file
with
0 additions
and
16 deletions
src/style/reset.css
| ... | ... | @@ -216,22 +216,6 @@ table { |
| 216 | 216 | text-overflow: ellipsis; |
| 217 | 217 | } |
| 218 | 218 | |
| 219 | -.text-blue{ | |
| 220 | -/*//@include fontStyle(24px);*/ | |
| 221 | -/*//background-image: $fontBlue;*/ | |
| 222 | - font-size: 24px; | |
| 223 | - font-weight:bold; | |
| 224 | - -webkit-background-clip: text; | |
| 225 | - -webkit-text-fill-color: transparent; | |
| 226 | - background-image: -webkit-gradient(linear, 0 0, 0 bottom, from(rgba(0,202,254, 1)), to(rgba(39,114,244, 1))); | |
| 227 | 219 | |
| 228 | -} | |
| 229 | -.text-orange{ | |
| 230 | - font-size: 24px; | |
| 231 | - font-weight:bold; | |
| 232 | - -webkit-background-clip: text; | |
| 233 | - -webkit-text-fill-color: transparent; | |
| 234 | - background-image: -webkit-gradient(linear, 0 0, 0 bottom, from(rgba(255,186,0, 1)), to(rgba(255,129,0, 1))); | |
| 235 | -} | |
| 236 | 220 | |
| 237 | 221 | ... | ... |