signRecord.wxss 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156
  1. /* pages/signFor/signRecord.wxss */
  2. page{
  3. background-color: rgba(246,246,246,1);
  4. }
  5. .page {
  6. position: relative;
  7. width: 750rpx;
  8. background-color: rgb(210 207 207);
  9. overflow: hidden;
  10. display: flex;
  11. flex-direction: column;
  12. }
  13. .wrap1 {
  14. width: 750rpx;
  15. display: flex;
  16. flex-direction: column;
  17. }
  18. .outer3 {
  19. width: 710rpx;
  20. height: 64rpx;
  21. flex-direction: row;
  22. display: flex;
  23. }
  24. .icon2 {
  25. width: 48rpx;
  26. height: 48rpx;
  27. margin-top: 8rpx;
  28. }
  29. .info1 {
  30. width: 144rpx;
  31. height: 36rpx;
  32. display: block;
  33. overflow-wrap: break-word;
  34. color: rgba(51,51,51,1);
  35. font-size: 36rpx;
  36. font-family: PingFangSC-Medium;
  37. white-space: nowrap;
  38. line-height: 36rpx;
  39. text-align: left;
  40. margin: 14rpx 0 0 231rpx;
  41. }
  42. .img2 {
  43. width: 174rpx;
  44. height: 64rpx;
  45. margin-left: 113rpx;
  46. }
  47. .outer4 {
  48. height: 388rpx;
  49. border-radius: 8rpx;
  50. background-color: rgba(255,255,255,1);
  51. display: flex;
  52. flex-direction: column;
  53. padding-left: 30rpx;
  54. width: 710rpx;
  55. justify-content: center;
  56. margin: 20rpx 0 0 20rpx;
  57. }
  58. .group1 {
  59. width: 423rpx;
  60. height: 340rpx;
  61. display: flex;
  62. flex-direction: column;
  63. justify-content: space-between;
  64. }
  65. .word3 {
  66. width: 257rpx;
  67. height: 28rpx;
  68. display: block;
  69. overflow-wrap: break-word;
  70. color: rgba(51,51,51,1);
  71. font-size: 28rpx;
  72. font-family: PingFangSC-Regular;
  73. white-space: nowrap;
  74. line-height: 28rpx;
  75. text-align: left;
  76. }
  77. .info2 {
  78. width: 409rpx;
  79. height: 28rpx;
  80. display: block;
  81. overflow-wrap: break-word;
  82. color: rgba(51,51,51,1);
  83. font-size: 28rpx;
  84. font-family: PingFangSC-Regular;
  85. white-space: nowrap;
  86. line-height: 28rpx;
  87. text-align: left;
  88. margin-top: 24rpx;
  89. }
  90. .info3 {
  91. width: 423rpx;
  92. height: 28rpx;
  93. display: block;
  94. overflow-wrap: break-word;
  95. color: rgba(51,51,51,1);
  96. font-size: 28rpx;
  97. font-family: PingFangSC-Regular;
  98. white-space: nowrap;
  99. line-height: 28rpx;
  100. text-align: left;
  101. margin-top: 24rpx;
  102. }
  103. .txt2 {
  104. width: 392rpx;
  105. height: 28rpx;
  106. display: block;
  107. overflow-wrap: break-word;
  108. color: rgba(51,51,51,1);
  109. font-size: 28rpx;
  110. font-family: PingFangSC-Regular;
  111. white-space: nowrap;
  112. line-height: 28rpx;
  113. text-align: left;
  114. margin-top: 24rpx;
  115. }
  116. .txt3 {
  117. width: 381rpx;
  118. height: 28rpx;
  119. display: block;
  120. overflow-wrap: break-word;
  121. color: rgba(51,51,51,1);
  122. font-size: 28rpx;
  123. font-family: PingFangSC-Regular;
  124. white-space: nowrap;
  125. line-height: 28rpx;
  126. text-align: left;
  127. margin-top: 24rpx;
  128. }
  129. .word4 {
  130. width: 168rpx;
  131. height: 28rpx;
  132. display: block;
  133. overflow-wrap: break-word;
  134. color: rgba(51,51,51,1);
  135. font-size: 28rpx;
  136. font-family: PingFangSC-Regular;
  137. white-space: nowrap;
  138. line-height: 28rpx;
  139. text-align: left;
  140. margin-top: 24rpx;
  141. }
  142. .word5 {
  143. width: 168rpx;
  144. height: 28rpx;
  145. display: block;
  146. overflow-wrap: break-word;
  147. color: rgba(51,51,51,1);
  148. font-size: 28rpx;
  149. font-family: PingFangSC-Regular;
  150. white-space: nowrap;
  151. line-height: 28rpx;
  152. text-align: left;
  153. margin-top: 24rpx;
  154. }