index.scss 3.7 KB

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