| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121 |
- body {
- 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%;
- }
- a {
- color: #000;
- }
- .size-14 {
- font-size: 14px;
- }
- .mui-input-row label~input,
- .mui-input-row label~select,
- {
- line-height: 1.1;
- font-size: 14px;
- }
- .mui-bar-nav {
- background: #cd0000 !important;
- font-size: 14px;
- }
|