list.scss 1.9 KB

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