index.wxss 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194
  1. /* pages/analysis/index.wxss */
  2. page {
  3. overflow-x: hidden;
  4. }
  5. button::after {
  6. border: none;
  7. }
  8. .i-action-header {
  9. padding: 6px;
  10. text-align: left;
  11. }
  12. .i-action-header-left {
  13. text-align: left;
  14. font-size: 14px;
  15. }
  16. .i-action-header-left>text {
  17. margin-right: 8px;
  18. }
  19. .i-action-header-left>text>text {
  20. font-weight: bold;
  21. }
  22. .i-action-header-r {
  23. display: flex;
  24. justify-content: right;
  25. align-items: right;
  26. }
  27. .i-action-header-r>button {
  28. margin: 0px;
  29. flex: 1;
  30. right: 0px;
  31. width: 60px;
  32. height: 24px;
  33. text-align: center;
  34. vertical-align: middle;
  35. touch-action: manipulation;
  36. cursor: pointer;
  37. background-image: none;
  38. white-space: nowrap;
  39. user-select: none;
  40. font-size: 14px;
  41. border-radius: 2px;
  42. border: 0 !important;
  43. position: relative;
  44. text-decoration: none;
  45. line-height: 24px;
  46. box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
  47. color: #fff !important;
  48. background: #ff9c5e !important;
  49. }
  50. input {
  51. outline: none;
  52. border: none;
  53. list-style: none;
  54. }
  55. .header-model2 {
  56. padding: 12px 8px;
  57. position: relative;
  58. }
  59. .col-class {
  60. text-align: center;
  61. }
  62. .col-class-down {
  63. text-align: center;
  64. }
  65. .col-class-sub {
  66. position: absolute;
  67. left: 76%;
  68. }
  69. .header-btn {
  70. float: right;
  71. height: 20px !important;
  72. line-height: 20px !important;
  73. margin: 0px !important;
  74. }
  75. .btn-text {
  76. vertical-align: middle;
  77. }
  78. .model2-timepiece {
  79. border: 1px solid #2db7f5;
  80. border-radius: 5px;
  81. padding: 5px 6px;
  82. }
  83. .submit {
  84. background: #2db7f5;
  85. padding: 7px 16px;
  86. border-radius: 5px;
  87. color: #fff;
  88. }
  89. view.i-action-ico {
  90. display: flex;
  91. flex-wrap: wrap;
  92. padding: 6px;
  93. }
  94. view.i-action-ico-bor {
  95. width: 10%;
  96. display: flex;
  97. flex-wrap: wrap;
  98. align-items: center;
  99. }
  100. view.i-action-ico-bor>view {
  101. display: flex;
  102. justify-content: center;
  103. align-items: center;
  104. width: 100%;
  105. text-align: center;
  106. margin: 1px;
  107. background: #f8f8f8;
  108. border-radius: 5px;
  109. height: 30px;
  110. }
  111. view.i-action-ico-bor>view.err {
  112. color: #a01e32;
  113. background: #fba4b1;
  114. }
  115. view.i-action-ico-bor>view.succ {
  116. color: #3d971c;
  117. background: #b6f49f;
  118. }
  119. view.i-action-ico-bor>view.def {
  120. color: #18836b;
  121. background: #95e4d2;
  122. }
  123. .question-list {
  124. padding: 15px;
  125. }
  126. .question-list-title {
  127. font-size: 15px;
  128. }
  129. .question-title {
  130. margin-left: 8px;
  131. line-height: 25px;
  132. }
  133. .tab-bar {
  134. background: #fff;
  135. position: fixed;
  136. bottom: 0px;
  137. width: 100%;
  138. }
  139. .footer-defbtn {
  140. line-height: 22px;
  141. background-color: #fff;
  142. font-size: 14px;
  143. padding: 0;
  144. }
  145. .answer{
  146. padding:26rpx;
  147. }
  148. .answerTitle{
  149. color: #717171;
  150. font-size: 32rpx;
  151. margin-bottom: 26rpx;
  152. }
  153. .answerContent{
  154. font-size: 32rpx;
  155. margin-bottom: 26rpx;
  156. }
  157. .view{
  158. background-color: #000;
  159. vertical-align: top;
  160. background-image: url('https://upload-images.jianshu.io/upload_images/6673460-7f784471f2c4e4c0.png');
  161. background-repeat: no-repeat;
  162. background-position: center;
  163. background-size: 60rpx;
  164. margin: 10rpx 0;
  165. }