You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

128 line
2.0KB

  1. /* pages/buyTicket/buyTicket.wxss */
  2. .ticketImg{
  3. width: 100%;
  4. height: 472rpx;
  5. }
  6. .imgView{
  7. width: 100%;
  8. height: 300rpx;
  9. overflow: hidden;
  10. border-radius:0px 0px 30rpx 30rpx;
  11. position: relative
  12. }
  13. .tooth{
  14. display: block;
  15. width: 694rpx;
  16. height: 10rpx;
  17. position: absolute;
  18. left: 50%;
  19. bottom: -4rpx;
  20. transform: translateX(-50%);
  21. }
  22. .buyNum{
  23. width: 100%;
  24. height: 190rpx;
  25. display: flex;
  26. justify-content: space-between;
  27. align-items: center;
  28. }
  29. .line{
  30. margin-left: 94rpx;
  31. margin-right: 46rpx;
  32. width: 1rpx;
  33. height: 126rpx;
  34. background-color: rgba(204,204,204,1);
  35. }
  36. .chooseNum{
  37. display: flex;
  38. align-items: center;
  39. margin-right: 50rpx;
  40. }
  41. .chooseNum text{
  42. font-size: 30rpx;
  43. font-weight:bold;
  44. color:rgba(51,51,51,1);
  45. }
  46. .inputNum{
  47. width: 70rpx;
  48. margin: 0 15rpx;
  49. text-align: center;
  50. }
  51. .subtract{
  52. width: 28rpx;
  53. height: 4rpx;
  54. }
  55. .textAdd{
  56. width: 28rpx;
  57. height: 28rpx;
  58. }
  59. .subtractView{
  60. width: 28rpx;
  61. height: 28rpx;
  62. display: flex;
  63. justify-content: center;
  64. align-items: center;
  65. background: #ffffff;
  66. }
  67. .ticketName{
  68. font-size:36rpx;
  69. font-family:SourceHanSansCN;
  70. font-weight:bold;
  71. color:rgba(51,51,51,1);
  72. margin-left:96rpx;
  73. }
  74. .title{
  75. display: inline-block;
  76. width: 100%;
  77. margin: 57rpx 0 7rpx 0;
  78. text-align: center;
  79. font-size:30rpx;
  80. font-family:SourceHanSansCN;
  81. font-weight:bold;
  82. color:rgba(51,51,51,1);
  83. line-height:30rpx;
  84. }
  85. .timeLimit{
  86. height: 26rpx;
  87. display: flex;
  88. align-items: center;
  89. margin-top: 23rpx;
  90. margin-bottom: 15rpx;
  91. }
  92. .timeLimit image{
  93. width: 20rpx;
  94. height: 20rpx;
  95. margin-left: 32rpx;
  96. margin-right: 16rpx;
  97. }
  98. .timeLimit text{
  99. font-size:26rpx;
  100. font-family:SourceHanSansCN;
  101. font-weight:bold;
  102. color:rgba(51,51,51,1);
  103. line-height:30rpx;
  104. }
  105. .specify{
  106. font-size:22rpx;
  107. font-family:SourceHanSansCN;
  108. font-weight:400;
  109. color:rgba(102,102,102,1);
  110. line-height:30rpx;
  111. width: 613rpx;
  112. margin-left: 69rpx;
  113. }
  114. .buyBtn{
  115. width: 100%;
  116. height: 99rpx;
  117. margin-top: 140rpx;
  118. }
  119. /* .all{
  120. width: 100%;
  121. position: absolute;
  122. top: 50%;
  123. transform: translateY(-50%);
  124. } */