confirm.scss 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153
  1. page {
  2. height: 100%;
  3. }
  4. .content {
  5. position: relative;
  6. width: 100%;
  7. height: 100%;
  8. font-family: "MicrosoftYaHei";
  9. font-weight: 400;
  10. background-image: url(../../static/images/背景.png);
  11. background-size:100% 100%;
  12. background-attachment: fixed;
  13. background-repeat:no-repeat
  14. .status_bar {
  15. position: fixed;
  16. top: 0;
  17. height: var(--status-bar-height);
  18. width: 100%;
  19. background: #f8f8f8;
  20. z-index: 1000;
  21. }
  22. .navBar{
  23. position: fixed;
  24. top: 0;
  25. left: 0;
  26. width: 750rpx;
  27. height: 55rpx;
  28. margin-top: 34rpx;
  29. color: #fff;
  30. font-weight: bold;
  31. background-color: rbga(0,0,0,0.1);
  32. text-align: center;
  33. line-height: 55rpx;
  34. .back{
  35. display: inline-block;
  36. position: absolute;
  37. top: 16rpx;
  38. left:30rpx ;
  39. width: 10px;
  40. height: 10px;
  41. border: none;
  42. border-bottom: 4rpx solid #fff;
  43. border-left: 4rpx solid #fff;
  44. transform: rotate(45deg);
  45. text-align: center;
  46. }
  47. }
  48. // .bgImg {
  49. // position: absolute;
  50. // left: 0;
  51. // top: 0;
  52. // z-index: 1000;
  53. // width: 100%;
  54. // height: 100%;
  55. // }
  56. .messageCard {
  57. position: absolute;
  58. top: 330rpx;
  59. left: 36rpx;
  60. width: 678rpx;
  61. height: 680rpx;
  62. background: #fff;
  63. border-radius: 14rpx;
  64. box-sizing: border-box;
  65. .detail {
  66. display: flex;
  67. flex-direction: column;
  68. justify-content: space-between;
  69. width: 578rpx;
  70. height: 300rpx;
  71. margin-top: 50rpx;
  72. margin-left: 50rpx;
  73. .head {
  74. display: flex;
  75. justify-content: flex-start;
  76. view {
  77. width: 8rpx;
  78. height: 30rpx;
  79. background: #6EAFF0;
  80. margin-top: 12rpx;
  81. margin-right: 19rpx;
  82. }
  83. text {
  84. font-size: 32rpx;
  85. font-weight: bold;
  86. color: #333333;
  87. line-height: 54rpx;
  88. }
  89. }
  90. .mes {
  91. font-size: 28rpx;
  92. line-height: 54rpx;
  93. }
  94. }
  95. .confirm {
  96. width: 322rpx;
  97. height: 80rpx;
  98. background: #6EAFF0;
  99. border-radius: 10rpx;
  100. margin: 0 auto;
  101. font-size: 28rpx;
  102. color: #FFFFFF;
  103. line-height: 80rpx;
  104. text-align: center;
  105. margin-top: 100rpx;
  106. }
  107. .footer {
  108. display: block;
  109. width: 578rpx;
  110. height: 63rpx;
  111. margin: 0 auto;
  112. margin-top: 38rpx;
  113. font-size: 24rpx;
  114. color: #B3B3B3;
  115. line-height: 40rpx;
  116. }
  117. }
  118. .messageBg1 {
  119. position: absolute;
  120. top: 344rpx;
  121. left: 51rpx;
  122. width: 648rpx;
  123. height: 680rpx;
  124. background: #FFFFFF;
  125. opacity: 0.7;
  126. border-radius: 14rpx;
  127. }
  128. .messageBg2 {
  129. position: absolute;
  130. top: 357rpx;
  131. left: 58rpx;
  132. width: 634rpx;
  133. height: 680rpx;
  134. background: #FFFFFF;
  135. opacity: 0.5;
  136. border-radius: 14rpx;
  137. }
  138. }