index.scss 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  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. background: #F1F1F1;
  12. min-height: 100vh;
  13. }
  14. .content{
  15. background: #F1F1F1;
  16. min-height: 100vh;
  17. padding: 0 32rpx;
  18. padding-top: 24rpx;
  19. padding-bottom: 24rpx;
  20. .item{
  21. background: #FFFFFF;
  22. border-radius: 0rpx 24rpx 0rpx 24rpx;
  23. padding: 8rpx 24rpx;
  24. padding-top: 10px;
  25. padding-bottom: 15px;
  26. display: flex;
  27. flex-direction: column;
  28. justify-content: space-around;
  29. margin-bottom: 24rpx;
  30. .t1{
  31. justify-content:center!important;
  32. font-size: 34rpx;
  33. font-weight: bold;
  34. text{
  35. color: #F7790C;
  36. }
  37. }
  38. .line{
  39. display: flex;
  40. justify-content:space-between;
  41. margin-bottom:16rpx ;
  42. .left{
  43. font-size: 28rpx;
  44. font-family: PingFang-SC-Medium, PingFang-SC;
  45. font-weight: 300;
  46. color: #666666;
  47. display: flex;
  48. align-items: center;
  49. }
  50. .right{
  51. font-size: 32rpx;
  52. font-family: PingFang-SC-Medium, PingFang-SC;
  53. font-weight:300;
  54. color: #333333;
  55. }
  56. }
  57. .line:last-child{
  58. margin-bottom: 0;
  59. }
  60. }
  61. }