statDetail.wxss 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147
  1. @charset "UTF-8";
  2. /* 水平间距 */
  3. /* 水平间距 */
  4. .container.data-v-6f03e226 {
  5. padding-top: 20rpx;
  6. }
  7. .container .header.data-v-6f03e226 {
  8. display: flex;
  9. flex-direction: column;
  10. justify-content: space-evenly;
  11. margin: 0 auto;
  12. width: 690rpx;
  13. height: 192rpx;
  14. background-color: #fff;
  15. }
  16. .container .header .calendar.data-v-6f03e226 {
  17. display: flex;
  18. justify-content: center;
  19. align-items: center;
  20. flex: 1;
  21. }
  22. .container .header .calendar .double.data-v-6f03e226 {
  23. width: 40rpx;
  24. height: 40rpx;
  25. }
  26. .container .header .calendar .double ._img.data-v-6f03e226 {
  27. width: 100%;
  28. height: 100%;
  29. }
  30. .container .header .calendar .single.data-v-6f03e226 {
  31. margin-left: 30rpx;
  32. width: 40rpx;
  33. height: 40rpx;
  34. }
  35. .container .header .calendar .single ._img.data-v-6f03e226 {
  36. width: 80%;
  37. height: 70%;
  38. }
  39. .container .header .calendar .single2.data-v-6f03e226 {
  40. margin-right: 30rpx;
  41. width: 40rpx;
  42. height: 40rpx;
  43. }
  44. .container .header .calendar .single2 ._img.data-v-6f03e226 {
  45. width: 100%;
  46. height: 70%;
  47. }
  48. .container .header .calendar .time.data-v-6f03e226 {
  49. width: 180rpx;
  50. height: 44rpx;
  51. font-size: 32rpx;
  52. text-align: center;
  53. }
  54. .container .header .state.data-v-6f03e226 {
  55. display: flex;
  56. flex-direction: column;
  57. justify-content: center;
  58. flex: 1;
  59. }
  60. .container .list.data-v-6f03e226 {
  61. padding-bottom: 50rpx;
  62. }
  63. .container .list .box.data-v-6f03e226 {
  64. margin: 0 auto;
  65. margin-top: 20rpx;
  66. width: 690rpx;
  67. background-color: #fff;
  68. }
  69. .container .list .box .person.data-v-6f03e226 {
  70. display: flex;
  71. align-items: center;
  72. height: 134rpx;
  73. }
  74. .container .list .box .person .img.data-v-6f03e226 {
  75. margin: 0 20rpx 0 30rpx;
  76. width: 70rpx;
  77. height: 70rpx;
  78. }
  79. .container .list .box .person .img ._img.data-v-6f03e226 {
  80. width: 100%;
  81. height: 100%;
  82. }
  83. .container .list .box .person .info.data-v-6f03e226 {
  84. width: 620rpx;
  85. height: 70rpx;
  86. }
  87. .container .list .box .person .info .name.data-v-6f03e226 {
  88. font-size: 32rpx;
  89. }
  90. .container .list .box .person .info .college.data-v-6f03e226 {
  91. font-size: 24rpx;
  92. color: #A6A6A6;
  93. }
  94. .container .list .box .imgs.data-v-6f03e226 {
  95. display: flex;
  96. justify-content: space-evenly;
  97. height: 201rpx;
  98. }
  99. .container .list .box .imgs .imgs_item.data-v-6f03e226 {
  100. display: flex;
  101. flex-direction: column;
  102. align-items: center;
  103. flex: 1;
  104. }
  105. .container .list .box .imgs .imgs_item .image.data-v-6f03e226 {
  106. width: 120rpx;
  107. height: 120rpx;
  108. }
  109. .container .list .box .imgs .imgs_item .image ._img.data-v-6f03e226 {
  110. width: 100%;
  111. height: 100%;
  112. }
  113. .container .list .box .imgs .imgs_item .title.data-v-6f03e226 {
  114. margin-top: 10rpx;
  115. font-size: 28rpx;
  116. }
  117. .container .list .box .msg.data-v-6f03e226 {
  118. margin-left: 30rpx;
  119. }
  120. .container .list .box .msg .msg_item.data-v-6f03e226 {
  121. display: flex;
  122. align-items: center;
  123. height: 63rpx;
  124. font-size: 28rpx;
  125. }
  126. .container .list .box .msg .msg_item .key.data-v-6f03e226 {
  127. color: #808080;
  128. }
  129. .container .no_data.data-v-6f03e226 {
  130. margin: 0 auto;
  131. margin-top: 230rpx;
  132. width: 480rpx;
  133. height: 508rpx;
  134. text-align: center;
  135. }
  136. .container .no_data ._img.data-v-6f03e226 {
  137. width: 100%;
  138. height: 100%;
  139. }
  140. .container .no_data .info.data-v-6f03e226 {
  141. color: #5792F0;
  142. }
  143. .container .foot.data-v-6f03e226 {
  144. padding-bottom: 20rpx;
  145. text-align: center;
  146. }