|
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183 |
- .model{
- position: absolute;
- left: 0;
- top: 0;
- right: 0;
- bottom: 0;
- /*-webkit-filter: blur(6px);
- filter: blur(6px);*/
- background-color: rgba(0, 0, 0, 0.25);
- z-index: 100;
- }
- .model_box{
- position: absolute;
- top: 1.3rem;
- left: 0.52rem;
- right: 0.52rem;
- background-color: #fff;
- border-radius:8px ;
-
- }
- .model_la{
- width: 0.37rem;
- height: 0.05rem;
- border-radius: 4px;
- background-color: rgba(0, 0, 0, 0.2);
- margin-top: 0.06rem;
- }
- .ui_p_t08{
- padding-top: 0.08rem;
- }
- .ui_p_b08{
- padding-bottom: 0.08rem;
- }
- .text_c_80{
- color: #80889a;
- }
- .text_c_2b{
- color: #2b3857;
- }
- .bor_b_e5{
- border-bottom: 0.5px solid #e5e5e5;
- }
- .select_gou{
- background-image: url(../../images/duihao.png);
- width: 0.22rem;
- height: 0.22rem;
- background-repeat: no-repeat;
- background-size: 100% 100%;
-
- }
- .select_quan{
- background-image: url(../../images/quan.png);
- width: 0.22rem;
- height: 0.22rem;
- background-repeat: no-repeat;
- background-size: 100% 100%;
-
- }
- .select_kong{
- width: 0.22rem;
- height: 0.22rem;
- }
- .ui_p_t12{
- padding-top: 0.12rem;
- }
- .ui_p_b12{
- padding-bottom: 0.12rem;
- }
- .select_hei{
- overflow: scroll;
- height: 3.8rem;
- }
- .search_r{
- width: 0.15rem;
- height: 0.15rem;
- background-image: url(../../images/clear.png);
- background-repeat: no-repeat;
- background-size: 100% 100%;
- }
- .ui_p_b14{
- padding-bottom: 0.14rem;
- }
- .ui_p_t14{
- padding-top: 0.14rem;
- }
- .weixin{
- width: 0.19rem;
- height: 0.17rem;
- background-image: url(../../images/weixin_s.png);
- background-repeat: no-repeat;
- background-size: 100% 100%;
- }
- .zhifubao{
- width: 0.19rem;
- height: 0.17rem;
- background-image: url(../../images/zhifubao_s.png);
- background-repeat: no-repeat;
- background-size: 100% 100%;
- }
- .text_c_ef{
- color: #ef5b4c;
- }
- .ui_m_t08{
- margin-top: 0.08rem;
- }
- .box_sha{
- box-shadow: inset 0 -0.5px 0 0 rgba(0, 0, 0, 0.1);
- }
- .ui_m_t03{
- margin-top: 0.03rem;
- }
-
- .pay_w_icon_sel{
- width: 0.24rem;
- height: 0.2rem;
- background-image: url(../../images/weixin_sel.png);
- background-repeat: no-repeat;
- background-size: 100% 100%;
-
- }
- .pay_z_icon_sel{
- width: 0.24rem;
- height: 0.2rem;
- background-image: url(../../images/zhifubao_sel.png);
- background-repeat: no-repeat;
- background-size: 100% 100%;
-
- }
- .pay_advance_icon_sel{
- width: 0.24rem;
- height: 0.2rem;
- background-image: url(../../images/advance_sel.png);
- background-repeat: no-repeat;
- background-size: 100% 100%;
-
- }
- .pay_w_icon_unsel{
- width: 0.24rem;
- height: 0.2rem;
- background-image: url(../../images/weixin.png);
- background-repeat: no-repeat;
- background-size: 100% 100%;
-
- }
- .pay_z_icon_unsel{
- width: 0.24rem;
- height: 0.2rem;
- background-image: url(../../images/zhifubao.png);
- background-repeat: no-repeat;
- background-size: 100% 100%;
-
- }
- .pay_advance_icon_unsel{
- width: 0.24rem;
- height: 0.2rem;
- background-image: url(../../images/advance.png);
- background-repeat: no-repeat;
- background-size: 100% 100%;
- }
- .text_c_38{
- color: #38528a;
- }
- .bor_pay_un{
- border-radius: 4px;
- border: solid 0.5px #e0e0ea;
- padding: 0.1rem 0;
- }
- .bor_pay{
- background-color: #f1f4f9;
- box-shadow: 0 4px 8px 0 rgba(56, 81, 138, 0.16);
- padding: 0.1rem 0;
- border-radius: 4px;
- border: solid 0.5px #666699;
- }
- .go_pay{
- position: fixed;
- bottom: 0;
- width: 100%;
- box-shadow: 0 -1px 19px 0 rgba(100, 150, 255, 0.15);
- }
- .bg_c_2d{
- background-color: #2d2f3b;
- }
|