Nessuna descrizione

word_add.css 1.5KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121
  1. body {
  2. font-size: 14px;
  3. }
  4. .mui-bar-popover {
  5. width: 30%;
  6. }
  7. .mui-popover.mui-bar-popover .mui-table-view {
  8. width: 100%;
  9. }
  10. .mui-table-view .mui-table-view-cell>a:not(.mui-btn) {
  11. text-align: center;
  12. }
  13. .mui-table-view-cell {
  14. padding: 1px 15px!important;
  15. }
  16. .san {
  17. font-size: 14px;
  18. margin-right: 5px
  19. }
  20. .nav_a {
  21. border-right: 1px solid #ccc;
  22. }
  23. .radio_box {
  24. display: inline-block;
  25. }
  26. .mui-radio input[type=radio]:before {
  27. font-size: 20px;
  28. vertical-align: middle;
  29. }
  30. .mui-radio.mui-left input[type=radio] {
  31. line-height: 24px!important;
  32. }
  33. .mui-radio.mui-left label {
  34. padding-right: 1px!important;
  35. padding-left: 51px!important;
  36. }
  37. .ztext {
  38. width: 100%;
  39. margin: 0;
  40. border: 0;
  41. }
  42. .action {
  43. padding: 5px 15px;
  44. }
  45. .type_down {
  46. float: right!important;
  47. display: inline-block!important;
  48. vertical-align: middle!important;
  49. line-height: 42px;
  50. }
  51. .type_con {
  52. width: 55%!important;
  53. float: left!important;
  54. vertical-align: middle!important;
  55. display: inline-block!important;
  56. padding: 10px 0!important;
  57. }
  58. .label {
  59. width: 30%!important;
  60. padding: 11px 0px!important;
  61. }
  62. .get_yzm {
  63. padding: 5px!important;
  64. width: auto!important;
  65. }
  66. .yzm_con {
  67. float: left!important;
  68. width: 40%!important;
  69. }
  70. .mui-bar-nav {
  71. background-color: #00a1cb;
  72. }
  73. .mui-input-row label {
  74. text-align: -webkit-right;
  75. }
  76. .mui-btn-block {
  77. padding: 10px;
  78. width: 100%;
  79. }
  80. a {
  81. color: #000;
  82. }
  83. .size-14 {
  84. font-size: 14px;
  85. }
  86. .mui-input-row label~input,
  87. .mui-input-row label~select,
  88. {
  89. line-height: 1.1;
  90. font-size: 14px;
  91. }
  92. .mui-bar-nav {
  93. background: #cd0000 !important;
  94. font-size: 14px;
  95. }