list.scss 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  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. width: 520rpx;
  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. }
  26. /* 右上 */
  27. .r-t-state {
  28. position: absolute;
  29. width: 112rpx;
  30. height: 48rpx;
  31. border-radius: 8rpx;
  32. text-align: center;
  33. line-height: 48rpx;
  34. font-size: 24rpx;
  35. font-family: PingFang SC-Regular, PingFang SC;
  36. color: #FFFFFF;
  37. top: 0rpx;
  38. right: 20rpx;
  39. }
  40. .fff {
  41. font-size: 24rpx;
  42. font-family: PingFang SC-Regular, PingFang SC;
  43. color: #666666;
  44. background: #FFFFFF;
  45. border-radius: 8rpx;
  46. border: 1px solid #CCCCCC;
  47. box-sizing: border-box;
  48. }
  49. /* 右下 */
  50. .r-b-state {
  51. position: absolute;
  52. width: 112rpx;
  53. height: 48rpx;
  54. line-height: 44rpx;
  55. text-align: center;
  56. background: #FFFFFF;
  57. border-radius: 8rpx;
  58. border: 1px solid #CCCCCC;
  59. box-sizing: border-box;
  60. font-size: 24rpx;
  61. font-family: PingFang SC-Regular, PingFang SC;
  62. color: #666666;
  63. right: 20rpx;
  64. bottom: 20rpx;
  65. }
  66. }