confirm.scss 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  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/bg.png);
  11. background-size: 100% 100%;
  12. background-attachment: fixed;
  13. background-repeat: no-repeat;
  14. .messageCard {
  15. position: absolute;
  16. top: 231rpx;
  17. left: 36rpx;
  18. width: 678rpx;
  19. height: 680rpx;
  20. background: #fff;
  21. border-radius: 14rpx;
  22. box-sizing: border-box;
  23. z-index: 4;
  24. .detail {
  25. display: flex;
  26. flex-direction: column;
  27. justify-content: space-between;
  28. width: 578rpx;
  29. height: 300rpx;
  30. margin-top: 50rpx;
  31. margin-left: 50rpx;
  32. .head {
  33. display: flex;
  34. justify-content: flex-start;
  35. view {
  36. width: 8rpx;
  37. height: 30rpx;
  38. background: #6eaff0;
  39. margin-top: 12rpx;
  40. margin-right: 19rpx;
  41. }
  42. text {
  43. font-size: 32rpx;
  44. font-weight: bold;
  45. color: #333333;
  46. line-height: 54rpx;
  47. }
  48. }
  49. .mes {
  50. font-size: 28rpx;
  51. line-height: 54rpx;
  52. }
  53. }
  54. .confirm {
  55. width: 322rpx;
  56. height: 80rpx;
  57. background: #6eaff0;
  58. border-radius: 10rpx;
  59. margin: 0 auto;
  60. font-size: 28rpx;
  61. color: #ffffff;
  62. line-height: 80rpx;
  63. text-align: center;
  64. margin-top: 100rpx;
  65. }
  66. .footer {
  67. display: block;
  68. width: 578rpx;
  69. height: 63rpx;
  70. margin: 0 auto;
  71. margin-top: 38rpx;
  72. font-size: 24rpx;
  73. color: #b3b3b3;
  74. line-height: 40rpx;
  75. }
  76. }
  77. .messageBg1 {
  78. position: absolute;
  79. top: 245rpx;
  80. left: 51rpx;
  81. width: 648rpx;
  82. height: 680rpx;
  83. background: #ffffff;
  84. opacity: 0.7;
  85. border-radius: 14rpx;
  86. z-index: 3;
  87. }
  88. .messageBg2 {
  89. position: absolute;
  90. top: 258rpx;
  91. left: 58rpx;
  92. width: 634rpx;
  93. height: 680rpx;
  94. background: #ffffff;
  95. opacity: 0.5;
  96. border-radius: 14rpx;
  97. z-index: 2;
  98. }
  99. }