app-button.wxss 4.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155
  1. @charset "UTF-8";
  2. page.data-v-e9badab0, block.data-v-e9badab0, view.data-v-e9badab0, scroll-view.data-v-e9badab0, swiper.data-v-e9badab0, movable-view.data-v-e9badab0, icon.data-v-e9badab0, text.data-v-e9badab0, progress.data-v-e9badab0, button.data-v-e9badab0, checkbox.data-v-e9badab0, form.data-v-e9badab0, input.data-v-e9badab0, label.data-v-e9badab0, picker.data-v-e9badab0, picker-view.data-v-e9badab0, radio.data-v-e9badab0, slider.data-v-e9badab0, switch.data-v-e9badab0, textarea.data-v-e9badab0, navigator.data-v-e9badab0, audio.data-v-e9badab0, image.data-v-e9badab0, video.data-v-e9badab0, map.data-v-e9badab0, canvas.data-v-e9badab0, contact-button.data-v-e9badab0, cover-image.data-v-e9badab0, cover-view.data-v-e9badab0 {
  3. -webkit-box-sizing: border-box;
  4. box-sizing: border-box;
  5. }
  6. .text-center.data-v-e9badab0 {
  7. text-align: center;
  8. }
  9. .font-weight.data-v-e9badab0 {
  10. font-weight: bold;
  11. }
  12. .page-width.data-v-e9badab0 {
  13. width: 100%;
  14. }
  15. .background-image.data-v-e9badab0 {
  16. background-repeat: no-repeat;
  17. background-size: 100% 100%;
  18. background-position: center;
  19. }
  20. /*全局文字大小*/
  21. /* 屏幕宽度*/
  22. page.data-v-e9badab0 {
  23. font-size: 32rpx;
  24. background: #f7f7f7;
  25. }
  26. .page-width.data-v-e9badab0 {
  27. width: 100%;
  28. }
  29. .app-view.data-v-e9badab0 {
  30. position: relative;
  31. /*width:100%;*/
  32. }
  33. .app-view .app-button.data-v-e9badab0 {
  34. height: 80rpx;
  35. text-align: center;
  36. line-height: 80rpx;
  37. }
  38. .app-view .is-round.data-v-e9badab0 {
  39. -webkit-border-radius: 40rpx;
  40. border-radius: 40rpx;
  41. }
  42. .app-view .is-disabled.data-v-e9badab0 {
  43. /*background-color: #cdcdcd;*/
  44. pointer-events: none;
  45. }
  46. .app-view .app-general.data-v-e9badab0 {
  47. background-color: #ffffff;
  48. border: 1px solid #cdcdcd;
  49. }
  50. .app-view .app-general-disabled.data-v-e9badab0 {
  51. color: #cdcdcd;
  52. }
  53. .app-view .app-general-disabled-not.data-v-e9badab0 {
  54. color: #353535;
  55. }
  56. .app-view .app-mask.data-v-e9badab0 {
  57. background-color: rgba(0, 0, 0, 0.2);
  58. width: 100%;
  59. height: 80rpx;
  60. position: absolute;
  61. top: 0;
  62. left: 0;
  63. }
  64. .app-view .app-important.data-v-e9badab0 {
  65. color: #ffffff;
  66. }
  67. .app-view .app-important-disabled.data-v-e9badab0 {
  68. background-color: #cdcdcd;
  69. }
  70. .app-view .app-secondary.data-v-e9badab0 {
  71. border-width: 1px;
  72. border-style: solid;
  73. }
  74. .app-view .app-secondary-disabled.data-v-e9badab0 {
  75. background-color: #ffffff;
  76. border-color: #cdcdcd;
  77. color: #cdcdcd;
  78. }
  79. .app-button.data-v-e9badab0:active {
  80. -webkit-box-shadow: inset 0 0 1000rpx rgba(0, 0, 0, 0.15);
  81. box-shadow: inset 0 0 1000rpx rgba(0, 0, 0, 0.15);
  82. }
  83. @charset "UTF-8";
  84. page.data-v-e9badab0, block.data-v-e9badab0, view.data-v-e9badab0, scroll-view.data-v-e9badab0, swiper.data-v-e9badab0, movable-view.data-v-e9badab0, icon.data-v-e9badab0, text.data-v-e9badab0, progress.data-v-e9badab0, button.data-v-e9badab0, checkbox.data-v-e9badab0, form.data-v-e9badab0, input.data-v-e9badab0, label.data-v-e9badab0, picker.data-v-e9badab0, picker-view.data-v-e9badab0, radio.data-v-e9badab0, slider.data-v-e9badab0, switch.data-v-e9badab0, textarea.data-v-e9badab0, navigator.data-v-e9badab0, audio.data-v-e9badab0, image.data-v-e9badab0, video.data-v-e9badab0, map.data-v-e9badab0, canvas.data-v-e9badab0, contact-button.data-v-e9badab0, cover-image.data-v-e9badab0, cover-view.data-v-e9badab0 {
  85. -webkit-box-sizing: border-box;
  86. box-sizing: border-box;
  87. }
  88. .text-center.data-v-e9badab0 {
  89. text-align: center;
  90. }
  91. .font-weight.data-v-e9badab0 {
  92. font-weight: bold;
  93. }
  94. .page-width.data-v-e9badab0 {
  95. width: 100%;
  96. }
  97. .background-image.data-v-e9badab0 {
  98. background-repeat: no-repeat;
  99. background-size: 100% 100%;
  100. background-position: center;
  101. }
  102. /*全局文字大小*/
  103. /* 屏幕宽度*/
  104. page.data-v-e9badab0 {
  105. font-size: 32rpx;
  106. background: #f7f7f7;
  107. }
  108. .page-width.data-v-e9badab0 {
  109. width: 100%;
  110. }
  111. button.data-v-e9badab0 {
  112. border: none;
  113. padding: 0 24rpx;
  114. }
  115. button.data-v-e9badab0:after {
  116. border: none;
  117. -webkit-border-radius: 0;
  118. border-radius: 0;
  119. }
  120. .app-button-column.data-v-e9badab0 {
  121. height: 100%;
  122. width: 100%;
  123. display: -webkit-box;
  124. display: -webkit-flex;
  125. display: flex;
  126. -webkit-box-orient: vertical;
  127. -webkit-box-direction: normal;
  128. -webkit-flex-direction: column;
  129. flex-direction: column;
  130. -webkit-box-pack: center;
  131. -webkit-justify-content: center;
  132. justify-content: center;
  133. -webkit-box-align: center;
  134. -webkit-align-items: center;
  135. align-items: center;
  136. }
  137. .app-button-row.data-v-e9badab0 {
  138. height: 100%;
  139. width: 100%;
  140. display: -webkit-box;
  141. display: -webkit-flex;
  142. display: flex;
  143. -webkit-box-orient: horizontal;
  144. -webkit-box-direction: normal;
  145. -webkit-flex-direction: row;
  146. flex-direction: row;
  147. -webkit-box-pack: center;
  148. -webkit-justify-content: center;
  149. justify-content: center;
  150. -webkit-box-align: center;
  151. -webkit-align-items: center;
  152. align-items: center;
  153. }