recordInfo.css 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264
  1. #record_info {
  2. }
  3. #record_info .header {
  4. position: fixed;
  5. top: 0;
  6. left: 0;
  7. right: 0;
  8. width: 100%;
  9. height: .4rem;
  10. line-height: .4rem;
  11. text-align: center;
  12. background: transparent;
  13. z-index: 11;
  14. }
  15. .header .left {
  16. position: absolute;
  17. top: 50%;
  18. transform: translate(0, -55%);
  19. left: .12rem;
  20. width: .19rem;
  21. height: .19rem;
  22. vertical-align: middle;
  23. }
  24. .header .set{
  25. position: absolute;
  26. right: .14rem;
  27. top: 50%;
  28. transform: translate(0, -55%);
  29. width: .19rem;
  30. height: .19rem;
  31. vertical-align: middle;
  32. }
  33. .header div {
  34. font-size: .16rem;
  35. color: #fff;
  36. }
  37. .back_card {
  38. height: 1.82rem;
  39. background:linear-gradient(90deg,rgba(255,160,116,1) 0%,rgba(255,159,116,1) 0%,rgba(241,54,115,1) 100%);
  40. position: fixed;
  41. top: 0;
  42. left: 0;
  43. right: 0;
  44. z-index: 10;
  45. }
  46. .card {
  47. width: 3.6rem;
  48. height: 1.82rem;
  49. }
  50. .inset {
  51. width: 3.31rem;
  52. height: 1.51rem;
  53. margin: 0 auto;
  54. background:rgba(255,255,255,1);
  55. box-shadow: 0px 1px 8px 0px rgba(234,94,94,0.5);
  56. border-radius: .12rem;
  57. opacity:0.95;
  58. position: fixed;
  59. left: 50%;
  60. transform: translate(-50%, 0);
  61. top: .52rem;
  62. z-index: 11;
  63. }
  64. .inset .official {
  65. color: #EA5E5E;
  66. font-size: .14rem;
  67. margin-top: .2rem;
  68. margin-left: .28rem;
  69. font-weight:bold;
  70. }
  71. .inset .down {
  72. height: .67rem;
  73. margin-top: .2rem;
  74. display: flex;
  75. justify-content: space-around;
  76. }
  77. .inset .down .line {
  78. height: .43rem;
  79. border: .01rem #EA5E5E dashed;
  80. display: inline-block;
  81. margin-top: .13rem;
  82. opacity:0.3;
  83. }
  84. .inset .down .black {
  85. color: #513D3D;
  86. width: 1.65rem;
  87. font-weight:bold;
  88. display: inline-block;
  89. text-align: center;
  90. }
  91. .inset .down .black .now {
  92. font-size: .14rem;
  93. }
  94. .inset .down .black .now .num {
  95. font-size: .31rem;
  96. }
  97. .inset .down .black .day {
  98. font-size: .14rem;
  99. }
  100. .inset .down .black .present {
  101. font-size: .12rem;
  102. }
  103. .inset .down .red {
  104. width: 1.65rem;
  105. color: #EA5E5E;
  106. font-weight:bold;
  107. display: inline-block;
  108. text-align: center;
  109. }
  110. .inset .down .red .now {
  111. font-size: .14rem;
  112. }
  113. .inset .down .red .now .num {
  114. font-size: .31rem;
  115. }
  116. .inset .down .red .present {
  117. font-size: .12rem;
  118. }
  119. .detial {
  120. padding-top: .45rem;
  121. background: #fff;
  122. }
  123. .info {
  124. width: 3.11rem;
  125. margin: 0 auto;
  126. height: .46rem;
  127. padding-top: .14rem;
  128. padding-bottom: .09rem;
  129. background: rgba(255,255,255,1);
  130. position: relative;
  131. border-bottom: 0.01rem #F2F2F2 solid;
  132. }
  133. .info .title {
  134. font-size: .14rem;
  135. font-weight: bold;
  136. color: #424242;
  137. }
  138. .info .time {
  139. margin-top: .05rem;
  140. color: #7F7F7F;
  141. font-size: .12rem;
  142. font-weight:400;
  143. }
  144. .info .status {
  145. position: absolute;
  146. right: 0;
  147. top: 50%;
  148. transform: translate(0, -55%);
  149. vertical-align: middle;
  150. font-size: .12rem;
  151. }
  152. .info .status text {
  153. vertical-align: middle;
  154. color: #D6D6D6;
  155. }
  156. .info .status .arrow_text {
  157. color: #F5A623;
  158. }
  159. .info .status .arrow {
  160. vertical-align: text-top;
  161. width: .19rem;
  162. height: .19rem;
  163. }
  164. .info .status .reissue {
  165. display: inline-block;
  166. width: .53rem;
  167. height: .23rem;
  168. line-height: .23rem;
  169. text-align: center;
  170. background: #FFB473;
  171. border-radius: .12rem;
  172. color: #fff;
  173. }
  174. .alert_mask .mask_pop {
  175. position: fixed;
  176. top: 0;
  177. left: 0;
  178. right: 0;
  179. bottom: 0;
  180. background: #000;
  181. opacity: 0.5;
  182. filter: alpha(opacity=50);
  183. z-index: 100;
  184. }
  185. .alert_mask .mask_warp {
  186. width: 2.4rem;
  187. height: 2.55rem;
  188. background: #fff;
  189. position: fixed;
  190. top: 50%;
  191. left: 50%;
  192. border-radius: 0.24rem;
  193. transform: translate(-50%,-50%);
  194. z-index: 101;
  195. }
  196. .alert_mask .mask_warp .wrong {
  197. position: absolute;
  198. width: 2.42rem;
  199. height: 0.67rem;
  200. top: -.13rem;
  201. }
  202. .alert_mask .alert_tit {
  203. text-align: center;
  204. color: #513D3D;
  205. font-weight:bold;
  206. font-size: .14rem;
  207. margin-top: .61rem;
  208. }
  209. .alert_mask .alert_info {
  210. font-size: .12rem;
  211. width: 1.92rem;
  212. color: #424242;
  213. margin: 0 auto;
  214. margin-top: .13rem;
  215. line-height: .21rem;
  216. }
  217. .alert_mask .alert_info .warn {
  218. color: #EA5E5E;
  219. }
  220. .btn_rei {
  221. width: 1.92rem;
  222. text-align: center;
  223. height: .36rem;
  224. line-height: .36rem;
  225. color: #FFFFFF;
  226. font-size: .14rem;
  227. background: #FFB473;
  228. margin: .3rem auto 0;
  229. border-radius: .18rem;
  230. }
  231. .copy_inner {
  232. text-align: center;
  233. margin-top: .1rem;
  234. font-size: .1rem;
  235. }
  236. body {
  237. -webkit-text-size-adjust: 100% ;
  238. background: #fff;
  239. }