1234567891011121314151617181920212223242526272829303132333435363738394041424344 |
- body{background:#FFF;}
- .max_box{max-width:640px;margin:auto;min-width:320px;position: relative;}
- .max_box img{display:block;}
- .Plan_img{width:100%;position:relative;}
- .Plan_img img{width:100%;}
- .Plan_xc_box{width:100%;height:100%;position:absolute;top:0;left:0;}
- .Plan_xc_title{display:flex;align-items:center;justify-content:center;}
- .Plan_xc_title p{font-size:0.875rem;color:#FFF;background:#4D4C70;float:left;padding:5px 25px;margin-right:15px;border-radius:3px;}
- .Plan_xc_title p.on{background:#F7A300;color:#4D4C70;}
- .Plan_xclb_box{overflow:hidden;padding: 20px 0;}
- .Plan_xclb ul{}
- .Plan_xclb ul li{border:3px solid #FFF;width:80%;height:180px;border-radius:10px;overflow:hidden;margin-left:15px;box-shadow:0px 0px 14px 0px #c6c6c6;}
- .Plan_xclb ul li:last-child{margin-right:15px;}
- .Plan_xclb ul li img{width:100%;height:100%;}
- .Plan_xclb ul li i{position:absolute;bottom:0;left:0;background:rgba(2, 0, 51, 0.5);padding:5px 20px;font-size:0.875rem;color:#FFF;}
- .Plan_bm{width:100%;padding:20px 0;background:#061649;}
- .Plan_bm form{width:80%;background:#FFF;border-radius:5px;margin:auto;padding:20px 0;}
- .Plan_bm_title{text-align:center;position:relative;}
- .Plan_bm_title em{font-size:1.25rem;color:#061649;border-bottom:1px solid #A3A3A3;padding:5px 8px;font-weight:600;}
- .Plan_bm_title :before {content:"";width:20px;height:2px;background:#36426A;position:absolute;bottom:-5px;left:50%;margin-left:-10px;}
- .Plan_bm_input{border:1px solid #CCC;border-radius:5px;height:30px;margin:auto;width:70%;overflow:hidden;}
- .Plan_bm_input img{float:left;width:12px;position:relative;top:7px;left:12px;}
- .Plan_bm_input input{float:right;height:100%;width:85%;padding:0 10px;border:0;font-size:0.75rem;color:#444}
- .Plan_bm_buttom{width:70%;margin:auto;background:#020033;height:30px;margin-top:10px;border-radius:5px;text-align:center;font-size:0.95rem;color:#FFF;line-height:30px;font-weight:600;}
- .m_st{width:60px;display:block;position:absolute;top:10px;right:10px;z-index:10;}
- .m_st img{width:100%;display:block;}
- .m_ml{width:75px;display:block;position:absolute;top:20%;left:10px;}
- .m_ml img{width:100%;display:block;}
- .lpindex{width:100%;height:100%;position:absolute;top:0;left:0;}
|