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

index.wxss 1.7KB

5年前
5年前
5年前
5年前
5年前
5年前
5年前
5年前
5年前
5年前
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114
  1. /**index.wxss**/
  2. page{
  3. height: 100%;
  4. }
  5. .container{
  6. width: 100%;
  7. height: 100%;
  8. }
  9. .buyBg{
  10. width: 890rpx;
  11. height: 1000rpx;
  12. position: fixed;
  13. top:0;
  14. left: 0;
  15. }
  16. /* swiper{
  17. width: 100%;
  18. height: 437rpx;
  19. position: absolute;
  20. left: 0;
  21. bottom: 0;
  22. } */
  23. .botCont{
  24. /* width: 607rpx; */
  25. width: 678rpx;
  26. border-radius:30rpx;
  27. background-color:#ffffff;
  28. display: flex;
  29. flex-direction: row;
  30. flex-wrap: wrap;
  31. padding-top: 62rpx;
  32. padding-left: 75rpx;
  33. padding-bottom: 53rpx;
  34. position: fixed;
  35. left: 0;
  36. bottom: 0;
  37. }
  38. .imgView{
  39. width: 254rpx;
  40. height: 248rpx;
  41. overflow: hidden;
  42. display: flex;
  43. justify-content: center;
  44. align-items: center;
  45. border-radius:10px 0px 0px 10px;
  46. }
  47. .imgView image{
  48. width: 387rpx;
  49. height: 342rpx;
  50. }
  51. .textView{
  52. width: 318rpx;
  53. height: 248rpx;
  54. padding-left: 33rpx;
  55. }
  56. .textView text{
  57. display: block;
  58. }
  59. .nameText{
  60. font-size:50rpx;
  61. font-family:DINPro;
  62. font-weight:bold;
  63. color:rgba(106,10,14,1);
  64. margin-top: 42rpx;
  65. margin-bottom: 42rpx
  66. }
  67. .timeText{
  68. font-size:20rpx;
  69. font-family:SourceHanSansCN;
  70. font-weight:300;
  71. color:rgba(153,153,153,1);
  72. }
  73. .buyView{
  74. margin-top: 40rpx;
  75. font-size:36rpx;
  76. font-family:SourceHanSansCN;
  77. font-weight:500;
  78. color:rgba(0,0,0,1);
  79. }
  80. .ruleBtn{
  81. width: 117rpx;
  82. height: 37rpx;
  83. position: fixed;
  84. right: 30rpx;
  85. bottom: 485rpx;
  86. z-index: 10;
  87. }
  88. .maskAll{
  89. position: fixed;
  90. width: 100%;
  91. height: 100%;
  92. top: 0;
  93. left: 0;
  94. background-color: rgba(0, 0, 0, 0.5);
  95. z-index: 100
  96. }
  97. .ruleMask{
  98. width: 576rpx;
  99. height: 947rpx;
  100. }
  101. .hiddenIcon{
  102. width: 110rpx;
  103. height: 111rpx;
  104. margin: -12rpx auto 0 auto;
  105. display: block;
  106. }
  107. .maskCont{
  108. position: absolute;
  109. top: 50%;
  110. left: 50%;
  111. transform: translate(-50%,-50%);
  112. }