diff --git a/src/images/bg-button_left.png b/src/images/bg-button_left.png new file mode 100755 index 0000000..020af41 Binary files /dev/null and b/src/images/bg-button_left.png differ diff --git a/src/images/bg-button_right.png b/src/images/bg-button_right.png new file mode 100755 index 0000000..03a448d Binary files /dev/null and b/src/images/bg-button_right.png differ diff --git a/src/images/bg-center_left.jpg b/src/images/bg-center_left.jpg new file mode 100755 index 0000000..8bcb478 Binary files /dev/null and b/src/images/bg-center_left.jpg differ diff --git a/src/images/bg-center_right.jpg b/src/images/bg-center_right.jpg new file mode 100755 index 0000000..c0a028f Binary files /dev/null and b/src/images/bg-center_right.jpg differ diff --git a/src/images/bg-home_left.jpg b/src/images/bg-home_left.jpg new file mode 100755 index 0000000..3fd728c Binary files /dev/null and b/src/images/bg-home_left.jpg differ diff --git a/src/images/bg-home_right.jpg b/src/images/bg-home_right.jpg new file mode 100755 index 0000000..e556348 Binary files /dev/null and b/src/images/bg-home_right.jpg differ diff --git a/src/images/bg-top_left.png b/src/images/bg-top_left.png new file mode 100755 index 0000000..25faa8a Binary files /dev/null and b/src/images/bg-top_left.png differ diff --git a/src/images/bg-top_right.png b/src/images/bg-top_right.png new file mode 100755 index 0000000..d3ca752 Binary files /dev/null and b/src/images/bg-top_right.png differ diff --git a/src/images/top-bg_left.png b/src/images/top-bg_left.png deleted file mode 100644 index b464852..0000000 Binary files a/src/images/top-bg_left.png and /dev/null differ diff --git a/src/images/top-bg_right.png b/src/images/top-bg_right.png deleted file mode 100644 index a868851..0000000 Binary files a/src/images/top-bg_right.png and /dev/null differ diff --git a/src/pages/modules/home/left/index.vue b/src/pages/modules/home/left/index.vue index 6deace3..bef6143 100644 --- a/src/pages/modules/home/left/index.vue +++ b/src/pages/modules/home/left/index.vue @@ -9,10 +9,11 @@
-->
-

晟华生产数

+

生产数据

+
@@ -40,6 +41,7 @@ export default { position relative width 100% height 100% + background center / 100% url('../../../../images/bg-home_left.jpg') no-repeat overflow hidden .n_header position absolute @@ -47,20 +49,25 @@ export default { top 0 width 100% height 181px - background center / 100% url('../../../../images/top-bg_left.png') no-repeat + background center / 100% url('../../../../images/bg-top_left.png') no-repeat .n_header_h1 width: 100%; height: 100%; + padding-top 26px h1 - font-size: 32px; - line-height: 1; - color: #fff; - font-weight: normal; - text-align: right; - padding-bottom 2% - letter-spacing 6px - font-family "阿里妈妈数黑体" !important - margin-right -3px + font-size: 60px; + font-family: 'YouSheBiaoTiHei'; + font-weight: 400; + color: transparent; + line-height: 44px; + opacity: 0.89; + letter-spacing 18px + background: linear-gradient(0deg, #AAD0F6 0%, #D7E7F5 73.3154296875%, #E0EAF6 100%); + filter: drop-shadow(#092F6D 1px 4px 1px); + -webkit-background-clip: text; + background-clip: text; + text-align right + margin-right -9px .left_bg position absolute left 0 @@ -68,6 +75,13 @@ export default { width 34px height 839px background center / 100% url('../../../../images/bg-left.png') no-repeat +.button_bg + position absolute + left 0 + bottom 0 + width 100% + height 46px + background center / 100% url('../../../../images/bg-button_left.png') no-repeat .n_body_container width 100% height 100% @@ -82,6 +96,5 @@ export default { .n_right_wraper width calc(100% - 965px) height 100% - background #2f3040 - opacity 0.5 + background center / 100% url('../../../../images/bg-center_left.jpg') no-repeat diff --git a/src/pages/modules/home/left/left.vue b/src/pages/modules/home/left/left.vue index 4f98744..56e8e1e 100644 --- a/src/pages/modules/home/left/left.vue +++ b/src/pages/modules/home/left/left.vue @@ -908,7 +908,6 @@ export default { _wh(100%, 100%) .item_wraper _wh(100%, calc((100% - 50px) / 3)) - background #2f3040 margin-bottom 25px &:last-child margin-bottom 0 diff --git a/src/pages/modules/home/left/right.vue b/src/pages/modules/home/left/right.vue index c99d8f0..ec98ae2 100644 --- a/src/pages/modules/home/left/right.vue +++ b/src/pages/modules/home/left/right.vue @@ -1,5 +1,5 @@