ソースを参照

用户邀请成功页面

luyanan 8 年 前
コミット
ad58a55bc4
共有2 個のファイルを変更した2 個の追加2 個の削除を含む
  1. 1 1
      css/index.css
  2. 1 1
      ekexiu/invitSucceed.html

+ 1 - 1
css/index.css

@ -216,7 +216,7 @@ input[type='radio'].radio:checked + .radio {background:url(../images/redio.png)
216 216
.coulstblock .coulstbox .prohead{ width:80px;margin-left:40px; overflow:hidden;}
217 217
.coulstblock .coulstbox .proinfomation{margin:0 2%;max-width:50%; overflow:hidden;}
218 218
.coulstblock .coulstbox .coulstbtn{padding:24px 10px; margin-right: 20px;}
219
.coulstbtn span,#conbtn span{display:inline-block;padding:10px 40px;margin-right:6px; border-radius:4px; text-align:center; color:#fff; background:#ff9900;cursor:pointer}
219
.coulstbtn span,#conbtn span{display:inline-block;padding:8px 40px;margin-right:6px; border-radius:4px; text-align:center; color:#fff; background:#ff9900;cursor:pointer}
220 220
.coulstbtn .shareWeixin{background: #52DA4D;}
221 221
.shareCode{position: absolute;top:-156px;left: 50%;margin-left: -75px;display: none;width: 150px;height:150px;}
222 222
.shareCode img{width: 100%;}

+ 1 - 1
ekexiu/invitSucceed.html

@ -8,7 +8,7 @@
8 8
<link rel="stylesheet" href="../css/reset.css">
9 9
<link rel="stylesheet" href="../css/common.css">
10 10
<style>
11
body{background: url(../images/frmPageBg.jpg) no-repeat;background-size: 100% 100%;background-attachment: fixed;}
11
body{background: url(../images/frmPageBg.jpg) no-repeat;background-size: cover;background-attachment: fixed;}
12 12
.btn{font-size: 16px;line-height: 1;color:#FFFFFF;margin: 30px 0;}
13 13
.protocollink{ color: #FF9900;}
14 14
.checkBg{background: url(../images/checkApp.png) 0 center no-repeat;padding-left:18px;line-height: 24px; background-size:auto 60%}