ui.css 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146
  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-txt{
  14. font-size:13px;
  15. font-family:PingFangSC-Regular,PingFang SC;
  16. font-weight:400;
  17. color:rgba(152,160,179,1);
  18. line-height:20px;
  19. }
  20. .ui-title{
  21. font-size:13px;
  22. font-family:PingFangSC-Regular,PingFang SC;
  23. font-weight:400;
  24. color:rgba(152,160,179,1);
  25. line-height:20px;
  26. margin-top: 20px !important;
  27. padding-top: 10px;
  28. }
  29. .ui-big-title{
  30. height:28px;
  31. font-size:20px;
  32. font-family:PingFangSC-Medium,PingFang SC;
  33. font-weight:500;
  34. color:rgba(8,19,42,1);
  35. line-height:28px;
  36. }
  37. .ui-card{
  38. background:rgba(255,255,255,1);
  39. border-radius:10px;
  40. /* margin: 20px 20px 20px 20px !important; */
  41. margin-top: 10px !important;
  42. }
  43. .ui-card-r-title{
  44. font-size:20px;
  45. font-family:PingFangSC-Semibold,PingFang SC;
  46. font-weight:600;
  47. color:rgba(8,19,42,1);
  48. line-height:28px;
  49. /* position: absolute; */
  50. /* margin-top: 31px; */
  51. }
  52. .ui-card-r-content{
  53. font-size:20px;
  54. font-family:PingFangSC-Semibold,PingFang SC;
  55. font-weight:600;
  56. color:rgba(8,19,42,1);
  57. line-height:28px;
  58. position: absolute;
  59. margin-top: 31px;
  60. }
  61. .ui-card-content{
  62. font-size:13px;
  63. font-family:PingFangSC-Regular,PingFang SC;
  64. font-weight:400;
  65. color:rgba(152,160,179,1);
  66. line-height:20px;
  67. margin-right: 20px !important;
  68. /* margin-bottom: 20px !important; */
  69. margin-left: 20px !important;
  70. }
  71. .ui-mg{
  72. margin: 20px !important;
  73. }
  74. /*央美 */
  75. .weui-btn_primary {
  76. background: linear-gradient(90deg,#d4003d 0%,#d4003d 100%) !important;
  77. }
  78. .weui-btn_default {
  79. color:#d4003d !important;
  80. }
  81. /* 蓝色色调 */
  82. /*
  83. .weui-btn_primary {
  84. background: linear-gradient(90deg,rgba(74,147,255,1) 0%,rgba(64,140,255,1) 100%) !important;
  85. }
  86. .weui-btn_default {
  87. color:rgba(64,140,255,1) !important;
  88. }
  89. */
  90. /* 绿色色调 */
  91. /*
  92. .weui-btn_primary {
  93. background: linear-gradient(90deg,rgba(48,190,184,1) 0%,rgba(48,190,184,1) 100%) !important;
  94. }
  95. .weui-btn_default {
  96. color:rgba(48,190,184,1) !important;
  97. }
  98. */
  99. /* 暗红色调 */
  100. /* .weui-btn_primary {
  101. background: linear-gradient(90deg,rgba(255,55,60,1) 0%,rgba(255,55,60,1) 100%) !important;
  102. }
  103. .weui-btn_default {
  104. color:rgba(255,55,60,1) !important;
  105. } */
  106. .weui-media-box__title{
  107. font-size: 17px !important;
  108. }
  109. .weui-media-box__desc{
  110. font-size: 13px !important;
  111. }
  112. .ml-20{
  113. margin-left:20px !important;
  114. }
  115. .mr-20{
  116. margin-right:20px !important;
  117. }
  118. .mt-20{
  119. margin-right:20px !important;
  120. }
  121. .mb-20{
  122. margin-buttom:20px !important;
  123. }