list.scss 1.9 KB

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