|
|
@@ -13,7 +13,6 @@
|
|
|
margin: 0 auto;
|
|
|
}
|
|
|
.main .container{
|
|
|
- /*width: 1190px;*/
|
|
|
max-width: 640px;
|
|
|
margin: 0 auto;
|
|
|
text-align: center;
|
|
|
@@ -33,11 +32,18 @@
|
|
|
.main .container .header div span:first-child{
|
|
|
margin-right: 10px;
|
|
|
}
|
|
|
- .main .container .section div{
|
|
|
+ .main .container .section div,.main .container .section p{
|
|
|
font-size: 14px;
|
|
|
color: #000;
|
|
|
text-align: left;
|
|
|
}
|
|
|
+ .main .container .section div.img-container{
|
|
|
+ text-align:center;
|
|
|
+ max-width: 100%;
|
|
|
+ }
|
|
|
+ .main .container .section div.img-container img{
|
|
|
+ max-width: 100%;
|
|
|
+ }
|
|
|
.main .container .section p{
|
|
|
font-size: 14px;
|
|
|
line-height: 20px;
|
|
|
@@ -83,13 +89,14 @@
|
|
|
.main .container .footer .footer-header{
|
|
|
position: relative;
|
|
|
cursor: pointer;
|
|
|
+ width: 100%;
|
|
|
}
|
|
|
.main .container .footer .footer-header div.infoMessage{
|
|
|
position: absolute;
|
|
|
- left: 278px;
|
|
|
+ left: 50%;
|
|
|
+ margin-left: -50%;
|
|
|
top: -30px;
|
|
|
- width: 90px;
|
|
|
- height: 25px;
|
|
|
+ width: 100%;
|
|
|
color: #8ca8bd;
|
|
|
font-size: 14px;
|
|
|
background: #fff;
|
|
|
@@ -177,27 +184,44 @@
|
|
|
}
|
|
|
.main .container .footer .pull{
|
|
|
margin: 40px 0;
|
|
|
- }
|
|
|
- .main .container .footer .pull a{
|
|
|
- font-size: 14px;
|
|
|
+ font-size: 12px;
|
|
|
color: #8c8c8c;
|
|
|
- text-decoration: none;
|
|
|
+ }
|
|
|
+ .main .container .footer .loading{
|
|
|
+ text-align: center;
|
|
|
+ }
|
|
|
+
|
|
|
+ @-webkit-keyframes rotate {
|
|
|
+ from {-webkit-transform:rotate(0deg);}
|
|
|
+ to {-webkit-transform:rotate(360deg);}
|
|
|
+ }
|
|
|
+ .main .container .footer .loading img{
|
|
|
+ width: 30px;
|
|
|
+ height: 30px;
|
|
|
+ -webkit-mask-size: 30px 30px;
|
|
|
+ -webkit-animation-name: rotate;
|
|
|
+ -webkit-animation-duration: 1.5s;
|
|
|
+ -webkit-animation-iteration-count: infinite;
|
|
|
+ -webkit-animation-timing-function: linear;
|
|
|
}
|
|
|
.main .container .footer .footer-header .writeMessage{
|
|
|
display: none;
|
|
|
padding: 20px;
|
|
|
+ width: 80%;
|
|
|
}
|
|
|
.main .container .footer .footer-header .writeMessage textarea{
|
|
|
- width: 580px;
|
|
|
- height: 100px;
|
|
|
+ width: 100%;
|
|
|
+ height: auto;
|
|
|
}
|
|
|
.main .container .footer .footer-header .writeMessage div{
|
|
|
text-align: right;
|
|
|
- margin-top: -60px;
|
|
|
+ margin-top: 0;
|
|
|
+ width: 100%;
|
|
|
}
|
|
|
.main .container .footer .footer-header .writeMessage button{
|
|
|
+ margin-right: 15px;
|
|
|
display: inline-block;
|
|
|
- width: 80px;
|
|
|
+ width: 65px;
|
|
|
height: 25px;
|
|
|
line-height: 25px;
|
|
|
text-align: center;
|
|
|
@@ -250,7 +274,7 @@
|
|
|
<div class="infoMessage"><span>写留言</span><img src="/jpress/static/jpress/admin/image/pen.png" alt=""/></div>
|
|
|
<div class="writeMessage">
|
|
|
<textarea name="text" id="" cols="30" rows="10"></textarea>
|
|
|
- <div><button type="submit">提交留言</button></div>
|
|
|
+ <div><button>取消</button><button type="submit">提交</button></div>
|
|
|
</div>
|
|
|
</div>
|
|
|
</form>
|
|
|
@@ -287,6 +311,7 @@
|
|
|
</#if>
|
|
|
</@jp.commentPage>
|
|
|
</div>
|
|
|
+ <div class="loading"><img src="/jpress/static/jpress/admin/image/loading.png" alt=""></div>
|
|
|
<div class="pull">下拉加载更多</div>
|
|
|
<!--<div class="pull"><a>没有更多数据了</a></div>-->
|
|
|
</div>
|