選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

ticketCenter.wxss 2.3KB

5年前
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127
  1. /* pages/ticketCenter/ticketCenter.wxss */
  2. page,.all{
  3. width: 100%;
  4. height:100%;
  5. background:rgba(250,250,250,1);
  6. }
  7. .choose{
  8. width: 100%;
  9. height: 88rpx;
  10. display: flex;
  11. justify-content: space-between;
  12. align-items: center;
  13. padding: 0 71rpx;
  14. box-sizing: border-box;
  15. background-color: #ffffff;
  16. position: relative;
  17. }
  18. .choose view{
  19. font-size:28rpx;
  20. font-family:Source Han Sans CN;
  21. font-weight:400;
  22. color:rgba(153,153,153,1);
  23. }
  24. .yellow{
  25. width: 88rpx;
  26. height: 8rpx;
  27. background-color: #FF7615;
  28. border-radius:4px;
  29. position: absolute;
  30. top: 78rpx;
  31. left: 55rpx;
  32. transition: left 0.5s;
  33. }
  34. .ticketAll{
  35. display: flex;
  36. justify-content: flex-start;
  37. align-items: center;
  38. margin-bottom: 24rpx;
  39. /* overflow: hidden; */
  40. position: relative;
  41. }
  42. .ticketAll .circle{
  43. width: 40rpx;
  44. height: 40rpx;
  45. border-radius: 50%;
  46. position: absolute;
  47. left: 200rpx;
  48. background:rgba(250,250,250,1);
  49. /* background:red; */
  50. }
  51. .circle1{
  52. top: -20rpx;
  53. }
  54. .circle2{
  55. bottom: -20rpx;
  56. }
  57. .ticketleft,.ticketleft image{
  58. width: 220rpx;
  59. height: 220rpx;
  60. border-radius: 20rpx;
  61. }
  62. .ticketRig{
  63. background-color: #ffffff;
  64. width: 466rpx;
  65. height: 220rpx;
  66. border-radius: 20rpx;
  67. padding: 31rpx 24rpx 34rpx 24rpx;
  68. box-sizing: border-box;
  69. box-shadow: -10rpx 10rpx 10rpx 0rpx #f2f2f2;
  70. }
  71. .ticket-title{
  72. font-size:30rpx;
  73. font-family:Source Han Sans CN;
  74. font-weight:500;
  75. color:rgba(106,10,14,1);
  76. }
  77. .ticket-desc{
  78. font-size:20rpx;
  79. font-family:Source Han Sans CN;
  80. font-weight:400;
  81. color:rgba(51,51,51,1);
  82. }
  83. .yelloword{
  84. width: 144rpx;
  85. height: 36rpx;
  86. text-align: center;
  87. line-height: 36rpx;
  88. font-size:20rpx;
  89. font-family:Source Han Sans CN;
  90. font-weight:500;
  91. color:rgba(235,97,0,1);
  92. border: 1px solid #EB6100;
  93. border-radius: 18px;
  94. margin: 15rpx 0;
  95. }
  96. .validity{
  97. font-size:20rpx;
  98. font-family:Source Han Sans CN;
  99. font-weight:300;
  100. color:rgba(153,153,153,1);
  101. }
  102. .ticket-name{
  103. display: flex;
  104. justify-content: space-between;
  105. align-items: flex-end;
  106. }
  107. .shoping{
  108. width:110rpx;
  109. height:60rpx;
  110. text-align: center;
  111. line-height: 60rpx;
  112. background:rgba(235,97,0,1);
  113. border-radius:30px;
  114. font-size:30rpx;
  115. font-family:Source Han Sans CN;
  116. font-weight:500;
  117. color:rgba(255,255,255,1);
  118. }
  119. .scrollView{
  120. width: 100%;
  121. padding: 32rpx;
  122. padding-bottom: 0;
  123. box-sizing: border-box;
  124. }