index.scss 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. ::v-deep button::after{
  2. border: none!important;
  3. }
  4. ::v-deep .u-loading-page{
  5. position: relative!important;
  6. z-index: 99999999999999999999999!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: 160rpx;
  15. }
  16. .content{
  17. padding: 48rpx 32rpx 0 32rpx;
  18. .title{
  19. font-size: 40rpx;
  20. font-family: PingFang-SC-Bold, PingFang-SC;
  21. font-weight: bold;
  22. color: #333333;
  23. margin-bottom: 50rpx;
  24. }
  25. .p{
  26. font-size: 30rpx;
  27. font-family: PingFang-SC-Bold, PingFang-SC;
  28. // font-weight: bold;
  29. color: #333333;
  30. line-height: 50rpx;
  31. // text-indent: 2rem;
  32. margin-bottom: 50rpx;
  33. }
  34. image{
  35. width: 686rpx;
  36. height: 686rpx;
  37. border-radius: 0 40rpx 0 40rpx;
  38. }
  39. }
  40. .btnBox{
  41. height: 160rpx;
  42. background: #FFFFFF;
  43. box-shadow: 0rpx 0rpx 8rpx 0rpx rgba(0,0,0,0.16);
  44. position: fixed;
  45. bottom: 0;
  46. width: calc(100% - 64rpx);
  47. display: flex;
  48. align-items: center;
  49. justify-content: space-between;
  50. padding: 0 32rpx;
  51. .rBtn{
  52. width: 100%;
  53. height: 96rpx;
  54. background: #333333;
  55. border-radius: 4rpx;
  56. border: 2rpx solid #333333;
  57. display: flex;
  58. justify-content: center;
  59. align-items: center;
  60. font-size: 32rpx;
  61. font-family: PingFang-SC-Medium, PingFang-SC;
  62. font-weight: 500;
  63. color: #FFFFFF;
  64. }
  65. }