examPractice.wxss 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151
  1. .page-view {
  2. height: 100%;
  3. width: 100%;
  4. }
  5. .icon-view {
  6. margin: 120rpx 20rpx 0 20rpx;
  7. display: flex;
  8. align-items: center;
  9. }
  10. .icon-view .icon-card {
  11. display: flex;
  12. align-items: center;
  13. padding: 20rpx;
  14. height: 50rpx;
  15. border-radius: 12rpx;
  16. background-color: #FFF;
  17. }
  18. .icon-view .icon-card .t-icon {
  19. margin-right: 40rpx;
  20. width: 50rpx;
  21. height: 50rpx;
  22. }
  23. .icon-view .icon-card .time-title {
  24. font-size: 30rpx;
  25. line-height: 30rpx;
  26. margin-right: 10rpx;
  27. }
  28. .icon-view .icon-card .u-count-down__text.data-v-463368ae {
  29. line-height: 30rpx !important;
  30. }
  31. .item-card {
  32. margin: 20rpx;
  33. padding: 40rpx 40rpx 80rpx 40rpx;
  34. border-radius: 12rpx;
  35. background-color: #FFF;
  36. }
  37. .item-card .content {
  38. margin-top: 20rpx;
  39. line-height: 60rpx;
  40. font-size: 35rpx;
  41. color: #303133;
  42. word-break: break-all;
  43. }
  44. .item-card .YS-title {
  45. line-height: 38rpx;
  46. font-size: 38rpx;
  47. }
  48. .item-card .tag-fill {
  49. background-color: #d8deff;
  50. width: -webkit-fit-content;
  51. width: fit-content;
  52. margin-left: 0;
  53. padding: 6rpx 12rpx;
  54. }
  55. .item-card .tag-fill .tag-text {
  56. font-size: 28rpx;
  57. color: #4169E1;
  58. }
  59. .item-card .answer-container {
  60. display: flex;
  61. flex-direction: column;
  62. }
  63. .item-card .answer-container .answer-box {
  64. margin-top: 40rpx;
  65. display: flex;
  66. align-items: center;
  67. }
  68. .item-card .answer-container .answer-box .answer-content {
  69. margin-left: 40rpx;
  70. font-size: 35rpx;
  71. line-height: 60rpx;
  72. color: #303133;
  73. word-break: break-all;
  74. }
  75. .answer-tag {
  76. display: flex;
  77. flex-shrink: 0;
  78. align-items: center;
  79. justify-content: center;
  80. height: 66rpx;
  81. width: 66rpx;
  82. border-radius: 50%;
  83. border: 2rpx solid #909399;
  84. }
  85. .answer-tag .tag-text {
  86. font-size: 35rpx;
  87. line-height: 35rpx;
  88. color: #909399;
  89. }
  90. .answer-tag-select {
  91. display: flex;
  92. flex-shrink: 0;
  93. align-items: center;
  94. justify-content: center;
  95. height: 70rpx;
  96. width: 70rpx;
  97. border-radius: 50%;
  98. background-color: #4169E1;
  99. }
  100. .answer-tag-select .tag-text {
  101. font-size: 35rpx;
  102. line-height: 35rpx;
  103. color: #FFF;
  104. }
  105. .tag-list {
  106. display: flex;
  107. align-items: center;
  108. align-content: flex-start;
  109. justify-content: space-between;
  110. flex-wrap: wrap;
  111. }
  112. .tag-list .sign-icon {
  113. position: relative;
  114. left: 20rpx;
  115. top: -60rpx;
  116. width: 0rpx;
  117. height: 0rpx;
  118. }
  119. .tag-list .sign-icon .t-icon {
  120. height: 50rpx;
  121. width: 50rpx;
  122. }
  123. .btn {
  124. margin: 40rpx 20rpx 0 20rpx;
  125. height: 80rpx;
  126. display: flex;
  127. justify-content: center;
  128. align-items: center;
  129. background-color: #4169E1;
  130. border-radius: 40rpx;
  131. }
  132. .btn .btn-text {
  133. color: #FFF;
  134. line-height: 36rpx;
  135. font-size: 36rpx;
  136. font-family: YSfont;
  137. }
  138. .note-view {
  139. width: 100%;
  140. height: 550rpx;
  141. margin: 20rpx 0 5rpx 0;
  142. }
  143. .note-view .note-box {
  144. width: 710rpx;
  145. height: 100%;
  146. margin: 0 20rpx;
  147. border-radius: 12rpx;
  148. overflow: hidden;
  149. background-color: #FFF;
  150. }