activityHistory.wxss 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145
  1. /* pages/activity/activityhistory/activityHistory.wxss */
  2. page {
  3. height: 100vh;
  4. /* width:750prx; */
  5. background: white;
  6. }
  7. .tabs {
  8. width: 750rpx;
  9. height: 95rpx;
  10. background: white;
  11. /* border:1px solid red; */
  12. border-top: 2rpx solid #DDDBDB;
  13. border-bottom: 2rpx solid #DDDBDB;
  14. display: flex;
  15. }
  16. .tabs view {
  17. width: 300rpx;
  18. height: 90rpx;
  19. /* border: 1px solid red; */
  20. float: left;
  21. text-align: center;
  22. margin: 0rpx auto;
  23. line-height: 90rpx;
  24. }
  25. .choose {
  26. color: #FE5F36;
  27. font-size: 30rpx;
  28. }
  29. .nochoose {
  30. color: #7F7F7F;
  31. font-size: 30rpx;
  32. }
  33. .table {
  34. width: 750rpx;
  35. margin-top: 5px;
  36. position: fixed;
  37. height: 100%;
  38. overflow: scroll;
  39. /* border:1rpx solid #DEDEDE; */
  40. }
  41. .table .hang {
  42. width: 720rpx;
  43. height: 240rpx;
  44. margin: 0px auto;
  45. border: 1rpx solid #DEDEDE;
  46. border-radius: 20rpx;
  47. margin-top:5rpx
  48. }
  49. .table .hang .row {
  50. height: 100%;
  51. /* border:1rpx solid #DEDEDE; */
  52. }
  53. .hang .left {
  54. width: 500rpx;
  55. /* height:260rpx; */
  56. /* border: 1px solid green; */
  57. float: left;
  58. }
  59. .hang .shijian {
  60. width: 100%;
  61. text-indent: 15rpx;
  62. color: #7F7F7F;
  63. font-size: 25rpx;
  64. margin-top:10rpx;
  65. }
  66. .hang .left .wenzi {
  67. margin-top: 20rpx;
  68. text-indent: 50rpx;
  69. /* font-size: 33rpx; */
  70. color: #FE5F36;
  71. }
  72. .hang .left .touxiang {
  73. width: 500rpx;
  74. /* height: 130rpx; */
  75. /* border: 1px solid red; */
  76. margin-top: 30rpx;
  77. }
  78. .hang .left .touxiang image {
  79. float: left;
  80. width: 80rpx;
  81. height: 80rpx;
  82. margin-left: 55rpx;
  83. border-radius: 40rpx;
  84. }
  85. .hang .right {
  86. width: 210rpx;
  87. /* height:260rpx; */
  88. /* border: 1px solid green; */
  89. text-align: center;
  90. float: right;
  91. }
  92. .hang .right .chengtuan {
  93. /* border:1px solid red; */
  94. margin-top: 20rpx;
  95. font-size: 29rpx;
  96. }
  97. .hang .right .xjq {
  98. border: 5rpx solid #FE885D;
  99. background-color: #FE5F36;
  100. font-size: 24rpx;
  101. width: 180rpx;
  102. height: 70rpx;
  103. color: white;
  104. margin: 20rpx auto;
  105. border-radius: 50rpx;
  106. line-height: 65rpx;
  107. margin-top: 30rpx;
  108. }
  109. .hang .right .qyq {
  110. border: 5rpx solid #FE885D;
  111. background-color: #FE5F36;
  112. border-radius: 50rpx;
  113. margin: 20rpx auto;
  114. width: 180rpx;
  115. height: 70rpx;
  116. color: white;
  117. margin-top: 30rpx;
  118. }
  119. .mygd {
  120. width: 750rpx;
  121. height: 50rpx;
  122. margin-top:10rpx;
  123. text-align: center;
  124. /* border: 1px solid red; */
  125. color:#7F7F7F;
  126. margin-bottom: 150rpx;
  127. }