|
|
@@ -38,6 +38,7 @@
|
|
|
@mouseenter="currentEventImg(item)"
|
|
|
class="yearImgurl cp"
|
|
|
:src="item.yearImgurl"
|
|
|
+ :srcset="`${item.yearImgurlSet[0]} 1x, ${item.yearImgurlSet[1]} 2x`"
|
|
|
alt=""
|
|
|
>
|
|
|
<img
|
|
|
@@ -45,6 +46,7 @@
|
|
|
@mouseleave="currentEventImgId = ''"
|
|
|
class="eventImgurl"
|
|
|
:src="item.eventImgurl"
|
|
|
+ :style="{width: item.eventImgurlWidth + 'px', height:item.eventImgurlHeight + 'px'}"
|
|
|
alt=""
|
|
|
>
|
|
|
</div>
|
|
|
@@ -233,7 +235,7 @@ const cultrueData = Object.freeze([
|
|
|
imgUrl:
|
|
|
"http://res.training.luojigou.vip/FuBgZGe-F3km2mVM4wByusZFFfAw?imageView2/0/q/50|imageslim",
|
|
|
label: "愿景",
|
|
|
- text: "让中国的孩子</br>幸福成长",
|
|
|
+ text: "让中国的孩子幸福成长",
|
|
|
},
|
|
|
{
|
|
|
id: 3,
|
|
|
@@ -284,10 +286,13 @@ const eventData = Object.freeze([
|
|
|
x: 3,
|
|
|
y: 4,
|
|
|
},
|
|
|
- yearImgurl:
|
|
|
- "http://res.training.luojigou.vip/FsTtnNKFpIsYh69tIsWqEiocc0Jr?imageView2/0/q/50|imageslim",
|
|
|
- eventImgurl:
|
|
|
- "http://res.training.luojigou.vip/FrFfg21nonbZyNSUSpAWCiREn7lk?imageView2/0/q/50|imageslim",
|
|
|
+ // yearImgurl: "http://res.training.luojigou.vip/FsTtnNKFpIsYh69tIsWqEiocc0Jr?imageView2/0/q/50|imageslim",
|
|
|
+ // eventImgurl: "http://res.training.luojigou.vip/FrFfg21nonbZyNSUSpAWCiREn7lk?imageView2/0/q/50|imageslim",
|
|
|
+ yearImgurl: require('~/assets/images/about/year_2003.png'),
|
|
|
+ yearImgurlSet: [require('~/assets/images/about/year_2003.png'), require('~/assets/images/about/year_2003@2x.png')],
|
|
|
+ eventImgurl: "http://res.training.luojigou.vip/FrFfg21nonbZyNSUSpAWCiREn7lk?imageView2/0/q/50|imageslim",
|
|
|
+ eventImgurlWidth: '270',
|
|
|
+ eventImgurlHeight: '350'
|
|
|
},
|
|
|
{
|
|
|
id: 2004,
|
|
|
@@ -295,10 +300,14 @@ const eventData = Object.freeze([
|
|
|
x: 2,
|
|
|
y: 4,
|
|
|
},
|
|
|
- yearImgurl:
|
|
|
- "http://res.training.luojigou.vip/Fhe4VjIQDeQtQzPnSVmsDc4yYYzE?imageView2/0/q/50|imageslim",
|
|
|
+ // yearImgurl:
|
|
|
+ // "http://res.training.luojigou.vip/Fhe4VjIQDeQtQzPnSVmsDc4yYYzE?imageView2/0/q/50|imageslim",
|
|
|
eventImgurl:
|
|
|
"http://res.training.luojigou.vip/FvnL2N118R-0Cp9OcKgK9Ru8nAyp?imageView2/0/q/50|imageslim",
|
|
|
+ yearImgurl: require('~/assets/images/about/year_2004.png'),
|
|
|
+ yearImgurlSet: [require('~/assets/images/about/year_2004.png'), require('~/assets/images/about/year_2004@2x.png')],
|
|
|
+ eventImgurlWidth: '270',
|
|
|
+ eventImgurlHeight: '240'
|
|
|
},
|
|
|
{
|
|
|
id: 2005,
|
|
|
@@ -306,10 +315,14 @@ const eventData = Object.freeze([
|
|
|
x: 1,
|
|
|
y: 4,
|
|
|
},
|
|
|
- yearImgurl:
|
|
|
- "http://res.training.luojigou.vip/FodjYYc3-VyZyJHnfuKJQGapkJzt?imageView2/0/q/50|imageslim",
|
|
|
+ // yearImgurl:
|
|
|
+ // "http://res.training.luojigou.vip/FodjYYc3-VyZyJHnfuKJQGapkJzt?imageView2/0/q/50|imageslim",
|
|
|
eventImgurl:
|
|
|
"http://res.training.luojigou.vip/FqNcz_3P81MubVeHzAnn_RrkMoCQ?imageView2/0/q/50|imageslim",
|
|
|
+ yearImgurl: require('~/assets/images/about/year_2005.png'),
|
|
|
+ yearImgurlSet: [require('~/assets/images/about/year_2005.png'), require('~/assets/images/about/year_2005@2x.png')],
|
|
|
+ eventImgurlWidth: '270',
|
|
|
+ eventImgurlHeight: '212'
|
|
|
},
|
|
|
{
|
|
|
id: 2006,
|
|
|
@@ -317,10 +330,14 @@ const eventData = Object.freeze([
|
|
|
x: 0,
|
|
|
y: 4,
|
|
|
},
|
|
|
- yearImgurl:
|
|
|
- "http://res.training.luojigou.vip/Fj_2tRMk_1H9NSp9rE0XK0nEcv6g?imageView2/0/q/50|imageslim",
|
|
|
+ // yearImgurl:
|
|
|
+ // "http://res.training.luojigou.vip/Fj_2tRMk_1H9NSp9rE0XK0nEcv6g?imageView2/0/q/50|imageslim",
|
|
|
eventImgurl:
|
|
|
"http://res.training.luojigou.vip/FkvModMYKxFJcnqRrpGSULyd9Th7?imageView2/0/q/50|imageslim",
|
|
|
+ yearImgurl: require('~/assets/images/about/year_2006.png'),
|
|
|
+ yearImgurlSet: [require('~/assets/images/about/year_2006.png'), require('~/assets/images/about/year_2006@2x.png')],
|
|
|
+ eventImgurlWidth: '270',
|
|
|
+ eventImgurlHeight: '264'
|
|
|
},
|
|
|
{
|
|
|
id: 2007,
|
|
|
@@ -328,10 +345,14 @@ const eventData = Object.freeze([
|
|
|
x: 0,
|
|
|
y: 3,
|
|
|
},
|
|
|
- yearImgurl:
|
|
|
- "http://res.training.luojigou.vip/Fm4DqB0VKXcLXaa4P2suM1i-2LMZ?imageView2/0/q/50|imageslim",
|
|
|
+ // yearImgurl:
|
|
|
+ // "http://res.training.luojigou.vip/Fm4DqB0VKXcLXaa4P2suM1i-2LMZ?imageView2/0/q/50|imageslim",
|
|
|
eventImgurl:
|
|
|
"http://res.training.luojigou.vip/Fkp-2UvHIyIqEW9pu5tZKNpvcCov?imageView2/0/q/50|imageslim",
|
|
|
+ yearImgurl: require('~/assets/images/about/year_2007.png'),
|
|
|
+ yearImgurlSet: [require('~/assets/images/about/year_2007.png'), require('~/assets/images/about/year_2007@2x.png')],
|
|
|
+ eventImgurlWidth: '270',
|
|
|
+ eventImgurlHeight: '392'
|
|
|
},
|
|
|
{
|
|
|
id: 2008,
|
|
|
@@ -339,10 +360,14 @@ const eventData = Object.freeze([
|
|
|
x: 1,
|
|
|
y: 3,
|
|
|
},
|
|
|
- yearImgurl:
|
|
|
- "http://res.training.luojigou.vip/FlEj53_PWeL59J8V6qqduokmrEif?imageView2/0/q/50|imageslim",
|
|
|
+ // yearImgurl:
|
|
|
+ // "http://res.training.luojigou.vip/FlEj53_PWeL59J8V6qqduokmrEif?imageView2/0/q/50|imageslim",
|
|
|
eventImgurl:
|
|
|
"http://res.training.luojigou.vip/FpIzAvfIOeIhBEtzVEZYp74y7Wh3?imageView2/0/q/50|imageslim",
|
|
|
+ yearImgurl: require('~/assets/images/about/year_2008.png'),
|
|
|
+ yearImgurlSet: [require('~/assets/images/about/year_2008.png'), require('~/assets/images/about/year_2008@2x.png')],
|
|
|
+ eventImgurlWidth: '270',
|
|
|
+ eventImgurlHeight: '238'
|
|
|
},
|
|
|
{
|
|
|
id: 2009,
|
|
|
@@ -350,10 +375,14 @@ const eventData = Object.freeze([
|
|
|
x: 2,
|
|
|
y: 3,
|
|
|
},
|
|
|
- yearImgurl:
|
|
|
- "http://res.training.luojigou.vip/FtRU3rBk7D0SBEmbTujXX1o3THTU?imageView2/0/q/50|imageslim",
|
|
|
+ // yearImgurl:
|
|
|
+ // "http://res.training.luojigou.vip/FtRU3rBk7D0SBEmbTujXX1o3THTU?imageView2/0/q/50|imageslim",
|
|
|
eventImgurl:
|
|
|
"http://res.training.luojigou.vip/Fnmlx106pwroL9I6UNo81BTpxGyO?imageView2/0/q/50|imageslim",
|
|
|
+ yearImgurl: require('~/assets/images/about/year_2009.png'),
|
|
|
+ yearImgurlSet: [require('~/assets/images/about/year_2009.png'), require('~/assets/images/about/year_2009@2x.png')],
|
|
|
+ eventImgurlWidth: '270',
|
|
|
+ eventImgurlHeight: '212'
|
|
|
},
|
|
|
{
|
|
|
id: 2010,
|
|
|
@@ -361,10 +390,14 @@ const eventData = Object.freeze([
|
|
|
x: 3,
|
|
|
y: 3,
|
|
|
},
|
|
|
- yearImgurl:
|
|
|
- "http://res.training.luojigou.vip/Fmx2IObHIKURUiGbrvX4cpZ-u5MB?imageView2/0/q/50|imageslim",
|
|
|
+ // yearImgurl:
|
|
|
+ // "http://res.training.luojigou.vip/Fmx2IObHIKURUiGbrvX4cpZ-u5MB?imageView2/0/q/50|imageslim",
|
|
|
eventImgurl:
|
|
|
"http://res.training.luojigou.vip/Fg2GfiNmRknqRjTbzvCq09ewERIH?imageView2/0/q/50|imageslim",
|
|
|
+ yearImgurl: require('~/assets/images/about/year_2010.png'),
|
|
|
+ yearImgurlSet: [require('~/assets/images/about/year_2010.png'), require('~/assets/images/about/year_2010@2x.png')],
|
|
|
+ eventImgurlWidth: '270',
|
|
|
+ eventImgurlHeight: '392'
|
|
|
},
|
|
|
{
|
|
|
id: 2011,
|
|
|
@@ -372,10 +405,14 @@ const eventData = Object.freeze([
|
|
|
x: 3,
|
|
|
y: 2,
|
|
|
},
|
|
|
- yearImgurl:
|
|
|
- "http://res.training.luojigou.vip/FutAwrnX_ypeS4bUqol5xKVVqrXU?imageView2/0/q/50|imageslim",
|
|
|
+ // yearImgurl:
|
|
|
+ // "http://res.training.luojigou.vip/FutAwrnX_ypeS4bUqol5xKVVqrXU?imageView2/0/q/50|imageslim",
|
|
|
eventImgurl:
|
|
|
"http://res.training.luojigou.vip/FuPF8r4-f8-_SY_v0Tky2AnFPYeH?imageView2/0/q/50|imageslim",
|
|
|
+ yearImgurl: require('~/assets/images/about/year_2011.png'),
|
|
|
+ yearImgurlSet: [require('~/assets/images/about/year_2011.png'), require('~/assets/images/about/year_2011@2x.png')],
|
|
|
+ eventImgurlWidth: '270',
|
|
|
+ eventImgurlHeight: '420'
|
|
|
},
|
|
|
{
|
|
|
id: 2012,
|
|
|
@@ -383,10 +420,14 @@ const eventData = Object.freeze([
|
|
|
x: 2,
|
|
|
y: 2,
|
|
|
},
|
|
|
- yearImgurl:
|
|
|
- "http://res.training.luojigou.vip/Fg3Jph3aJcX-hQtbvOs5UJZCzmj7?imageView2/0/q/50|imageslim",
|
|
|
+ // yearImgurl:
|
|
|
+ // "http://res.training.luojigou.vip/Fg3Jph3aJcX-hQtbvOs5UJZCzmj7?imageView2/0/q/50|imageslim",
|
|
|
eventImgurl:
|
|
|
"http://res.training.luojigou.vip/Fp5DT3Tg3CBl2rvjT9sIsCBcUSWu?imageView2/0/q/50|imageslim",
|
|
|
+ yearImgurl: require('~/assets/images/about/year_2012.png'),
|
|
|
+ yearImgurlSet: [require('~/assets/images/about/year_2012.png'), require('~/assets/images/about/year_2012@2x.png')],
|
|
|
+ eventImgurlWidth: '270',
|
|
|
+ eventImgurlHeight: '314'
|
|
|
},
|
|
|
{
|
|
|
id: 2013,
|
|
|
@@ -394,10 +435,14 @@ const eventData = Object.freeze([
|
|
|
x: 1,
|
|
|
y: 2,
|
|
|
},
|
|
|
- yearImgurl:
|
|
|
- "http://res.training.luojigou.vip/FjWOsyUqGM6eIaPW3_lCzDzw3h1M?imageView2/0/q/50|imageslim",
|
|
|
+ // yearImgurl:
|
|
|
+ // "http://res.training.luojigou.vip/FjWOsyUqGM6eIaPW3_lCzDzw3h1M?imageView2/0/q/50|imageslim",
|
|
|
eventImgurl:
|
|
|
"http://res.training.luojigou.vip/FirCgjTps0bLqGV5-TOpuX6q8SMl?imageView2/0/q/50|imageslim",
|
|
|
+ yearImgurl: require('~/assets/images/about/year_2013.png'),
|
|
|
+ yearImgurlSet: [require('~/assets/images/about/year_2013.png'), require('~/assets/images/about/year_2013@2x.png')],
|
|
|
+ eventImgurlWidth: '270',
|
|
|
+ eventImgurlHeight: '394'
|
|
|
},
|
|
|
{
|
|
|
id: 2014,
|
|
|
@@ -405,10 +450,14 @@ const eventData = Object.freeze([
|
|
|
x: 0,
|
|
|
y: 2,
|
|
|
},
|
|
|
- yearImgurl:
|
|
|
- "http://res.training.luojigou.vip/FqI9b5_4iP6WmoVE_z7o9RLm7RZe?imageView2/0/q/50|imageslim",
|
|
|
+ // yearImgurl:
|
|
|
+ // "http://res.training.luojigou.vip/FqI9b5_4iP6WmoVE_z7o9RLm7RZe?imageView2/0/q/50|imageslim",
|
|
|
eventImgurl:
|
|
|
"http://res.training.luojigou.vip/FlyzOxQWuiW2nYmACRUPsiCLyuw7?imageView2/0/q/50|imageslim",
|
|
|
+ yearImgurl: require('~/assets/images/about/year_2014.png'),
|
|
|
+ yearImgurlSet: [require('~/assets/images/about/year_2014.png'), require('~/assets/images/about/year_2014@2x.png')],
|
|
|
+ eventImgurlWidth: '270',
|
|
|
+ eventImgurlHeight: '654'
|
|
|
},
|
|
|
{
|
|
|
id: 2015,
|
|
|
@@ -416,10 +465,14 @@ const eventData = Object.freeze([
|
|
|
x: 0,
|
|
|
y: 1,
|
|
|
},
|
|
|
- yearImgurl:
|
|
|
- "http://res.training.luojigou.vip/FoeSNwPl-fQXqwwow99j9Rsd9tjB?imageView2/0/q/50|imageslim",
|
|
|
+ // yearImgurl:
|
|
|
+ // "http://res.training.luojigou.vip/FoeSNwPl-fQXqwwow99j9Rsd9tjB?imageView2/0/q/50|imageslim",
|
|
|
eventImgurl:
|
|
|
"http://res.training.luojigou.vip/FmBATtftJW08bU-5KGBFuKsAQSN1?imageView2/0/q/50|imageslim",
|
|
|
+ yearImgurl: require('~/assets/images/about/year_2015.png'),
|
|
|
+ yearImgurlSet: [require('~/assets/images/about/year_2015.png'), require('~/assets/images/about/year_2015@2x.png')],
|
|
|
+ eventImgurlWidth: '270',
|
|
|
+ eventImgurlHeight: '316'
|
|
|
},
|
|
|
{
|
|
|
id: 2016,
|
|
|
@@ -427,10 +480,14 @@ const eventData = Object.freeze([
|
|
|
x: 1,
|
|
|
y: 1,
|
|
|
},
|
|
|
- yearImgurl:
|
|
|
- "http://res.training.luojigou.vip/Fl2SA1cd8DqIzQGIQqh5qrNUMmR6?imageView2/0/q/50|imageslim",
|
|
|
+ // yearImgurl:
|
|
|
+ // "http://res.training.luojigou.vip/Fl2SA1cd8DqIzQGIQqh5qrNUMmR6?imageView2/0/q/50|imageslim",
|
|
|
eventImgurl:
|
|
|
"http://res.training.luojigou.vip/FoaOya6X8s6j3Bzc2oBNDvX-JHW2?imageView2/0/q/50|imageslim",
|
|
|
+ yearImgurl: require('~/assets/images/about/year_2016.png'),
|
|
|
+ yearImgurlSet: [require('~/assets/images/about/year_2016.png'), require('~/assets/images/about/year_2016@2x.png')],
|
|
|
+ eventImgurlWidth: '270',
|
|
|
+ eventImgurlHeight: '376'
|
|
|
},
|
|
|
{
|
|
|
id: 2017,
|
|
|
@@ -438,10 +495,14 @@ const eventData = Object.freeze([
|
|
|
x: 2,
|
|
|
y: 1,
|
|
|
},
|
|
|
- yearImgurl:
|
|
|
- "http://res.training.luojigou.vip/Fi_RKVrGct2V235xsKpwsIA51YX-?imageView2/0/q/50|imageslim",
|
|
|
+ // yearImgurl:
|
|
|
+ // "http://res.training.luojigou.vip/Fi_RKVrGct2V235xsKpwsIA51YX-?imageView2/0/q/50|imageslim",
|
|
|
eventImgurl:
|
|
|
"http://res.training.luojigou.vip/FsALqlvULFPhf-kxcPw1YtRiZjIG?imageView2/0/q/50|imageslim",
|
|
|
+ yearImgurl: require('~/assets/images/about/year_2017.png'),
|
|
|
+ yearImgurlSet: [require('~/assets/images/about/year_2017.png'), require('~/assets/images/about/year_2017@2x.png')],
|
|
|
+ eventImgurlWidth: '270',
|
|
|
+ eventImgurlHeight: '524'
|
|
|
},
|
|
|
{
|
|
|
id: 2018,
|
|
|
@@ -449,10 +510,14 @@ const eventData = Object.freeze([
|
|
|
x: 3,
|
|
|
y: 1,
|
|
|
},
|
|
|
- yearImgurl:
|
|
|
- "http://res.training.luojigou.vip/FvN4BWxIckbJmo_qrN7mlILrtQKg?imageView2/0/q/50|imageslim",
|
|
|
+ // yearImgurl:
|
|
|
+ // "http://res.training.luojigou.vip/FvN4BWxIckbJmo_qrN7mlILrtQKg?imageView2/0/q/50|imageslim",
|
|
|
eventImgurl:
|
|
|
"http://res.training.luojigou.vip/FvQZtrIRkaNzGJ8KbF1-Cl-k5hfJ?imageView2/0/q/50|imageslim",
|
|
|
+ yearImgurl: require('~/assets/images/about/year_2018.png'),
|
|
|
+ yearImgurlSet: [require('~/assets/images/about/year_2018.png'), require('~/assets/images/about/year_2018@2x.png')],
|
|
|
+ eventImgurlWidth: '270',
|
|
|
+ eventImgurlHeight: '550'
|
|
|
},
|
|
|
{
|
|
|
id: 2019,
|
|
|
@@ -460,10 +525,14 @@ const eventData = Object.freeze([
|
|
|
x: 3,
|
|
|
y: 0,
|
|
|
},
|
|
|
- yearImgurl:
|
|
|
- "http://res.training.luojigou.vip/Fgr3xXoLsgpIP2wBglovLx0e89Mb?imageView2/0/q/50|imageslim",
|
|
|
+ // yearImgurl:
|
|
|
+ // "http://res.training.luojigou.vip/Fgr3xXoLsgpIP2wBglovLx0e89Mb?imageView2/0/q/50|imageslim",
|
|
|
eventImgurl:
|
|
|
"http://res.training.luojigou.vip/Flio74FIlTt_aYhyW-3scKmhSrHc?imageView2/0/q/50|imageslim",
|
|
|
+ yearImgurl: require('~/assets/images/about/year_2019.png'),
|
|
|
+ yearImgurlSet: [require('~/assets/images/about/year_2019.png'), require('~/assets/images/about/year_2019@2x.png')],
|
|
|
+ eventImgurlWidth: '270',
|
|
|
+ eventImgurlHeight: '706'
|
|
|
},
|
|
|
{
|
|
|
id: 2020,
|
|
|
@@ -471,8 +540,10 @@ const eventData = Object.freeze([
|
|
|
x: 2,
|
|
|
y: 0,
|
|
|
},
|
|
|
- yearImgurl:
|
|
|
- "http://res.training.luojigou.vip/FhjVzCv4CjuHsuCjJvSWGGxruzxv?imageView2/0/q/50|imageslim",
|
|
|
+ // yearImgurl:
|
|
|
+ // "http://res.training.luojigou.vip/FhjVzCv4CjuHsuCjJvSWGGxruzxv?imageView2/0/q/50|imageslim",
|
|
|
+ yearImgurl: require('~/assets/images/about/year_2020.png'),
|
|
|
+ yearImgurlSet: [require('~/assets/images/about/year_2020.png'), require('~/assets/images/about/year_2020@2x.png')],
|
|
|
},
|
|
|
]);
|
|
|
export default {
|
|
|
@@ -532,7 +603,7 @@ export default {
|
|
|
.label-en {
|
|
|
height: 78px;
|
|
|
font-size: 56px;
|
|
|
- font-family: PingFangSC-Semibold, PingFang SC;
|
|
|
+ font-family: PingFangSC-Semibold, sans-serif;
|
|
|
font-weight: 600;
|
|
|
color:rgba(35,106,250,0.16);
|
|
|
line-height: 78px;
|
|
|
@@ -540,7 +611,7 @@ export default {
|
|
|
.label-zn {
|
|
|
height: 65px;
|
|
|
font-size: 46px;
|
|
|
- font-family: PingFangSC-Semibold, PingFang SC;
|
|
|
+ font-family: PingFangSC-Semibold, sans-serif;
|
|
|
font-weight: 600;
|
|
|
color: #262626;
|
|
|
line-height: 65px;
|
|
|
@@ -561,7 +632,7 @@ export default {
|
|
|
left: 50%;
|
|
|
transform: translate(-50%, -50%);
|
|
|
font-size: 66px;
|
|
|
- font-family: PingFangSC-Medium, PingFang SC;
|
|
|
+ font-family: PingFangSC-Medium, sans-serif;
|
|
|
font-weight: 500;
|
|
|
}
|
|
|
}
|
|
|
@@ -583,7 +654,7 @@ export default {
|
|
|
text-align: center;
|
|
|
margin-top: 60px;
|
|
|
font-size: 46px;
|
|
|
- font-family: PingFangSC-Semibold, PingFang SC;
|
|
|
+ font-family: PingFangSC-Semibold, sans-serif;
|
|
|
font-weight: 600;
|
|
|
color: #262626;
|
|
|
line-height: 65px;
|
|
|
@@ -591,15 +662,16 @@ export default {
|
|
|
}
|
|
|
.company-intro-text {
|
|
|
width: 1009px;
|
|
|
- height: 144px;
|
|
|
+ // height: 144px;
|
|
|
margin: 32px;
|
|
|
- color: #999999;
|
|
|
- font-size: 18px;
|
|
|
- letter-spacing: 0.45px;
|
|
|
- line-height: 36px;
|
|
|
position: absolute;
|
|
|
left: 50%;
|
|
|
transform: translateX(-50%);
|
|
|
+ font-size: 18px;
|
|
|
+ font-family: PingFangSC-Regular, sans-serif;
|
|
|
+ font-weight: 400;
|
|
|
+ color: #999999;
|
|
|
+ line-height: 36px;
|
|
|
}
|
|
|
}
|
|
|
.event {
|
|
|
@@ -613,7 +685,7 @@ export default {
|
|
|
|
|
|
.label-en {
|
|
|
// font-size: 78px;
|
|
|
- // font-family: PingFangSC-Semibold, PingFang SC;
|
|
|
+ // font-family: PingFangSC-Semibold, sans-serif;
|
|
|
// font-weight: 600;
|
|
|
// color: rgba(35, 106, 250, 1);
|
|
|
// opacity: 0.16;
|
|
|
@@ -623,7 +695,7 @@ export default {
|
|
|
}
|
|
|
.label-zn {
|
|
|
// font-size: 58px;
|
|
|
- // font-family: PingFangSC-Semibold, PingFang SC;
|
|
|
+ // font-family: PingFangSC-Semibold, sans-serif;
|
|
|
// font-weight: 600;
|
|
|
// color: rgba(38, 38, 38, 1);
|
|
|
position: absolute;
|
|
|
@@ -675,14 +747,14 @@ export default {
|
|
|
text-align: center;
|
|
|
.label-en {
|
|
|
// font-size: 78px;
|
|
|
- // font-family: PingFangSC-Semibold, PingFang SC;
|
|
|
+ // font-family: PingFangSC-Semibold, sans-serif;
|
|
|
// font-weight: 600;
|
|
|
// color: rgba(35, 106, 250, 1);
|
|
|
// opacity: 0.16;
|
|
|
}
|
|
|
.label-zn {
|
|
|
// font-size: 58px;
|
|
|
- // font-family: PingFangSC-Semibold, PingFang SC;
|
|
|
+ // font-family: PingFangSC-Semibold, sans-serif;
|
|
|
// font-weight: 600;
|
|
|
// color: rgba(38, 38, 38, 1);
|
|
|
// position: absolute;
|
|
|
@@ -730,14 +802,14 @@ export default {
|
|
|
left: 37px;
|
|
|
.name {
|
|
|
font-size: 45px;
|
|
|
- font-family: PingFangSC-Semibold, PingFang SC;
|
|
|
+ font-family: PingFangSC-Semibold, sans-serif;
|
|
|
font-weight: 600;
|
|
|
color: rgba(255, 255, 255, 1);
|
|
|
letter-spacing: 1px;
|
|
|
}
|
|
|
.position {
|
|
|
font-size: 20px;
|
|
|
- font-family: PingFangSC-Regular, PingFang SC;
|
|
|
+ font-family: PingFangSC-Regular, sans-serif;
|
|
|
font-weight: 400;
|
|
|
color: rgba(255, 255, 255, 1);
|
|
|
letter-spacing: 0.5px;
|
|
|
@@ -747,7 +819,7 @@ export default {
|
|
|
position: absolute;
|
|
|
bottom: 160px;
|
|
|
left: 37px;
|
|
|
- font-family: PingFangSC-Regular, PingFang SC;
|
|
|
+ font-family: PingFangSC-Regular, sans-serif;
|
|
|
font-weight: 400;
|
|
|
color: rgba(255, 255, 255, 1);
|
|
|
.intro-label {
|
|
|
@@ -777,7 +849,7 @@ export default {
|
|
|
// left: 778px;
|
|
|
.label-en {
|
|
|
// font-size: 78px;
|
|
|
- // font-family: PingFangSC-Semibold, PingFang SC;
|
|
|
+ // font-family: PingFangSC-Semibold, sans-serif;
|
|
|
// font-weight: 600;
|
|
|
// color: rgba(35, 106, 250, 1);
|
|
|
// opacity: 0.16;
|
|
|
@@ -787,7 +859,7 @@ export default {
|
|
|
}
|
|
|
.label-zn {
|
|
|
// font-size: 58px;
|
|
|
- // font-family: PingFangSC-Semibold, PingFang SC;
|
|
|
+ // font-family: PingFangSC-Semibold, sans-serif;
|
|
|
// font-weight: 600;
|
|
|
// color: rgba(38, 38, 38, 1);
|
|
|
position: absolute;
|
|
|
@@ -808,16 +880,16 @@ export default {
|
|
|
}
|
|
|
.cultrue-box-item-label {
|
|
|
font-size: 38px;
|
|
|
- font-family: PingFangSC-Regular, PingFang SC;
|
|
|
+ font-family: PingFangSC-Regular, sans-serif;
|
|
|
font-weight: 400;
|
|
|
color: rgba(0, 0, 0, 1);
|
|
|
text-align: center;
|
|
|
}
|
|
|
.cultrue-box-item-text {
|
|
|
- width: 178px;
|
|
|
+ // width: 178px;
|
|
|
text-align: center;
|
|
|
font-size: 18px;
|
|
|
- font-family: PingFangSC-Regular, PingFang SC;
|
|
|
+ font-family: PingFangSC-Regular, sans-serif;
|
|
|
font-weight: 400;
|
|
|
color: rgba(153, 153, 153, 1);
|
|
|
letter-spacing: 0.5px;
|
|
|
@@ -846,7 +918,7 @@ export default {
|
|
|
width: 540px;
|
|
|
.label-en {
|
|
|
// font-size: 78px;
|
|
|
- // font-family: PingFangSC-Semibold, PingFang SC;
|
|
|
+ // font-family: PingFangSC-Semibold, sans-serif;
|
|
|
// font-weight: 600;
|
|
|
// color: rgba(35, 106, 250, 1);
|
|
|
// opacity: 0.16;
|
|
|
@@ -854,7 +926,7 @@ export default {
|
|
|
}
|
|
|
.label-zn {
|
|
|
// font-size: 58px;
|
|
|
- // font-family: PingFangSC-Semibold, PingFang SC;
|
|
|
+ // font-family: PingFangSC-Semibold, sans-serif;
|
|
|
// font-weight: 600;
|
|
|
// color: rgba(38, 38, 38, 1);
|
|
|
position: absolute;
|
|
|
@@ -886,6 +958,7 @@ export default {
|
|
|
.center {
|
|
|
margin-top: 20px;
|
|
|
display: flex;
|
|
|
+ align-items: flex-end;
|
|
|
img {
|
|
|
width: 22px;
|
|
|
height: 36px;
|
|
|
@@ -894,18 +967,19 @@ export default {
|
|
|
}
|
|
|
div {
|
|
|
font-size: 24px;
|
|
|
- font-family: PingFangSC-Medium, PingFang SC;
|
|
|
+ font-family: PingFangSC-Medium, sans-serif;
|
|
|
font-weight: 500;
|
|
|
color: rgba(0, 0, 0, 1);
|
|
|
}
|
|
|
}
|
|
|
.footer {
|
|
|
font-size: 15px;
|
|
|
- font-family: PingFangSC-Regular, PingFang SC;
|
|
|
+ font-family: PingFangSC-Regular, sans-serif;
|
|
|
font-weight: 400;
|
|
|
- color: rgba(153, 153, 153, 1);
|
|
|
-
|
|
|
+ color: #999999;
|
|
|
+ line-height: 26px;
|
|
|
margin-top: 10px;
|
|
|
+ padding-left: 32px
|
|
|
}
|
|
|
}
|
|
|
}
|