index.scss 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111
  1. ::v-deep .u-line{
  2. width: 56rpx!important;
  3. }
  4. ::v-deep .u-loading-page{
  5. position: relative!important;
  6. z-index: 999999999!important;
  7. // background: red;
  8. }
  9. ::v-deep .u-loading-page__warpper__loading-icon__img{
  10. width: 150rpx!important;
  11. height: 150rpx!important;
  12. }
  13. .page{
  14. padding-bottom: 54rpx;
  15. background: #F1F1F1;
  16. min-height: calc(100vh - 56rpx);
  17. overflow-x: hidden;
  18. }
  19. .con{
  20. width:100%;
  21. display: flex;
  22. flex-direction: column;
  23. padding: 24rpx 32rpx;
  24. padding-left: 28rpx;
  25. .item{
  26. width:calc(100% - 64rpx);
  27. background: #FFFFFF;
  28. border-radius: 48rpx;
  29. border: 4rpx solid #333;
  30. margin-right: 16rpx;
  31. margin-bottom: 24rpx;
  32. padding-bottom: 40rpx;
  33. display: flex;
  34. flex-direction: column;
  35. .topBox{
  36. position: relative;
  37. padding: 0 32rpx;
  38. padding-top: 20rpx;
  39. image{
  40. width: 100%;
  41. height: 292rpx;
  42. border-radius: 40rpx 40rpx 0 0;
  43. }
  44. .cutDown{
  45. position: absolute;
  46. top: 0;
  47. left: 0;
  48. width: 100%;
  49. z-index: 1;
  50. display: flex;
  51. justify-content: center;
  52. .item2{
  53. width: 48rpx;
  54. height: 48rpx;
  55. background: rgba(0, 0, 0, .69);
  56. border-radius: 4rpx;
  57. margin-top: 24rpx;
  58. font-size: 24rpx;
  59. font-family: PingFangSC-Regular, PingFang SC;
  60. font-weight: 400;
  61. color: #FFFFFF;
  62. display: flex;
  63. justify-content: center;
  64. align-items: center;
  65. }
  66. .item_d{
  67. width: 12rpx;
  68. height: 40rpx;
  69. font-size: 28rpx;
  70. font-family: PingFangSC-Regular, PingFang SC;
  71. font-weight: 400;
  72. color: #000000;
  73. margin: 0 10rpx;
  74. background:none;
  75. }
  76. }
  77. }
  78. .bottom{
  79. display: flex;
  80. flex-direction: column;
  81. padding: 0 64rpx;
  82. // height: 76rpx;
  83. .txt{
  84. width: 100%;
  85. overflow: hidden;
  86. text-overflow: ellipsis;
  87. white-space: nowrap;
  88. margin-top: 20rpx;
  89. font-weight: 600;
  90. }
  91. .txt1{
  92. margin-top: 20rpx;
  93. display: flex;
  94. justify-content: space-between;
  95. font-weight: 300;
  96. .l{
  97. // color:red;
  98. // text-align: justify;
  99. }
  100. }
  101. }
  102. }
  103. }