myredpacket.wxss 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137
  1. /* pages/mine/wxml/myredpacket/myredpacket.wxss */
  2. page{
  3. background: #EDEDED;
  4. }
  5. .head{
  6. background: #FE2F44;
  7. height: 210rpx;
  8. }
  9. .head .title{
  10. width: 100%;
  11. text-align: center;
  12. }
  13. .head .title text{
  14. font-size: 26rpx;
  15. color: #fff;
  16. }
  17. .head .sum {
  18. text-align: center;
  19. }
  20. .head .sum text{
  21. color: #fff;
  22. }
  23. .main .nav{
  24. background: #fff;
  25. }
  26. .main .nav::after{
  27. content: '';
  28. display: block;
  29. clear: both;
  30. }
  31. .main .nav .tab{
  32. float: left;
  33. width: 50%;
  34. text-align: center;
  35. font-size: 28rpx;
  36. padding: 30rpx 0;
  37. box-sizing: border-box;
  38. position: relative;
  39. color: #999;
  40. }
  41. .main .nav .tab .underline{
  42. height: 4rpx;
  43. width: 50rpx;
  44. background: #000;
  45. position: absolute;
  46. left: 50%;
  47. bottom: 0;
  48. margin-left: -25rpx;
  49. }
  50. .tab-content{
  51. padding: 15rpx;
  52. }
  53. .list{
  54. width: 100%;
  55. background: #fff;
  56. height: 190rpx;
  57. padding: 20rpx;
  58. box-sizing: border-box;
  59. margin-bottom: 15rpx;
  60. }
  61. .option-left{
  62. padding: 20rpx 0;
  63. width: 180rpx;
  64. line-height: 80rpx;
  65. border-right: 2rpx solid #EDEDED;
  66. }
  67. .option-left text{
  68. color: #ED3E3E;
  69. font-size: 50rpx;
  70. font-weight: 600;
  71. margin-left: 32rpx;
  72. }
  73. .option-right,.option-left{
  74. float: left;
  75. }
  76. .option-right{
  77. margin-left: 60rpx;
  78. height: 100%;
  79. }
  80. .option-right .title{
  81. height: 50%;
  82. line-height: 60rpx;
  83. font-size: 34rpx;
  84. color: #000;
  85. font-weight: 600;
  86. }
  87. .option-right .date{
  88. height: 50%;
  89. line-height: 60rpx;
  90. font-size: 28rpx;
  91. color: #999;
  92. }
  93. .record-left{
  94. float: left;
  95. max-width: 500rpx;
  96. font-size: 24rpx;
  97. color: #666;
  98. }
  99. .record-right{
  100. float: right;
  101. }
  102. .goods-name{
  103. margin-bottom: 10rpx;
  104. }
  105. .goods-name text{
  106. font-size: 32rpx;
  107. color: #000;
  108. font-weight: 600;
  109. max-width: 500rpx;
  110. white-space:nowrap;
  111. text-overflow: ellipsis;
  112. }
  113. .sum::after{
  114. content: '';
  115. display: block;
  116. clear: both;
  117. }
  118. .bargain-sum {
  119. margin-right: 20rpx;
  120. }
  121. .record-right{
  122. height: 100%;
  123. padding-top: 20rpx;
  124. }
  125. .record-right .text text{
  126. font-size: 28rpx;
  127. color: #999;
  128. text-align: center;
  129. display: block;
  130. }
  131. .record-right .red_pack_balance text{
  132. display: block;
  133. color: #FE2F44;
  134. font-size: 48rpx;
  135. text-align: center;
  136. }