index.scss 3.9 KB

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