Keine Beschreibung

seach.css 1.9KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149
  1. body {
  2. font-size: 14px;
  3. }
  4. input {
  5. font-size: 14px;
  6. }
  7. .mui-bar-popover {
  8. width: 30%;
  9. }
  10. .mui-popover.mui-bar-popover .mui-table-view {
  11. width: 100%;
  12. }
  13. .mui-table-view .mui-table-view-cell>a:not(.mui-btn) {
  14. text-align: center;
  15. }
  16. .mui-table-view-cell {
  17. padding: 1px 15px!important;
  18. }
  19. .san {
  20. font-size: 14px;
  21. margin-right: 5px
  22. }
  23. .nav_a {
  24. border-right: 1px solid #ccc;
  25. }
  26. .radio_box {
  27. display: inline-block;
  28. }
  29. .mui-radio input[type=radio]:before {
  30. font-size: 20px;
  31. vertical-align: middle;
  32. }
  33. .mui-radio.mui-left input[type=radio] {
  34. line-height: 24px!important;
  35. }
  36. .mui-radio.mui-left label {
  37. padding-right: 1px!important;
  38. padding-left: 51px!important;
  39. }
  40. .ztext {
  41. width: 100%;
  42. margin: 0;
  43. border: 0;
  44. }
  45. .action {
  46. padding: 5px 15px;
  47. }
  48. .type_down {
  49. float: right!important;
  50. display: inline-block!important;
  51. vertical-align: middle!important;
  52. line-height: 42px;
  53. }
  54. .type_con {
  55. width: 55%!important;
  56. float: left!important;
  57. vertical-align: middle!important;
  58. display: inline-block!important;
  59. padding: 10px 0!important;
  60. }
  61. .label {
  62. width: 30%!important;
  63. padding: 11px 0px!important;
  64. }
  65. .get_yzm {
  66. padding: 5px!important;
  67. width: auto!important;
  68. }
  69. .yzm_con {
  70. float: left!important;
  71. width: 40%!important;
  72. }
  73. .mui-bar-nav {
  74. background-color: #00a1cb;
  75. }
  76. .mui-input-row label {
  77. text-align: -webkit-right;
  78. }
  79. .mui-btn-block {
  80. padding: 10px;
  81. width: 100%;
  82. }
  83. .mui-title {
  84. color: #fff;
  85. }
  86. .mui-action-back {
  87. color: #fff;
  88. }
  89. /*导航*/
  90. .mui-nav{
  91. position: fixed;
  92. width: 100%;
  93. top: 0px;
  94. height: 44px;
  95. line-height: 44px;
  96. text-align: center;
  97. background: #22c9a8;
  98. z-index: 333;
  99. color: #FFFFFF;
  100. font-size: 17px;}
  101. .mui-nav a{
  102. position: absolute;
  103. left: 15px;
  104. line-height: 44px;
  105. color: #FFFFFF;
  106. }
  107. .mui-nav span{
  108. position: absolute;
  109. right: 15px;
  110. line-height: 44px;
  111. font-size: 13px;
  112. }
  113. .mui-ios .mui-table-view-cell a{
  114. color: #22c9a8;
  115. }
  116. .submit{
  117. background:#cd0000;
  118. border: none;
  119. }