index.scss 982 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. ::v-deep .u-loading-page{
  2. position: relative!important;
  3. z-index: 999999999!important;
  4. // background: red;
  5. }
  6. ::v-deep .u-loading-page__warpper__loading-icon__img{
  7. width: 150rpx!important;
  8. height: 150rpx!important;
  9. }
  10. .page{
  11. min-height:100vh;
  12. background: #F1F1F1;
  13. }
  14. .content{
  15. // background: #F1F1F1;
  16. // min-height: calc(100vh - 200rpx);
  17. padding: 0 32rpx;
  18. padding-top: 24rpx;
  19. padding-bottom: 24rpx;
  20. .item{
  21. height: 432rpx;
  22. background: #FFFFFF;
  23. border-radius: 0rpx 24rpx 0rpx 24rpx;
  24. // margin-top: 24rpx;
  25. padding: 0 24rpx;
  26. display: flex;
  27. flex-direction: column;
  28. justify-content: space-around;
  29. margin-bottom: 24rpx;
  30. .line{
  31. display: flex;
  32. justify-content:space-between;
  33. .left{
  34. font-size: 28rpx;
  35. font-family: PingFang-SC-Medium, PingFang-SC;
  36. font-weight: 500;
  37. color: #666666;
  38. }
  39. .right{
  40. font-size: 32rpx;
  41. font-family: PingFang-SC-Medium, PingFang-SC;
  42. font-weight: 500;
  43. color: #333333;
  44. }
  45. }
  46. }
  47. }