index.scss 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245
  1. .lable-title {
  2. width: 100%;
  3. height: 80rpx;
  4. display: flex;
  5. justify-content: space-between;
  6. align-items: center;
  7. border-bottom: 1rpx solid $border-color;
  8. padding: 0 $pages-padding;
  9. font-size: 24rpx;
  10. color: #000;
  11. font-weight: bold;
  12. .lable-select{
  13. display: flex;
  14. align-items: stretch;
  15. }
  16. .lable-title-btn {
  17. color: $Theme-Color;
  18. }
  19. .lable-title-icon{
  20. font-size:34rpx;
  21. color:#000;
  22. font-weight: normal;
  23. }
  24. }
  25. .entrust-lable{
  26. width: 100%;
  27. height: 80rpx;
  28. padding: 0 $pages-padding;
  29. border-bottom: 1rpx solid $border-color;
  30. display: flex;
  31. align-items: center;
  32. .entrust-lable-text{
  33. font-size: 26rpx;
  34. color: $SizeColor;
  35. font-weight: bold;
  36. &:nth-child(n + 2){
  37. padding-left: 30rpx;
  38. }
  39. }
  40. .active-entrust-lable{
  41. color: $Theme-Color;
  42. }
  43. }
  44. .content-box{
  45. padding-bottom: 30rpx;
  46. }
  47. .content-top {
  48. padding: 28rpx $pages-padding;
  49. display: flex;
  50. justify-content: space-between;
  51. align-items: stretch;
  52. width: 100%;
  53. border-bottom: 1rpx solid $border-color;
  54. .top-left,
  55. .top-right {
  56. display: flex;
  57. flex-direction: column;
  58. justify-content: space-between;
  59. }
  60. .top-left-title {
  61. font-size: 30rpx;
  62. font-weight: bold;
  63. display: flex;
  64. align-items: center;
  65. .icon-size {
  66. font-size: 24rpx;
  67. color: $Theme-Color;
  68. }
  69. text{
  70. &:nth-child(n + 2){
  71. padding-left: 10rpx;
  72. }
  73. }
  74. .top-left-share{
  75. display: flex;
  76. align-items: center;
  77. .iconfont {
  78. margin-left: 20rpx;
  79. }
  80. }
  81. }
  82. .top-left-b {
  83. color: $SizeColor;
  84. font-size: 22rpx;
  85. padding-top: 10rpx;
  86. }
  87. .top-right {
  88. flex-shrink: 0;
  89. text-align: right;
  90. color: $Theme-Color;
  91. font-size: 28rpx;
  92. font-weight: bold;
  93. .top-right-float {
  94. font-weight: normal;
  95. font-size: 22rpx;
  96. text {
  97. border-bottom: 1rpx dashed $Theme-Color;
  98. }
  99. }
  100. }
  101. }
  102. .top-right-btns{
  103. justify-content: center !important;
  104. .top-right-btn{
  105. width: 90rpx;
  106. height: 60rpx;
  107. background-color: $Theme-Color;
  108. color: #fff;
  109. text-align: center;
  110. line-height: 60rpx;
  111. font-weight: normal;
  112. border-radius: 10rpx;
  113. }
  114. }
  115. .content-info {
  116. padding: 0 $pages-padding;
  117. width: 100%;
  118. display: flex;
  119. flex-wrap: wrap;
  120. align-items: stretch;
  121. .info-item {
  122. width: 30%;
  123. display: flex;
  124. flex-direction: column;
  125. &:nth-child(3n) {
  126. width: 40%;
  127. text-align: right;
  128. }
  129. .info-item-lable {
  130. padding: 30rpx 0 20rpx;
  131. // color: $SizeColor;
  132. color: rgba(101,99,99, 0.9);
  133. font-size: 22rpx;
  134. }
  135. .info-item-val {
  136. font-size: 22rpx;
  137. color: #000;
  138. font-weight: bold;
  139. .iconfont {
  140. font-size: 24rpx;
  141. color: $Theme-Color;
  142. margin-left: 20rpx;
  143. }
  144. }
  145. }
  146. }
  147. .content-btns {
  148. width: 100%;
  149. padding: 40rpx $pages-padding 0;
  150. width: 100%;
  151. display: flex;
  152. justify-content: space-between;
  153. .content-btn-item {
  154. flex: 1;
  155. height: 70rpx;
  156. line-height: 70rpx;
  157. background-color: $Theme-Color;
  158. text-align: center;
  159. color: #fff;
  160. border-radius: 6rpx;
  161. font-size: 28rpx;
  162. &:nth-child(n + 2) {
  163. background-color: $Theme-Color04;
  164. color: $Theme-Color;
  165. margin-left: 20rpx;
  166. }
  167. }
  168. }
  169. // <view class="record-hint">
  170. // <text class="record-lable">平仓时间</text>
  171. // <view class="record-icon">
  172. // <text class="icon-size iconfont">&#xe8b0;</text>
  173. // <text class="icon-size">分享</text>
  174. // </view>
  175. // </view>
  176. .record-hint{
  177. padding: 40rpx $pages-padding 0;
  178. display: flex;
  179. align-items: center;
  180. justify-content: space-between;
  181. .record-lable{
  182. color: $SizeColor;
  183. font-size: 22rpx;
  184. }
  185. .record-icon{
  186. font-size: 24rpx;
  187. color: $Theme-Color;
  188. display: flex;
  189. align-items: center;
  190. font-weight: bold;
  191. .iconfont{
  192. font-weight: normal;
  193. font-size: 28rpx;
  194. margin-right: 6rpx;
  195. }
  196. }
  197. }
  198. .top-left-b-tag {
  199. padding: 4rpx 6rpx;
  200. background-color: $Theme-Color;
  201. color: #fff;
  202. margin-left: 20rpx;
  203. font-size: 20rpx;
  204. border-radius: 5rpx;
  205. }
  206. .loadmore-box{
  207. width: 100%;
  208. height: 80rpx;
  209. display: flex;
  210. align-items: center;
  211. }
  212. .empty-content{
  213. padding-top: 100rpx;
  214. // margin: auto auto;
  215. }