1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859 |
- .max-box {max-width:750px;margin:0 auto;}
- .max-box > img {display:block;width:100%;}
- .wpr {position:relative;height:152px;}
- .wpr > img {display:block;width:100%;height:100%;}
- .wpa {position:absolute;display: -webkit-flex;display: flex;flex-wrap: nowrap;top:10px;width:94%;left:50%;margin-left:-47%;}
- .wpa-btn {width:37%;margin-right:5px;display:inline-block;vertical-align:top;}
- .wpa-btn a {display:block;height:41px;line-height:41px;text-align:center;background:#fff;color:#000000;font-size:0.9375rem;}
- .wpa-btn a + a {margin-top:8px;}
- .wpa-btn a.on {background:#ff7800;color:#fff;}
- .wpa-conter {width:62%;display:inline-block;vertical-align:top;}
- .title {font-size:0.6875rem;color:#726C67;background:#EEEEEE;padding:5px 0 5px 8px;}
- .title span {color:#FF7800;}
- .title i {color:#000;}
- .wpa-icom {background:#fff;font-size:0.625rem;padding:4px 7px;height:115px;overflow-y:auto;}
- .oicn2,.oicn3 {display:none;}
- .wbase {position:relative;}
- .wbase > img {display:block;width:100%;}
- .wbase form {position:absolute;top:33%;width:64%;left:50%;margin-left:-32%;}
- .wbase form input {display:block;width:100%;height:25px;line-height:25px;font-size:0.8125rem;padding-left:8px;border:none;border-radius:4px;}
- .wbase form input::-webkit-input-placeholder {color:#000;} /* WebKit, Blink, Edge */
- .wbase form input:-moz-placeholder {color:#000;} /* Mozilla Firefox 4 to 18 */
- .wbase form input::-moz-placeholder {color:#000;} /* Mozilla Firefox 19+ */
- .wbase form input:-ms-input-placeholder { color:#000;}/* Internet Explorer 10-11 */
- .wbase form .m_bmck_input + .m_bmck_input {margin-top:9px;}
- .wbase form .m_ztbutton {margin-top:9px;height:32px;line-height:32px;background:rgba(53,160,243,0.9);color:#fff;font-size:0.9375rem;}
- /*菲律宾购房.移民专题 悬挂报名弹窗*/
- .whang-btn {position:fixed;bottom:30%;right:8px;width:67px;height:67px;z-index:100;}
- .whang-btn > img {display:inline-block;width:67px;height:67px;}
- .whang-wind {position:fixed;top:15%;width:290px;background:#fff;z-index:10001;height:280px;border-radius:5px;left:50%;margin-left:-145px;display:none;}
- .whang-title {border-radius:5px 5px 0 0;overflow:hidden;}
- .whangbox {padding:0 20px;margin-top:20px;}
- .whangbox input {display:block;width:100%;background:#EAEAEA;height:40px;line-height:40px;color:#333333;font-size:0.875rem;border:none;padding-left:15px;}
- .whangbox .m_bmck_input + .m_bmck_input {margin-top:15px;}
- .whangbox input.wxbg {margin-top:15px;font-size:1rem;color:#fff;
- background: -webkit-linear-gradient(right,#209fe4 ,#3574ed); /* Safari 5.1 - 6.0 */
- background: -o-linear-gradient(right,#209fe4 ,#3574ed); /* Opera 11.1 - 12.0 */
- background: -moz-linear-gradient(right,#209fe4 ,#3574ed); /* Firefox 3.6 - 15 */
- background: linear-gradient(to right,#209fe4 ,#3574ed); /* 标准的语法 */
- }
- .csow {position:absolute;bottom:-55px;display:inline-block;width:34px;height:34px;left:50%;margin-left:-17px;}
- .cksi {position:fixed;top:0;left:0;bottom:0;width:100%;background:rgba(0,0,0,0.5);z-index:10000;display:none;}
|