@@ -57,9 +57,13 @@ |
||
| 57 | 57 |
position: relative; |
| 58 | 58 |
width: 100%; |
| 59 | 59 |
height: 100%; |
| 60 |
- padding: 2em .5em; |
|
| 60 |
+ padding: 1em .5em 2em; |
|
| 61 | 61 |
background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .1)); |
| 62 | 62 |
} |
| 63 |
+ .title {
|
|
| 64 |
+ font-size: 150%; |
|
| 65 |
+ line-height: 150%; |
|
| 66 |
+ } |
|
| 63 | 67 |
.text-center {
|
| 64 | 68 |
text-align: center; |
| 65 | 69 |
} |
@@ -77,7 +81,7 @@ |
||
| 77 | 81 |
<body> |
| 78 | 82 |
<div class="container" > |
| 79 | 83 |
<div class="content"> |
| 80 |
- <h1 class="text-center">软件许可及服务协议</h1> |
|
| 84 |
+ <div class="title text-center"><strong>软件许可及服务协议</strong></div> |
|
| 81 | 85 |
<div class="indent"><strong>欢迎你使用拍爱。</strong></div> |
| 82 | 86 |
<div class="indent"><strong>拍爱是北京佳艺徕经贸有限责任公司</strong>(以下称“拍爱网络”或“我们'')所运营的影像拍摄、交流及分享服务,旨在更好的满足用户对影像的需求。</div> |
| 83 | 87 |
|