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.

142 line
2.3KB

  1. /* pages/givePage/givePage.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: center;
  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. }
  40. .chooseNum text{
  41. font-size: 30rpx;
  42. font-weight:bold;
  43. color:rgba(51,51,51,1);
  44. }
  45. .textNum{
  46. margin: 0 25rpx;
  47. }
  48. .subtract{
  49. width: 28rpx;
  50. height: 4rpx;
  51. }
  52. .textAdd{
  53. width: 28rpx;
  54. height: 28rpx;
  55. }
  56. .subtractView{
  57. width: 28rpx;
  58. height: 28rpx;
  59. display: flex;
  60. justify-content: center;
  61. align-items: center;
  62. background: #ffffff;
  63. }
  64. .ticketName{
  65. font-size:36rpx;
  66. font-family:SourceHanSansCN;
  67. font-weight:bold;
  68. color:rgba(51,51,51,1);
  69. }
  70. .giveFrind{
  71. padding: 47rpx 41rpx 47rpx 32rpx;
  72. display: flex;
  73. justify-content: space-between;
  74. align-items: center;
  75. }
  76. .giveView{
  77. font-size:26rpx;
  78. font-family:SourceHanSansCN;
  79. font-weight:bold;
  80. color:rgba(51,51,51,1);
  81. line-height:30px;
  82. }
  83. .bigWord{
  84. font-size:100rpx;
  85. font-family:DINPro;
  86. font-weight:bold;
  87. color:rgba(235,97,0,1);
  88. }
  89. .smaWord{
  90. font-size:30rpx;
  91. font-family:SourceHanSansCN;
  92. font-weight:bold;
  93. color:rgba(51,51,51,1);
  94. }
  95. .title{
  96. display: inline-block;
  97. width: 100%;
  98. margin: 57rpx 0 7rpx 0;
  99. text-align: center;
  100. font-size:30rpx;
  101. font-family:SourceHanSansCN;
  102. font-weight:bold;
  103. color:rgba(51,51,51,1);
  104. line-height:30rpx;
  105. }
  106. .timeLimit{
  107. height: 26rpx;
  108. display: flex;
  109. align-items: center;
  110. margin-top: 23rpx;
  111. margin-bottom: 15rpx;
  112. }
  113. .timeLimit image{
  114. width: 20rpx;
  115. height: 20rpx;
  116. margin-left: 32rpx;
  117. margin-right: 16rpx;
  118. }
  119. .timeLimit text{
  120. font-size:26rpx;
  121. font-family:SourceHanSansCN;
  122. font-weight:bold;
  123. color:rgba(51,51,51,1);
  124. line-height:30rpx;
  125. }
  126. .specify{
  127. font-size:22rpx;
  128. font-family:SourceHanSansCN;
  129. font-weight:400;
  130. color:rgba(102,102,102,1);
  131. line-height:30rpx;
  132. width: 613rpx;
  133. margin-left: 69rpx;
  134. }
  135. .giveBtn{
  136. width: 100%;
  137. height: 98rpx;
  138. margin-top: 12rpx;
  139. }