Commit 2b42422c4e35166aaeb5d1fe9d242e3d308b2f93
1 parent
7a5ccdcc
企业banner
Showing
4 changed files
with
31 additions
and
2 deletions
webintroduce/src/assets/css/mixin.scss
webintroduce/src/assets/css/reset.css
webintroduce/src/assets/css/variables.scss
webintroduce/src/views/enterprise.vue
1 | <template> | 1 | <template> |
2 | <div> | 2 | <div> |
3 | - <div class="banner"></div> | 3 | + <div class="banner pos-rel"> |
4 | + <div class="banner-des"> | ||
5 | + <p class="main-title">城市级智慧停车运营管理云平台</p> | ||
6 | + <p class="sub-title">一城一网一平台 一车一位一编号</p> | ||
7 | + </div> | ||
8 | + | ||
9 | + </div> | ||
4 | 10 | ||
5 | </div> | 11 | </div> |
6 | </template> | 12 | </template> |
@@ -17,4 +23,18 @@ export default { | @@ -17,4 +23,18 @@ export default { | ||
17 | background: url("../assets/images/enterprise/banner.png") no-repeat; | 23 | background: url("../assets/images/enterprise/banner.png") no-repeat; |
18 | background-size: 100% 100%; | 24 | background-size: 100% 100%; |
19 | } | 25 | } |
26 | + .banner-des{ | ||
27 | + width: 1100px; | ||
28 | + color: $baseColor; | ||
29 | + @include pos-middle; | ||
30 | + border-bottom: 1px solid #fff; | ||
31 | + } | ||
32 | + .main-title{ | ||
33 | + font-size: 77px; | ||
34 | + } | ||
35 | + .sub-title{ | ||
36 | + margin: 43px 0; | ||
37 | + font-size: 42px; | ||
38 | + color: rgba(255,255,255,.8); | ||
39 | + } | ||
20 | </style> | 40 | </style> |