index.scss 4.0 KB

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