examine.wxss 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138
  1. .card {
  2. width: 694rpx;
  3. background: #FFFFFF;
  4. border-radius: 12rpx;
  5. margin: 32rpx auto;
  6. padding: 32rpx 24rpx 16rpx 24rpx;
  7. }
  8. .line {
  9. display: flex;
  10. align-items: center;
  11. margin-bottom: 24rpx;
  12. }
  13. .title {
  14. width: 180rpx;
  15. font-size: 30rpx;
  16. font-family: PingFangSC-Regular, PingFang SC;
  17. font-weight: 400;
  18. color: #BDC2C8;
  19. margin-right: 40rpx;
  20. }
  21. .content {
  22. font-size: 30rpx;
  23. font-family: PingFangSC-Regular, PingFang SC;
  24. font-weight: 400;
  25. color: #6C6C6C;
  26. flex: 1;
  27. }
  28. .title-1 {
  29. height: 27rpx;
  30. line-height: 27rpx;
  31. font-size: 30rpx;
  32. font-family: PingFangSC-Regular, PingFang SC;
  33. font-weight: 400;
  34. color: #239AFE;
  35. padding-left: 18rpx;
  36. border-left: 4rpx solid #0089FD;
  37. margin-bottom: 30rpx;
  38. }
  39. .acc>view {
  40. width: 330rpx;
  41. height: 86rpx;
  42. background: linear-gradient(270deg, #0089FD 0%, #43A9FF 100%);
  43. border-radius: 20rpx;
  44. text-align: center;
  45. line-height: 86rpx;
  46. font-size: 34rpx;
  47. font-family: PingFangSC-Medium, PingFang SC;
  48. font-weight: 500;
  49. color: #FFFFFF;
  50. }
  51. .tabsview {
  52. width: 200rpx;
  53. height: 80rpx;
  54. border-radius: 20rpx;
  55. border: 2rpx solid #028AFD;
  56. text-align: center;
  57. line-height: 80rpx;
  58. font-size: 28rpx;
  59. font-family: PingFangSC-Medium, PingFang SC;
  60. font-weight: 500;
  61. color: #0089FD;
  62. }
  63. .current-btn {
  64. color: #FFFFFF;
  65. background: #0089FD;
  66. }
  67. .line2 {
  68. border-bottom: 2rpx solid #ddd;
  69. }
  70. .box2 .line2 view:first-child {
  71. color: #BDC2C8;
  72. }
  73. .box2 .line2>view:last-child {
  74. color: #6C6C6C;
  75. }
  76. .primary {
  77. width: 590rpx;
  78. height: 96rpx;
  79. line-height: 96rpx;
  80. background: linear-gradient(270deg, #0089FD 0%, #43A9FF 100%);
  81. border-radius: 20rpx;
  82. font-size: 34rpx;
  83. font-family: PingFangSC-Medium, PingFang SC;
  84. font-weight: 500;
  85. color: #FFFFFF;
  86. text-align: center;
  87. margin: 20rpx auto;
  88. margin-top: 50rpx;
  89. }
  90. .box2 {
  91. margin-bottom: 30rpx;
  92. }
  93. .box-title {
  94. width: 240rpx;
  95. color: #BDC2C8;
  96. }
  97. .text {
  98. color: #6C6C6C;
  99. }
  100. .tab-title {
  101. line-height: 84rpx;
  102. width: 200rpx;
  103. }
  104. .tab-ipt {
  105. height: 84rpx;
  106. line-height: 84rpx;
  107. }
  108. .add-one {
  109. color: #0089FD;
  110. text-align: center;
  111. }
  112. .delete-one {
  113. color: #0089FD;
  114. font-size: 28rpx;
  115. }
  116. .tab4 {
  117. padding-bottom: 40rpx;
  118. margin-bottom: 10rpx;
  119. }