ui.css 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231
  1. body{
  2. font-family:PingFangSC-Regular,PingFang SC !important;
  3. }
  4. .ui-bg{
  5. background:rgba(246,248,250,1);
  6. width:100%;
  7. /* height: 100%; */
  8. min-height: 100%
  9. }
  10. .ui-body{
  11. margin: 20px 20px 20px 20px !important;
  12. }
  13. .ui-body-15{
  14. margin: 15px 15px 15px 15px !important;
  15. }
  16. .ui-txt{
  17. font-size:13px;
  18. font-family:PingFangSC-Regular,PingFang SC;
  19. font-weight:400;
  20. color:rgba(152,160,179,1);
  21. line-height:20px;
  22. }
  23. .ui-txt-14{
  24. font-size:14px;
  25. font-family:PingFangSC-Regular,PingFang SC;
  26. font-weight:400;
  27. color:rgba(8,19,42,1);
  28. line-height:26px;
  29. }
  30. .ui-txt-13{
  31. font-size:13px;
  32. font-family:PingFangSC-Regular,PingFang SC;
  33. font-weight:400;
  34. color:rgba(152,160,179,1);
  35. line-height:20px;
  36. }
  37. .ui-title{
  38. font-size:13px;
  39. font-family:PingFangSC-Regular,PingFang SC;
  40. font-weight:400;
  41. color:rgba(152,160,179,1);
  42. line-height:20px;
  43. margin-top: 20px !important;
  44. padding-top: 10px;
  45. }
  46. .ui-big-title{
  47. height:28px;
  48. font-size:20px;
  49. margin-bottom:10px;
  50. font-family:PingFangSC-Medium,PingFang SC;
  51. font-weight:500;
  52. color:rgba(8,19,42,1);
  53. line-height:28px;
  54. }
  55. .ui-card{
  56. background:rgba(255,255,255,1);
  57. border-radius:10px;
  58. /* margin: 20px 20px 20px 20px !important; */
  59. margin-top: 10px !important;
  60. }
  61. .ui-card-r-title{
  62. font-size:20px;
  63. font-family:PingFangSC-Semibold,PingFang SC;
  64. font-weight:600;
  65. color:rgba(8,19,42,1);
  66. line-height:28px;
  67. /* position: absolute; */
  68. /* margin-top: 31px; */
  69. }
  70. .ui-card-r-content{
  71. font-size:20px;
  72. font-family:PingFangSC-Semibold,PingFang SC;
  73. font-weight:600;
  74. color:rgba(8,19,42,1);
  75. line-height:28px;
  76. position: absolute;
  77. margin-top: 31px;
  78. }
  79. .ui-card-content{
  80. font-size:13px;
  81. font-family:PingFangSC-Regular,PingFang SC;
  82. font-weight:400;
  83. color:rgba(152,160,179,1);
  84. line-height:20px;
  85. margin-right: 20px !important;
  86. /* margin-bottom: 20px !important; */
  87. margin-left: 20px !important;
  88. }
  89. .ui-mg{
  90. margin: 20px !important;
  91. }
  92. .weui-cells {
  93. margin-top: 0px !important;
  94. font-size: 14px !important;
  95. }
  96. .subject_score{
  97. font-size: 13px;
  98. border: 1px solid rgba(0,0,0,.1);
  99. padding: 6px 6px 6px 7px;
  100. background-color: lightyellow;
  101. }
  102. .std_no{
  103. border: 1px solid rgba(0,0,0,.1);
  104. width:36px;
  105. height:38px;
  106. vertical-align: middle;
  107. }
  108. .ui-warning{
  109. /*color: #856404;
  110. color: red;*/
  111. background-color: #E0E0E0;
  112. border-color: #ffeeba;
  113. }
  114. .ui-txt-warning{
  115. color: #d4003d;
  116. }
  117. .ui-tb-th{
  118. height: 35px;
  119. font-weight: bold;
  120. }
  121. .ui-tb-td{
  122. vertical-align: middle;
  123. font-size:13px !important;
  124. border-bottom: 1px solid rgba(0,0,0,.1);
  125. }
  126. .text-bold{
  127. font-weight: bold;
  128. }
  129. .ui-tabbar {
  130. display: inline-flex !important;
  131. position: fixed !important;
  132. bottom: 5px !important;
  133. width: 100% !important;
  134. }
  135. /*
  136. @media screen and (max-height: 360px) {
  137. .ui-tabbar{
  138. display: none;
  139. }
  140. }
  141. */
  142. /*
  143. .ui-secondary{
  144. color: #383d41;
  145. background-color: #e2e3e5;
  146. border-color: #d6d8db;
  147. }
  148. */
  149. /*央美 */
  150. .weui-btn_primary {
  151. background: linear-gradient(90deg,#d4003d 0%,#d4003d 100%) !important;
  152. }
  153. .weui-btn_default {
  154. color:#d4003d !important;
  155. }
  156. /* 蓝色色调 */
  157. /*
  158. .weui-btn_primary {
  159. background: linear-gradient(90deg,rgba(74,147,255,1) 0%,rgba(64,140,255,1) 100%) !important;
  160. }
  161. .weui-btn_default {
  162. color:rgba(64,140,255,1) !important;
  163. }
  164. */
  165. /* 绿色色调 */
  166. /*
  167. .weui-btn_primary {
  168. background: linear-gradient(90deg,rgba(48,190,184,1) 0%,rgba(48,190,184,1) 100%) !important;
  169. }
  170. .weui-btn_default {
  171. color:rgba(48,190,184,1) !important;
  172. }
  173. */
  174. /* 暗红色调 */
  175. /* .weui-btn_primary {
  176. background: linear-gradient(90deg,rgba(255,55,60,1) 0%,rgba(255,55,60,1) 100%) !important;
  177. }
  178. .weui-btn_default {
  179. color:rgba(255,55,60,1) !important;
  180. } */
  181. .weui-media-box__title{
  182. font-size: 17px !important;
  183. }
  184. .weui-media-box__desc{
  185. font-size: 13px !important;
  186. }
  187. .ml-20{
  188. margin-left:20px !important;
  189. }
  190. .mr-20{
  191. margin-right:20px !important;
  192. }
  193. .mt-20{
  194. margin-right:20px !important;
  195. }
  196. .mb-20{
  197. margin-buttom:20px !important;
  198. }