| | |
| | | <style lang="less"> |
| | | .themaic { |
| | | .aside-title { |
| | | box-sizing: border-box; |
| | | padding-left: 30px; |
| | | height: 27px; |
| | | line-height: 27px; |
| | | background: linear-gradient(0deg, #9cd2ff 0%, #ffffff 100%); |
| | | // height: 27px; |
| | | // line-height: 27px; |
| | | // background: linear-gradient(0deg, #9cd2ff 0%, #ffffff 100%); |
| | | font-size: 15px; |
| | | font-family: YouSheBiaoTiHei, YouSheBiaoTiHei-Regular; |
| | | -webkit-background-clip: text; |
| | | // -webkit-background-clip: text; |
| | | color: #fff; |
| | | width: 100%; |
| | | |
| | | height: 30px; |
| | | line-height: 30px; |
| | | background: url(~@/assets/img/Screen/asideTitleBg.png); |
| | | background-size: 100% 100%; |
| | | background-repeat: no-repeat; |
| | | } |
| | | } |
| | | </style> |