index.scss 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. .clue_box {
  2. position: relative;
  3. width: 100vw;
  4. background: #FFFFFF;
  5. box-sizing: border-box;
  6. padding: 20rpx 30rpx;
  7. margin-bottom: 20rpx;
  8. >view {
  9. margin-top: 20rpx;
  10. font-size: 24rpx;
  11. font-family: PingFang SC-Regular, PingFang SC;
  12. color: #333333;
  13. }
  14. .title {
  15. display: flex;
  16. height: 40rpx;
  17. font-size: 28rpx;
  18. font-family: PingFang SC-Bold, PingFang SC;
  19. font-weight: bold;
  20. color: #333333;
  21. margin-top: 0;
  22. .line-1 {
  23. width: 400rpx;
  24. }
  25. text {
  26. line-height: 44rpx;
  27. width: 130rpx;
  28. display: block;
  29. font-size: 20rpx;
  30. text-align: center;
  31. font-weight: 400;
  32. color: #3131FA;
  33. }
  34. }
  35. /* 右上 */
  36. .r-t-state {
  37. position: absolute;
  38. width: 112rpx;
  39. height: 48rpx;
  40. border-radius: 8rpx;
  41. text-align: center;
  42. line-height: 48rpx;
  43. font-size: 24rpx;
  44. font-family: PingFang SC-Regular, PingFang SC;
  45. color: #FFFFFF;
  46. top: 0rpx;
  47. right: 20rpx;
  48. }
  49. .fff {
  50. font-size: 24rpx;
  51. font-family: PingFang SC-Regular, PingFang SC;
  52. color: #666666;
  53. background: #FFFFFF;
  54. border-radius: 8rpx;
  55. border: 1px solid #CCCCCC;
  56. box-sizing: border-box;
  57. }
  58. /* 右下 */
  59. .r-b-state {
  60. position: absolute;
  61. width: 112rpx;
  62. height: 48rpx;
  63. line-height: 44rpx;
  64. text-align: center;
  65. background: #FFFFFF;
  66. border-radius: 8rpx;
  67. border: 1px solid #CCCCCC;
  68. box-sizing: border-box;
  69. font-size: 24rpx;
  70. font-family: PingFang SC-Regular, PingFang SC;
  71. color: #666666;
  72. }
  73. }