| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227 |
- body {
- font-size: 14px;
- }
- /*导航*/
- .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-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-input-row label~input, .mui-input-row label~select, .mui-input-row label~textarea{
- float: left;
- color: #222222;
- }
- .mui-input-row label~input:-webkit-input-placeholder {
- color:#222222; /* WebKit browsers */
- }
- .mui-input-row label~input:-moz-placeholder {
- color: #222222; /* Mozilla Firefox 4 to 18 */
- }
- .mui-input-row label~input:-moz-placeholder {
- color: #222222; /* Mozilla Firefox 19+ */
- }
- .mui-input-row label~input:-ms-input-placeholder {
- color: #222222; /* Internet Explorer 10+ */
- }
- .mui-table-view-cell {
- padding: 0px!important;
- }
- .mui-table-view-cell:after{
- left: 0px;
- background-color: #f5f5f6;
- }
- .mui-table-view-cell-line:after{
- position: absolute;
- right: 0;
- bottom: 0;
- left: 0px;
- height: 5px;
- content: '';
- -webkit-transform: scaleY(.5);
- transform: scaleY(.5);
- background-color: #f5f5f6;
- }
- .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: 40px!important;
- color: #222222;
- }
- .mui-content>.mui-table-view:first-child{
- margin-top: 0px;
- }
- .mui-input-row font{
- padding: 10px 20px;
- float: left;
- color: #222222;}
- .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;
- margin-right: 10px;
- }
- .type_con {
- width: 55%!important;
- float: left!important;
- vertical-align: middle!important;
- display: inline-block!important;
- padding: 10px 0!important;
- }
- .label {
- width: 28%!important;
- padding:14px 5px 14px 10px!important;
- text-align: left !important;
- }
- .get_yzm {
- padding: 5px!important;
- width: auto!important;
- }
- .yzm_con {
- float: left!important;
- width: 40%!important;
- }
- .mui-bar-nav {
- background-color: #393a3f;
- }
- .mui-title{color: #FFFFFF;}
- .mui-input-row label {
- text-align: -webkit-right;
- color: #595959;
- }
- .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;
- }
- .submit-btn{
- width: 100%;
- position: fixed;
- bottom: 0px;
- overflow: hidden;
- -moz-box-shadow: 0px -1px 1px #d2d2d2; /* Firefox */
- -webkit-box-shadow: 0px -1px 1px #d2d2d2; /* Safari 和 Chrome */
- box-shadow: 0px -1px 1px #d2d2d2; /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */
- }
- .submit-btn button{
- width: 100%;
- float: left;
- display: block;
- border: none;
- padding: 0;
- /*margin-left: 20px;*/
- margin: 0;
- height: 50px;
- border-radius: 0px;
- background-color: #2cc6a7;}
- /*.submit-btn>button:first-child{
- background: #FFFFFF !important;
- color: #000000;
- }*/
- #order_responsible{
- position: absolute;
- left: 25%;
- width: 65%;
- z-index: 333;
- }
- #order_recive{
- position: absolute;
- left: 25%;
- width: 65%;
- z-index: 333;
- }
- .complaintOrder{
- position: relative;
- line-height: 44px;
- }
- .complaintOrder option{
- line-height: 44px;
- }
- .receive{
- position: relative;
- line-height: 44px;
- }
- .receive option{
- line-height: 44px;
- }
- .mui-checkbox.mui-left input[type=checkbox], .mui-radio.mui-left input[type=radio]{
- left: 5px;
- }
|