zizhujiandang.css 3.2 KB

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