examine.wxss 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115
  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: 60rpx;
  54. border-radius: 10rpx;
  55. border: 2rpx solid #028AFD;
  56. text-align: center;
  57. line-height: 56rpx;
  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. margin-bottom: 30rpx;
  69. border-bottom: 2rpx solid #ddd;
  70. padding-bottom: 30rpx;
  71. }
  72. .box2 .line2 view:first-child {
  73. color: #BDC2C8;
  74. }
  75. .box2 .line2>view:last-child {
  76. color: #6C6C6C;
  77. }
  78. .primary {
  79. width: 590rpx;
  80. height: 96rpx;
  81. line-height: 96rpx;
  82. background: linear-gradient(270deg, #0089FD 0%, #43A9FF 100%);
  83. border-radius: 20rpx;
  84. font-size: 34rpx;
  85. font-family: PingFangSC-Medium, PingFang SC;
  86. font-weight: 500;
  87. color: #FFFFFF;
  88. text-align: center;
  89. margin: 20rpx auto;
  90. margin-top: 50rpx;
  91. }
  92. .box2 {
  93. margin-bottom: 30rpx;
  94. }
  95. .box-title {
  96. width: 240rpx;
  97. color: #BDC2C8;
  98. }
  99. .text {
  100. color: #6C6C6C;
  101. }