mineInviteAward.wxss 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157
  1. /* mineInviteAward.wxss */
  2. page{
  3. background-color: #f4f4f4;
  4. }
  5. .header{
  6. height: 282rpx;
  7. background: -webkit-linear-gradient(left, #ef8641 , #f7a63c); /* Safari 5.1 - 6.0 */
  8. background: -o-linear-gradient(right, #ef8641, #f7a63c); /* Opera 11.1 - 12.0 */
  9. background: -moz-linear-gradient(right, #ef8641, #f7a63c); /* Firefox 3.6 - 15 */
  10. background: linear-gradient(to right, #ef8641 , #f7a63c); /* 标准的语法 */
  11. }
  12. .header_title{
  13. height: 102rpx;
  14. font-size: 28rpx;
  15. line-height: 102rpx;
  16. color: #fff;
  17. text-align: center;
  18. }
  19. .header_each,.header_each_line{
  20. float: left;
  21. }
  22. .header_each{
  23. width: 246rpx;
  24. color: #fff;
  25. }
  26. .header_each_title,.header_each_num{
  27. font-size: 30rpx;
  28. line-height: 60rpx;
  29. padding-left: 50rpx;
  30. }
  31. .header_each_num{
  32. font-size: 40rpx;
  33. padding-left: 54rpx;
  34. }
  35. .header_each_line{
  36. width: 1rpx;
  37. height: 104rpx;
  38. background-color: #fff;
  39. margin-top:18rpx;
  40. }
  41. .list_title{
  42. padding-left: 38rpx;
  43. height: 70rpx;
  44. }
  45. .list_title_icon{
  46. float: left;
  47. width: 16rpx;
  48. height: 16rpx;
  49. background-color: #a4b6c2;
  50. border-radius: 50%;
  51. margin:27rpx 12rpx 0 0;
  52. }
  53. .list_title_cont{
  54. font-size: 30rpx;
  55. line-height: 70rpx;
  56. color: #666;
  57. }
  58. .list_content_wrap{
  59. width: 100%;
  60. background-color: #fff;
  61. }
  62. .list_content{
  63. padding:0 0 0 38rpx;
  64. }
  65. .list_each{
  66. height: 130rpx;
  67. border-left: 4rpx solid #fcf2e6;
  68. border-bottom: 1rpx solid #e5e8ea;
  69. position: relative;
  70. padding:0 30rpx;
  71. }
  72. .each_title_icon{
  73. width: 16rpx;
  74. height: 16rpx;
  75. background-color: #fac586;
  76. border-radius: 50%;
  77. margin:27rpx 12rpx 0 0;
  78. position: absolute;
  79. top: 50%;
  80. left:0;
  81. margin: -8rpx 0 0 -8rpx;
  82. }
  83. .each_title{
  84. float: left;
  85. width: 16rpx;
  86. height: 130rpx;
  87. position: relative;
  88. }
  89. .each_title_line{
  90. width: 4rpx;
  91. height: 130rpx;
  92. background-color: #fcf2e6;
  93. position: absolute;
  94. top: 0;
  95. left: 50%;
  96. margin-left: -2rpx;
  97. }
  98. .each_cont{
  99. height: 130rpx;
  100. border-bottom: 1rpx solid #e5e8ea;
  101. }
  102. .cont_left{
  103. float: left;
  104. }
  105. .cont_title{
  106. width: 430rpx;
  107. text-overflow: ellipsis;
  108. overflow: hidden;
  109. white-space: nowrap;
  110. padding:32rpx 0 18rpx 0 ;
  111. font-size: 30rpx;
  112. color: #333;
  113. }
  114. .cont_time{
  115. font-size: 26rpx;
  116. color: #848484;
  117. padding-left: 8rpx;
  118. }
  119. .cont_right{
  120. float: right;
  121. padding-right: 30rpx;
  122. }
  123. .right_num,.right_icon{
  124. float: right;
  125. }
  126. .right_icon{
  127. width: 33rpx;
  128. height: 30rpx;
  129. margin:50rpx 0 0 20rpx;
  130. }
  131. .right_num{
  132. font-size: 32rpx;
  133. line-height: 130rpx;
  134. color: #ff7200;
  135. }
  136. .tack_btn{
  137. width: 88%;
  138. height: 96rpx;
  139. font-size: 34rpx;
  140. line-height: 96rpx;
  141. color: #fff;
  142. text-align: center;
  143. background-color: #ffa200;
  144. margin: 0 auto;
  145. /* position: fixed;
  146. left:6%;
  147. bottom:45rpx; */
  148. }