1234567891011121314151617 |
- /*日历控件手机端*/
- html,body{margin:0px;padding:0px;font-family:'Microsoft YaHei';height:100%;position:relative}
- .U_CM_Box{width:100%;height:315px;background:#ffffff;overflow:hidden;position:absolute;bottom:0px;}
- .U_CM_box{height:40px;color:#9c9c9c;text-align: center;line-height: 45px;font-size: 18px;}
- .U_CM_select{color:#0094e1!important;font-size: 20px!important;}
- .U_CM_Date{width:100%;float:left;position:relative;}
- .U_CM_Month{width:100%;float:left;position:relative}
- .U_CM_Year{width:100%;float:left;position:relative}
- .U_CM_IN{width:33.3%;height:90%;float:left;overflow:hidden;}
- .U_CM_BC{position:relative;height:1px;width:100%;border-bottom:1px solid #0094e1;top:38%;z-index:99}
- .U_CM_BCA{position:relative;height:1px;width:100%;border-bottom:1px solid #0094e1;top:50%;z-index:99}
- .U_CM_btn{width:160px;height:40px;position:absolute;bottom:0;right:0;}
- .U_CM_Lbtn,.U_CM_Rbtn{width:78px;height:30px;float:left;line-height:30px;text-align:center;color:#0094e1;}
- .U_CM_Rbtn{float:right!important;}
- .U_CM_confirm{width:100%;line-height:42px;background:#ffffff;}
- .U_CM_confirm_A{height:40px;color:#0094e1;}
- .U_CM_confirm_B{width:180px;height:40px;border:1px solid #0094e1;line-height:40px;text-align:center;color:#0094e1;}
|