|
@@ -4,7 +4,7 @@
|
4
|
4
|
<icon></icon>
|
5
|
5
|
<div class="title">
|
6
|
6
|
<p class="tit">定制专属专业平台运营服务</p>
|
7
|
|
- <p class="desc">Customized exclusive professional platform operation servic</p>
|
|
7
|
+ <p class="desc">CUSTOMIZED EXCLUSIVE PROFESSIONAL PLATFORM OPERATION SERVICE</p>
|
8
|
8
|
<span></span>
|
9
|
9
|
</div>
|
10
|
10
|
<div class="about-main">
|
|
@@ -46,7 +46,7 @@ import headerTab from "@/components/commonComponents/headerTab";
|
46
|
46
|
import footerNav from "@/components/commonComponents/footerNav";
|
47
|
47
|
import icon from "@/components/commonComponents/icon";
|
48
|
48
|
export default {
|
49
|
|
- components: { headerTab, footerNav,icon },
|
|
49
|
+ components: { headerTab, footerNav, icon },
|
50
|
50
|
|
51
|
51
|
data () {
|
52
|
52
|
return {};
|
|
@@ -72,8 +72,11 @@ export default {
|
72
|
72
|
}
|
73
|
73
|
.desc {
|
74
|
74
|
font-size: 12px;
|
75
|
|
- letter-spacing: 4px;
|
76
|
|
- line-height: 60px;
|
|
75
|
+ font-family: PingFangSC-Thin;
|
|
76
|
+ font-weight: 100;
|
|
77
|
+ color: rgba(255, 255, 255, 1);
|
|
78
|
+ line-height: 17px;
|
|
79
|
+ letter-spacing: 7px;
|
77
|
80
|
}
|
78
|
81
|
span {
|
79
|
82
|
display: inline-block;
|
|
@@ -125,7 +128,7 @@ export default {
|
125
|
128
|
background: linear-gradient(
|
126
|
129
|
to bottom,
|
127
|
130
|
rgba(0, 0, 0, 0) 50%,
|
128
|
|
- rgba(78,132,255,0.7326) 50%
|
|
131
|
+ rgba(78, 132, 255, 0.7326) 50%
|
129
|
132
|
);
|
130
|
133
|
height: 30px;
|
131
|
134
|
text-align: center;
|