confirm.scss 2.5 KB

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