金诚优选前端代码
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

158 lines
2.5 KiB

  1. .sign_head {
  2. display: flex;
  3. flex-direction: row;
  4. background: #CDA76E;
  5. padding: 30rpx;
  6. height: 530rpx;
  7. border-radius: 0 0 20px 20px;
  8. }
  9. .sign_message {
  10. display: flex;
  11. flex-direction: column;
  12. margin-left: 24rpx
  13. }
  14. .user_picture {
  15. width: 100rpx;
  16. height: 100rpx;
  17. border-radius: 50%;
  18. background: #ccc;
  19. }
  20. .user_message {
  21. display: flex;
  22. justify-content: space-between
  23. }
  24. .user_name {
  25. font-size: 34rpx;
  26. color: #111111;
  27. font-weight: 700;
  28. }
  29. .activity_rule {
  30. display: flex;
  31. align-items: center;
  32. justify-content: center;
  33. color: white;
  34. margin-left: 300rpx;
  35. width: 120rpx;
  36. height: 40rpx;
  37. border-radius: 20rpx;
  38. background: #BA9764;
  39. }
  40. .fs_12 {
  41. font-size: 24rpx
  42. }
  43. .fs_10 {
  44. font-size: 20rpx;
  45. }
  46. .back {
  47. color: #ffffff;
  48. height: 34rpx;
  49. position: absolute;
  50. font-size: 28rpx;
  51. top: 80px;
  52. left: 20px;
  53. }
  54. .sign_data {
  55. width: 92%;
  56. height: 790rpx;
  57. background: #ffffff;
  58. margin-left: 4%;
  59. margin-top: -280rpx;
  60. border-radius: 8rpx
  61. }
  62. /* ============ */
  63. .title {
  64. display: flex;
  65. padding: 0 36rpx;
  66. flex-direction: row;
  67. background: #E6D3B6;
  68. height: 80rpx;
  69. align-items: center
  70. }
  71. .sign_time {
  72. width: 50%;
  73. }
  74. .signData_box {
  75. display: flex;
  76. flex-direction: column
  77. }
  78. .signData_message {
  79. display: flex;
  80. margin: 0 36rpx;
  81. flex-direction: row;
  82. background: #ffffff;
  83. height: 80rpx;
  84. align-items: center;
  85. border-bottom: #EEEEEE solid 1px;
  86. font-size: 24rpx
  87. }
  88. .user_picture {
  89. width: 100rpx;
  90. height: 100rpx;
  91. border-radius: 50%;
  92. /* background: #ccc; */
  93. }
  94. .user_picture image {
  95. width: 100rpx;
  96. height: 100rpx;
  97. border-radius: 50%;
  98. }
  99. .mask_form {
  100. position: absolute;
  101. top: 0;
  102. left: 0;
  103. width: 100%;
  104. height: 100%;
  105. background-color: rgba(1, 1, 1, 0.6);
  106. }
  107. .mask {
  108. width:86%;
  109. position: absolute;
  110. top: 0;
  111. left: 0;
  112. right: 0;
  113. bottom: 0;
  114. margin: auto;
  115. z-index: 999999999999;
  116. background-color: #fff;
  117. font-size: 14px;
  118. }
  119. .rule_box{
  120. width: 92%;
  121. border-radius: 5px;
  122. height: 800rpx;
  123. background: #ffffff;
  124. margin: auto;
  125. margin-top: 61px;
  126. position: relative;
  127. }
  128. .close_rule{
  129. position: absolute;
  130. top: 115%;
  131. left: 46%;
  132. border-radius: 50%;
  133. background: #ccc;
  134. width: 30px;
  135. height: 30px;
  136. display: flex;
  137. justify-content: center;
  138. align-items: center;
  139. }