zizhujiandang.css 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112
  1. body{background-color: #f3f3f3;font-size: 14px;}
  2. .c-list>li:first-child {
  3. border: 0;
  4. background-image: none;
  5. }
  6. .c-list>li {
  7. margin-left: 0;
  8. padding-left: 15px;
  9. font-size: 15px;
  10. color: #333;
  11. position: relative;
  12. display: -webkit-box;
  13. -webkit-box-align: center;
  14. min-height: 44px;
  15. }
  16. .c-list-key span {
  17. display: inline-block;
  18. font-size: 16px;
  19. min-width: 80px;
  20. }
  21. .c-list .c-list-info {
  22. -webkit-box-flex: 1;
  23. box-flex: 1;
  24. padding-right: 15px;
  25. display: box;
  26. display: -webkit-box;
  27. -webkit-box-orient: vertical;
  28. -webkit-box-pack: center;
  29. text-align: right;
  30. }
  31. .c-list .c-list-info p {
  32. padding-top: 12px;
  33. padding-bottom: 12px;
  34. width: 100%;
  35. margin: 0;
  36. font-size: 14px;
  37. }
  38. input[type="text"],
  39. input[type="tel"] {
  40. line-height: inherit;
  41. height: auto;
  42. margin-bottom: 0px;
  43. padding: 10px 20px 10px 0px;
  44. border: none;
  45. border-radius: 0;
  46. outline: 0;
  47. background-color: #fff;
  48. -webkit-appearance: none;
  49. color: #666;
  50. font-size: 15px;
  51. text-align: right;
  52. }
  53. input:focus {
  54. background-color: inherit;
  55. }
  56. input:active {
  57. background-color: inherit;
  58. }
  59. @font-face {
  60. font-family: Muiicons;
  61. font-weight: 400;
  62. font-style: normal;
  63. src: url(../../../fonts/mui.ttf) format('truetype')
  64. }
  65. .mui-hidden.mui-icon-clear:before {content: '\e583';}
  66. .mui-icon-clear:before,.mui-icon-close-filled:before {content: '\e434'}
  67. .mui-input-row .mui-input-clear.mui-icon-clear{ font-size: 20px; position: absolute; z-index: 1; top: 10px;right: 0;width: 38px;height: 38px;text-align: center;color: #999}
  68. .mui-icon {font-family: Muiicons;font-size: 24px;font-weight: 400;font-style: normal;line-height: 1;display: inline-block;text-decoration: none;-webkit-font-smoothing: antialiased;}
  69. .mui-hidden.mui-icon-clear { pointer-events: none; }
  70. .dl-input-icon{
  71. font-size: 20px; position: absolute; z-index: 1; top: 12px;right: 0;width: 24px;height: 38px;text-align: center;color: #999;
  72. font-family: Muiicons;font-weight: 400;font-style: normal;line-height: 1;display: inline-block;text-decoration: none;-webkit-font-smoothing: antialiased;
  73. }
  74. .dl-input-icon:before{
  75. content: '\e583';
  76. }
  77. .zz-name,.c-input{font-size: 16px!important;padding-right: 8px;color: #666;}
  78. .main{height: auto;}
  79. /*选择地址*/
  80. .mui-picker{background-color:#f7f7f7!important;}
  81. .mui-poppicker-header{background-color: #d9d9db;padding: 2px 6px!important;}
  82. .mui-btn.mui-poppicker-btn-cancel{
  83. font-size: 16px!important;
  84. padding: 6px 12px!important;
  85. color: #007aff;
  86. border: none;
  87. background-color: transparent;
  88. }
  89. .mui-btn.mui-btn-blue.mui-poppicker-btn-ok{
  90. font-weight: 700;
  91. font-size: 16px!important;
  92. padding: 6px 12px!important;
  93. color: #007aff;
  94. border: none;
  95. background-color: transparent;
  96. }
  97. .mui-icon.mui-icon-clear{width:22px!important;top:13px!important;}
  98. input::-webkit-input-placeholder{font-size: 15px;color: #999;}
  99. .zz-foot{margin-top: 20px;margin-bottom: 20px;padding: 0px 15px;height: 40px;}
  100. .zz-foot .detail{float: left;}
  101. .zz-foot .submit{float: right;}
  102. .zz-foot .btn{width: 135px;height: 40px;line-height:40px;text-align:center;border-radius:5px;background-color: #74bf00;color: #fff;font-size: 16px;}
  103. .re-info{display: -webkit-box;-webkit-box-align: center;background-color: #fa8888;color: #fff;font-size: 10px;padding: 8px 10px;}
  104. .re-info div:nth-child(1){width: 20px;height: 20px;background: url(../images/icon_tixing.png);background-size: contain;margin-right: 10px;}
  105. .re-info div:nth-child(2){width: calc(100% - 30px);}
  106. .c-list{margin-top: 10px;border-top: #dcdcdc solid 1px;border-bottom: solid 1px #dcdcdc;}
  107. .dw-i{font-size: 20px;}