preview.wxss 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181
  1. .container {
  2. justify-content: flex-start;
  3. font-weight: 500;
  4. color: #1e1e1e;
  5. background-color: #e3e3e3;
  6. }
  7. .panelTop {
  8. width: 100%;
  9. height: 120rpx;
  10. background-color: #fff;
  11. justify-content: space-between;
  12. font-size: 28rpx;
  13. }
  14. .left {
  15. margin-left: 25rpx;
  16. font-weight: 400;
  17. }
  18. .right {
  19. margin-right: 25rpx;
  20. }
  21. .text2 {
  22. color: #787878;
  23. margin-left: 30rpx;
  24. font-weight: 500;
  25. }
  26. .text3 {
  27. color: #0071ef;
  28. width: 164rpx;
  29. line-height: 120rpx;
  30. text-align: center;
  31. }
  32. .panelField1 {
  33. width: 100%;
  34. background-color: #fff;
  35. min-height: 320rpx;
  36. justify-content: flex-start;
  37. }
  38. .panelField11 {
  39. width: 100%;
  40. font-size: 68rpx;
  41. justify-content: flex-start;
  42. margin: 60rpx 0 80rpx 0;
  43. }
  44. .panelItem {
  45. width: 650rpx;
  46. font-weight: 400;
  47. flex-wrap: wrap;
  48. justify-content: flex-start;
  49. color: #1e1e1e;
  50. }
  51. .panelItem .universalpic_read_gray_40x40 {
  52. width: 40rpx;
  53. height: 40rpx;
  54. margin: 0 10rpx 0 10rpx;
  55. }
  56. .panelItem .textLine {
  57. text-decoration: underline;
  58. }
  59. .panelItem .textPinyin {
  60. text-decoration: underline;
  61. margin-right: 10rpx;
  62. }
  63. .panelItem .imageBishun {
  64. width: 360rpx;
  65. height: 360rpx;
  66. margin: 30rpx 0;
  67. }
  68. .panelItem .textReturn {
  69. width: 100%;
  70. }
  71. .panelItem .textReturn2 {
  72. width: 100%;
  73. height: 30rpx;
  74. }
  75. .panelTag {
  76. width: 100%;
  77. justify-content: space-between;
  78. margin: 60rpx 0 20rpx 0;
  79. }
  80. .panelTag1 {
  81. font-size: 28rpx;
  82. border-radius: 25rpx;
  83. background-color: #000;
  84. margin-left: 50rpx;
  85. padding: 0 10rpx;
  86. }
  87. .panelTag .tag {
  88. color: #fff;
  89. text-align: center;
  90. margin: 6rpx 10rpx 6rpx 10rpx;
  91. }
  92. .right2 {
  93. margin-right: 50rpx;
  94. }
  95. .line1 {
  96. width: 4rpx;
  97. height: 30rpx;
  98. background-color: #d2d2d2;
  99. }
  100. .universalpic_restore_black_34x34 {
  101. width: 26rpx;
  102. height: 26rpx;
  103. margin-left: 50rpx;
  104. }
  105. .panelField2 {
  106. width: 100%;
  107. margin-bottom: 20rpx;
  108. }
  109. .panelField21 {
  110. width: 650rpx;
  111. font-size: 36rpx;
  112. margin: 40rpx 30rpx 0 30rpx;
  113. }
  114. .panelSave {
  115. width: 100%;
  116. background-color: #fff;
  117. position: fixed;
  118. bottom: 0;
  119. font-size: 36rpx;
  120. z-index: 10;
  121. color: #0071ef;
  122. text-align: center;
  123. line-height: 120rpx;
  124. border-top: 1rpx solid #d2d2d2;
  125. justify-content: space-between;
  126. }
  127. .btn1 {
  128. width: 150rpx;
  129. height: 120rpx;
  130. }
  131. .btn2 {
  132. width: 225rpx;
  133. height: 120rpx;
  134. font-size: 28rpx;
  135. color: #0071ef;
  136. line-height: 120rpx;
  137. text-align: center;
  138. padding-left: 0;
  139. padding-right: 0;
  140. background-color: #fff;
  141. }
  142. .btn2::after {
  143. border: 0px;
  144. }
  145. .universalpic_prev_black_30x30 {
  146. width: 28rpx;
  147. height: 26rpx;
  148. }
  149. .universalpic_more_40x10 {
  150. width: 40rpx;
  151. height: 10rpx;
  152. }