| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149 |
- body {
- font-size: 14px;
- }
- input {
- font-size: 14px;
- }
- .mui-bar-popover {
- width: 30%;
- }
- .mui-popover.mui-bar-popover .mui-table-view {
- width: 100%;
- }
- .mui-table-view .mui-table-view-cell>a:not(.mui-btn) {
- text-align: center;
- }
- .mui-table-view-cell {
- padding: 1px 15px!important;
- }
- .san {
- font-size: 14px;
- margin-right: 5px
- }
- .nav_a {
- border-right: 1px solid #ccc;
- }
- .radio_box {
- display: inline-block;
- }
- .mui-radio input[type=radio]:before {
- font-size: 20px;
- vertical-align: middle;
- }
- .mui-radio.mui-left input[type=radio] {
- line-height: 24px!important;
- }
- .mui-radio.mui-left label {
- padding-right: 1px!important;
- padding-left: 51px!important;
- }
- .ztext {
- width: 100%;
- margin: 0;
- border: 0;
- }
- .action {
- padding: 5px 15px;
- }
- .type_down {
- float: right!important;
- display: inline-block!important;
- vertical-align: middle!important;
- line-height: 42px;
- }
- .type_con {
- width: 55%!important;
- float: left!important;
- vertical-align: middle!important;
- display: inline-block!important;
- padding: 10px 0!important;
- }
- .label {
- width: 30%!important;
- padding: 11px 0px!important;
- }
- .get_yzm {
- padding: 5px!important;
- width: auto!important;
- }
- .yzm_con {
- float: left!important;
- width: 40%!important;
- }
- .mui-bar-nav {
- background-color: #00a1cb;
- }
- .mui-input-row label {
- text-align: -webkit-right;
- }
- .mui-btn-block {
- padding: 10px;
- width: 100%;
- }
- .mui-title {
- color: #fff;
- }
- .mui-action-back {
- color: #fff;
- }
- /*导航*/
- .mui-nav{
- position: fixed;
- width: 100%;
- top: 0px;
- height: 44px;
- line-height: 44px;
- text-align: center;
- background: #22c9a8;
- z-index: 333;
- color: #FFFFFF;
- font-size: 17px;}
- .mui-nav a{
- position: absolute;
- left: 15px;
- line-height: 44px;
- color: #FFFFFF;
- }
- .mui-nav span{
- position: absolute;
- right: 15px;
- line-height: 44px;
- font-size: 13px;
- }
- .mui-ios .mui-table-view-cell a{
- color: #22c9a8;
- }
- .submit{
- background:#cd0000;
- border: none;
- }
|