details.wxss 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194
  1. @import "/wxParse/wxParse.wxss";
  2. page {
  3. background-color: #ffffff;
  4. }
  5. .filesList {
  6. display: flex;
  7. flex-wrap: wrap;
  8. width: 620rpx;
  9. margin: 0 auto;
  10. }
  11. .files-item {
  12. display: flex;
  13. flex-direction: column;
  14. width: 25%;
  15. align-items: center;
  16. padding-top: 20rpx;
  17. }
  18. .files-item-img {
  19. width: 96rpx;
  20. height: 68rpx;
  21. overflow: hidden;
  22. }
  23. .files-item-img>image {
  24. width: 100%;
  25. height: 100%;
  26. }
  27. .files-item-name {
  28. display: flex;
  29. justify-content: center;
  30. align-items: center;
  31. font-size: 24rpx;
  32. width: 100%;
  33. height: 34rpx;
  34. line-height: 34rpx;
  35. color: rgba(51, 51, 51, 0.6);
  36. margin-top: 10rpx;
  37. }
  38. .files-item-name>image {
  39. width: 24rpx;
  40. height: 24rpx;
  41. margin-left: 6rpx;
  42. }
  43. page {
  44. padding-bottom: 0 !important;
  45. }
  46. .box {
  47. display: flex;
  48. flex-direction: column;
  49. height: 100vh;
  50. }
  51. /* 盒子 */
  52. .header-box {
  53. width: 100vw;
  54. background-color: #ffffff;
  55. padding: 0 24rpx 40rpx;
  56. border-radius: 0px 0px 20rpx 20rpx;
  57. box-sizing: border-box;
  58. }
  59. .title-and-usercenter {
  60. padding: 20rpx 24rpx 16rpx;
  61. background-color: #ffffff;
  62. }
  63. .title-and-userMessage {
  64. position: relative;
  65. width: 100%;
  66. margin-left: 6rpx;
  67. }
  68. .but-box {
  69. position: absolute;
  70. right: 0;
  71. bottom: 0;
  72. }
  73. .header-title {
  74. font-size: 32rpx;
  75. color: #000000;
  76. }
  77. .header-userMessage {
  78. display: flex;
  79. align-items: center;
  80. height: 28rpx;
  81. margin-top: 25rpx;
  82. }
  83. .header-userMessage-img {
  84. display: flex;
  85. width: 28rpx;
  86. height: 28rpx;
  87. padding: 0;
  88. }
  89. .header-userMessage-img>image {
  90. width: 100%;
  91. height: 100%;
  92. border-radius: 50%;
  93. }
  94. .header-userMessage-textMsg {
  95. font-size: 20rpx;
  96. color: #333333;
  97. opacity: .7;
  98. margin-left: 8rpx;
  99. }
  100. /* 数据,按钮 插槽样式 */
  101. .dataAndBut {
  102. display: flex;
  103. justify-content: space-between !important;
  104. align-items: center;
  105. flex-wrap: nowrap;
  106. margin-top: 14rpx;
  107. }
  108. .dataAndBut_data {
  109. flex: 1;
  110. display: flex;
  111. font-size: 24rpx;
  112. color: #000000;
  113. margin-left: 16rpx;
  114. }
  115. .dataAndBut_data>text {
  116. color: #4DC2D4;
  117. text-decoration: underline;
  118. margin-left: 8rpx;
  119. }
  120. .dataAndBut_but {
  121. display: flex;
  122. align-items: center;
  123. margin-right: 6rpx;
  124. }
  125. .custom-slotBut {
  126. height: 44rpx !important;
  127. background: #FFB600 !important;
  128. box-shadow: 0px 0px 12rpx 0px rgba(0, 0, 0, 0.1) !important;
  129. border-radius: 10rpx !important;
  130. color: 20rpx !important;
  131. padding: 0 14rpx !important;
  132. border: 0 !important;
  133. }
  134. .detailed-description>image {
  135. width: 100%;
  136. }
  137. /* 按钮 */
  138. .custom-slotBut {
  139. height: 44rpx !important;
  140. background: #FFB600 !important;
  141. box-shadow: 0px 0px 12rpx 0px rgba(0, 0, 0, 0.1) !important;
  142. border-radius: 10rpx !important;
  143. color: 20rpx !important;
  144. padding: 0 14rpx !important;
  145. border: 0 !important;
  146. }
  147. .custom-NoSlotBut {
  148. height: 44rpx !important;
  149. background: linear-gradient(180deg, #D3D3D3 0%, #A7A8A8 100%) !important;
  150. box-shadow: 0px 0px 12rpx 0px rgba(0, 0, 0, 0.1) !important;
  151. border-radius: 10rpx !important;
  152. color: #FFFFFF;
  153. padding: 0 14rpx !important;
  154. border: 0 !important;
  155. }
  156. .details-custom-slotBut {
  157. float: right !important;
  158. margin-right: 16rpx;
  159. margin-top: 15rpx;
  160. }
  161. .call-out{
  162. background-color: #4DC2D4 !important;
  163. }