down.scss 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. page {
  2. background-color: #161616;
  3. width: 100%;
  4. height: 100%;
  5. }
  6. .page {
  7. width: 100%;
  8. height: 100%;
  9. }
  10. .header {
  11. display: flex;
  12. flex-direction: row;
  13. justify-content: flex-start;
  14. align-items: center;
  15. width: 750rpx;height: 120rpx;
  16. padding-top: calc(var(--status-bar-height) + 0rpx);
  17. .left {
  18. display: flex;flex-direction: row;width:100rpx;height:60rpx;
  19. justify-content: center;
  20. padding-left:50rpx;
  21. image {
  22. width:36rpx;height:36rpx;
  23. }
  24. }
  25. }
  26. .thread {
  27. height: 20rpx;
  28. }
  29. .thread2 {
  30. height: 60rpx;
  31. }
  32. .tbody {
  33. display: flex;flex-direction: column;justify-content: center;align-items: center;
  34. image {
  35. width:152rpx;height:152rpx;
  36. }
  37. .tips {
  38. font-weight: 400;margin-top:76rpx;
  39. font-size: 24rpx;
  40. color: #D0D0D0;
  41. }
  42. .btn_submit {
  43. width: 660rpx;height: 96rpx;margin-top:288rpx;
  44. background: linear-gradient( 142deg, #FF5967 0%, #FF2A95 100%);
  45. border-radius: 28rpx 28rpx 28rpx 28rpx;
  46. display: flex;flex-direction: column;justify-content: center;align-items: center;
  47. font-weight: bold;
  48. font-size: 32rpx;
  49. color: #FFFFFF;
  50. }
  51. }
  52. .blankHeight {
  53. width:750rpx;height:180rpx;
  54. }
  55. .pop_mask {
  56. position: fixed;
  57. top: 0;
  58. left: 0;
  59. width: 100vw;
  60. height: 100vh;
  61. background-color: rgba(0, 0, 0, 0.5);
  62. }
  63. .body {
  64. width: 100%;
  65. height: 100%;
  66. display: flex;
  67. flex-direction: column;
  68. justify-content: flex-start;
  69. align-items: flex-end;
  70. }
  71. .clickT {
  72. width: 300rpx;
  73. height: 100rpx;
  74. z-index: 9999;
  75. margin-top: 0rpx;
  76. margin-right: 20rpx;
  77. }