Commit 2656ab95ffa2a5b13b1fd3d7f89141057cf83f39
1 parent
ac8b53a3
关于我们 banner
Showing
3 changed files
with
38 additions
and
13 deletions
contact.html
... | ... | @@ -93,20 +93,31 @@ |
93 | 93 | <div class="example-subtitle text-center">打造创新型停车场 轻松停车</div> |
94 | 94 | <ul class="example-wrap" id="example-wrap"> |
95 | 95 | <li class="text-center col-md-6 col-xs-12 example-wrap-dy example-wrap-main"> |
96 | - <div>丹阳</div> | |
97 | - <div>智慧停车项目</div> | |
96 | + <div> | |
97 | + <div>丹阳</div> | |
98 | + <div>智慧停车项目</div> | |
99 | + </div> | |
98 | 100 | </li> |
99 | 101 | <li class="text-center col-md-6 col-xs-12 example-wrap-cf example-wrap-main"> |
100 | - <div>赤峰红山区</div> | |
101 | - <div>智慧停车项目</div> | |
102 | + <div> | |
103 | + <div>赤峰红山区</div> | |
104 | + <div>智慧停车项目</div> | |
105 | + </div> | |
106 | + | |
102 | 107 | </li> |
103 | 108 | <li class="text-center col-md-6 col-xs-12 example-wrap-yz example-wrap-main"> |
104 | - <div>扬中</div> | |
105 | - <div>智慧停车项目</div> | |
109 | + <div> | |
110 | + <div>扬中</div> | |
111 | + <div>智慧停车项目</div> | |
112 | + </div> | |
113 | + | |
106 | 114 | </li> |
107 | 115 | <li class="text-center col-md-6 col-xs-12 example-wrap-empty example-wrap-main"> |
108 | - <div>双流</div> | |
109 | - <div>智慧停车项目</div> | |
116 | + <div> | |
117 | + <div>双流</div> | |
118 | + <div>智慧停车项目</div> | |
119 | + </div> | |
120 | + | |
110 | 121 | </li> |
111 | 122 | |
112 | 123 | </ul> | ... | ... |
css/contact.css
... | ... | @@ -55,13 +55,23 @@ |
55 | 55 | background: url("../images/example-wrap-empty.png") no-repeat center center; |
56 | 56 | background-size: 90% 100%; |
57 | 57 | } |
58 | -.example-wrap-main div:nth-of-type(1){ | |
59 | - | |
58 | +.example-wrap-main>div{ | |
59 | + width:200px; | |
60 | + height:119px; | |
61 | + background:rgba(73,164,254,.7); | |
62 | + position: relative; | |
63 | + left: 50%; | |
64 | + top:50%; | |
65 | + margin-left: -100px; | |
66 | + margin-top: -60px; | |
67 | +} | |
68 | +.example-wrap-main>div>div:nth-of-type(1){ | |
69 | + padding: 20px 0 7px; | |
70 | + text-align: center; | |
60 | 71 | font-size:30px; |
61 | 72 | color:rgba(255,255,255,1); |
62 | - padding: 130px 0 10px; | |
63 | 73 | } |
64 | -.example-wrap-main div:nth-of-type(2){ | |
74 | +.example-wrap-main>div>div:nth-of-type(2){ | |
65 | 75 | height: 20px; |
66 | 76 | line-height: 20px; |
67 | 77 | font-size:20px; | ... | ... |
css/portfollo.css
... | ... | @@ -8,10 +8,14 @@ |
8 | 8 | |
9 | 9 | } |
10 | 10 | .breadcrumb-text{ |
11 | + width:832px; | |
12 | + height:79px; | |
13 | + margin: 200px auto; | |
11 | 14 | text-align: center; |
12 | - padding-top: 210px; | |
15 | + line-height: 79px; | |
13 | 16 | color: #fff; |
14 | 17 | font-size: 44px; |
18 | + background-color: #3F9FFE; | |
15 | 19 | } |
16 | 20 | #portfolio-soft-top{ |
17 | 21 | padding-bottom: 0; | ... | ... |