Merge branch 'hi-ucs-dev' of http://15.2.21.221:3000/wuhongjian/hi-ucs into hi-ucs-dev
This commit is contained in:
commit
42a427a791
|
@ -2,7 +2,7 @@
|
||||||
* @Author: hisense.liangjunhua
|
* @Author: hisense.liangjunhua
|
||||||
* @Date: 2022-06-19 10:11:03
|
* @Date: 2022-06-19 10:11:03
|
||||||
* @LastEditors: hisense.liangjunhua
|
* @LastEditors: hisense.liangjunhua
|
||||||
* @LastEditTime: 2022-06-19 11:02:21
|
* @LastEditTime: 2022-06-19 11:20:09
|
||||||
* @Description: 告诉大家这是什么
|
* @Description: 告诉大家这是什么
|
||||||
-->
|
-->
|
||||||
<template>
|
<template>
|
||||||
|
@ -45,6 +45,10 @@
|
||||||
font-family: SourceHanSansCN-Regular;
|
font-family: SourceHanSansCN-Regular;
|
||||||
.title {
|
.title {
|
||||||
font-family: ZhiheiJ-W5;
|
font-family: ZhiheiJ-W5;
|
||||||
|
background: -webkit-linear-gradient(90deg, #99a8d0, #fff);
|
||||||
|
font-weight: 600;
|
||||||
|
-webkit-background-clip: text;
|
||||||
|
-webkit-text-fill-color: transparent;
|
||||||
}
|
}
|
||||||
.num {
|
.num {
|
||||||
font-family: DIN-Bold;
|
font-family: DIN-Bold;
|
||||||
|
@ -61,11 +65,6 @@
|
||||||
background: url('~@/assets/capabilityCloud/header.png') no-repeat;
|
background: url('~@/assets/capabilityCloud/header.png') no-repeat;
|
||||||
font-size: 0.46rem;
|
font-size: 0.46rem;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
& > .title {
|
|
||||||
background: -webkit-linear-gradient(90deg, #99a8d0, #fff);
|
|
||||||
-webkit-background-clip: text;
|
|
||||||
-webkit-text-fill-color: transparent;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
& > .main {
|
& > .main {
|
||||||
margin-top: 0.24rem;
|
margin-top: 0.24rem;
|
||||||
|
|
Loading…
Reference in New Issue