app.acss 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270
  1. .page-container-classname {
  2. cursor: default;
  3. -webkit-user-select: none;
  4. user-select: none;
  5. width: 100%;
  6. overflow-x: hidden;
  7. }
  8. view {
  9. display: block;
  10. }
  11. scroll-view {
  12. display: block;
  13. width: 100%;
  14. }
  15. swiper {
  16. display: block;
  17. height: 150px;
  18. }
  19. swiper-item {
  20. display: block;
  21. overflow: hidden;
  22. will-change: transform;
  23. }
  24. movable-area {
  25. display: block;
  26. position: relative;
  27. width: 10px;
  28. height: 10px;
  29. }
  30. movable-view {
  31. display: inline-block;
  32. width: 10px;
  33. height: 10px;
  34. top: 0px;
  35. left: 0px;
  36. position: absolute;
  37. }
  38. cover-view {
  39. display: block;
  40. line-height: 1.2;
  41. overflow: hidden;
  42. white-space: nowrap;
  43. pointer-events: auto;
  44. background-color: rgba(255,255,255,0);
  45. }
  46. icon {
  47. display: inline-block;
  48. font-size: 0;
  49. }
  50. progress {
  51. display: -webkit-flex;
  52. display: flex;
  53. -webkit-align-items: center;
  54. align-items: center;
  55. }
  56. button {
  57. height:initial;
  58. position: relative;
  59. display: block;
  60. margin-left: auto;
  61. margin-right: auto;
  62. padding-left: 14px;
  63. padding-right: 14px;
  64. box-sizing: border-box;
  65. font-size: 18px;
  66. text-align: center;
  67. text-decoration: none;
  68. line-height: 2.55555556;
  69. border-radius: 5px;
  70. -webkit-tap-highlight-color: transparent;
  71. overflow: hidden;
  72. /* color: #000;
  73. background-color: #f8f8f8; */
  74. }
  75. button[type=primary] {
  76. color: #FFFFFF;
  77. background-color: #1AAD19;
  78. }
  79. button[loading][type=primary] {
  80. color: rgba(255, 255, 255, 0.6);
  81. background-color: #179B16;
  82. }
  83. button[disabled][type=primary] {
  84. background-color: #9ED99D;
  85. }
  86. button[disabled] {
  87. color: rgba(255, 255, 255, 0.6);
  88. }
  89. button[type=default] {
  90. color: #000000;
  91. background-color: #F8F8F8;
  92. }
  93. button[disabled][type=default] {
  94. color: rgba(0, 0, 0, 0.3);
  95. background-color: #F7F7F7;
  96. }
  97. button[type=warn] {
  98. color: #FFFFFF;
  99. background-color: #E64340;
  100. }
  101. button[disabled][type=warn] {
  102. background-color: #EC8B89;
  103. }
  104. button[plain] {
  105. color: #353535;
  106. border: 1px solid #353535;
  107. background-color: transparent;
  108. }
  109. button[type=primary][plain] {
  110. color: #1aad19;
  111. border: 1px solid #1aad19;
  112. background-color: transparent;
  113. }
  114. button[plain][disabled] {
  115. color: rgba(0, 0, 0, 0.2);
  116. border-color: rgba(0, 0, 0, 0.2);
  117. }
  118. button[type=default][plain] {
  119. color: #353535;
  120. border: 1px solid #353535;
  121. background-color: transparent;
  122. }
  123. button[size=mini] {
  124. display: inline-block;
  125. line-height: 2.3;
  126. font-size: 13px;
  127. padding: 0 1.34em;
  128. }
  129. checkbox {
  130. -webkit-tap-highlight-color: transparent;
  131. display: inline-block;
  132. }
  133. checkbox-group {
  134. display: block;
  135. }
  136. input {
  137. display: block;
  138. text-overflow: clip;
  139. overflow: hidden;
  140. white-space: nowrap;
  141. background-color: rgba(255,255,255,0)
  142. }
  143. picker {
  144. display: block;
  145. }
  146. picker-view-column {
  147. -webkit-flex: 1;
  148. flex: 1;
  149. position: relative;
  150. z-index: 0;
  151. height: 100%;
  152. overflow: hidden;
  153. }
  154. radio {
  155. -webkit-tap-highlight-color: transparent;
  156. display: inline-block;
  157. }
  158. radio-group {
  159. display: block;
  160. }
  161. slider {
  162. margin: 10px 18px;
  163. padding: 0;
  164. display: block;
  165. }
  166. switch {
  167. -webkit-tap-highlight-color: transparent;
  168. display: inline-block;
  169. }
  170. textarea {
  171. width: 300px;
  172. height: 150px;
  173. display: block;
  174. position: relative;
  175. }
  176. navigator {
  177. height: auto;
  178. width: auto;
  179. display: block;
  180. }
  181. image {
  182. width: 320px;
  183. height: 240px;
  184. display: inline-block;
  185. overflow: hidden;
  186. background-origin: content-box;
  187. }
  188. video {
  189. width: 300px;
  190. height: 225px;
  191. line-height: 0;
  192. overflow: hidden;
  193. position: relative;
  194. z-index: 0;
  195. background: #000;
  196. margin: 0 auto;
  197. }
  198. camera {
  199. position: relative;
  200. width: 100%;
  201. display: block;
  202. overflow: hidden;
  203. }
  204. map {
  205. position: relative;
  206. width: 300px;
  207. height: 150px;
  208. display: block;
  209. }
  210. canvas {
  211. width: 300px;
  212. height: 150px;
  213. display: block;
  214. position: relative;
  215. }
  216. ad {
  217. display: block !important;
  218. width: 100%;
  219. overflow: hidden;
  220. pointer-events: auto;
  221. opacity: 1 !important;
  222. }
  223. web-view {
  224. width: 100%;
  225. height: 100%;
  226. }