|
- .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_car {
- position: fixed;
- 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: fixed;
- height: 4.3rem;
- bottom: 0;
- left: 0;
- right: 0;
- background-color: #fff;
- -webkit-border-top-left-radius: 8px;
- -webkit-border-top-right-radius: 8px;
- }
-
- .model_box_car {
- position: fixed;
- height: 4.3rem;
- bottom: 0;
- left: 0;
- right: 0;
- background-color: #fff;
- -webkit-border-top-left-radius: 8px;
- -webkit-border-top-right-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;
- }
-
- .model_la_car {
- 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;
- }
-
- .text_c_cc {
- color: #CCCFD6;
- }
-
- .bor_b_e5 {
- border-bottom: 0.5px solid #e5e5e5;
- }
-
- .select_gou {
- background-image: url(../../images/duihao.png);
- width: 0.2rem;
- height: 0.2rem;
- background-repeat: no-repeat;
- background-size: 100% 100%;
- }
-
- .select_quan {
- background-image: url(../../images/quan.png);
- width: 0.2rem;
- height: 0.2rem;
- background-repeat: no-repeat;
- background-size: 100% 100%;
- }
-
- .select_kong {
- width: 0.2rem;
- height: 0.2rem;
- }
-
- .ui_p_t12 {
- padding-top: 0.12rem;
- }
-
- .ui_p_b12 {
- padding-bottom: 0.12rem;
- }
-
- .select_hei {
- overflow: scroll;
- height: 3.8rem;
- -webkit-overflow-scrolling: touch;
- }
-
- .bus_sel_image{
- background-image: url(../../images/bus_sel.png);
- width: 0.22rem;
- height: 0.22rem;
- background-repeat: no-repeat;
- background-size: 100% 100%;
- }
-
- .bus_kong{
- background-image: url(../../images/bus_kong.png);
- width: 0.22rem;
- height: 0.22rem;
- background-repeat: no-repeat;
- background-size: 100% 100%;
- }
|