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

activityCalendar.wxss 1.9 KiB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110
  1. .signDyeBox{
  2. width: 96%;
  3. margin: 0 auto;
  4. }
  5. .signDye{
  6. width: 60%;
  7. margin: 20rpx auto;
  8. height: 100rpx;
  9. line-height: 100rpx;
  10. text-align: center;
  11. border-radius: 20rpx;
  12. background-image: linear-gradient(to bottom right, red, yellow);
  13. color: #fff;
  14. }
  15. .singBtn{
  16. width: 66%;
  17. height: 80rpx;
  18. border-radius:12rpx;
  19. text-align: center;
  20. line-height: 80rpx;
  21. color: #fff;
  22. background-color: #ff6600;
  23. margin: 40rpx auto;
  24. }
  25. .guanSingBtn{
  26. width: 66%;
  27. height: 80rpx;
  28. border-radius:12rpx;
  29. text-align: center;
  30. line-height: 80rpx;
  31. color: #fff;
  32. background-color: gray;
  33. margin: 40rpx auto;
  34. }
  35. .singvAwardBox{
  36. text-align: center;
  37. }
  38. .singvLsit{
  39. width: 94%;
  40. overflow: hidden;
  41. margin: 20rpx auto;
  42. background-color: #fff;
  43. border-radius: 12rpx;
  44. color: #888;
  45. }
  46. .singvLsit_item_l{
  47. width: 40%;
  48. height: 80rpx;
  49. border-radius: 12rpx;
  50. line-height: 80rpx;
  51. float: left;
  52. }
  53. .singvLsit_item_r{
  54. width: 40%;
  55. height: 80rpx;
  56. line-height: 80rpx;
  57. border-radius: 12rpx;
  58. float: left;
  59. }
  60. .getBtn{
  61. font-size: 28rpx;
  62. width: 16%;
  63. height: 60rpx;
  64. line-height: 60rpx;
  65. margin:10rpx 1%;
  66. border-radius: 6rpx;
  67. float: left;
  68. color: #fff;
  69. background-color: #ff6600;
  70. }
  71. .shadeBox{
  72. height: 100vh;
  73. width: 100%;
  74. position: fixed;
  75. top: 0;
  76. left: 0;
  77. background-color: rgba(0, 0, 0, 0.2);
  78. }
  79. .shade{
  80. width: 80%;
  81. height: 400rpx;
  82. background-color: #fff;
  83. margin: 400rpx auto 0 auto;
  84. overflow: hidden;
  85. }
  86. .shadeTitle{
  87. height: 80rpx;
  88. line-height: 80rpx;
  89. font-size: 36rpx;
  90. font-weight: 700;
  91. margin: 30rpx 0 ;
  92. text-align: center;
  93. }
  94. .shadeNum{
  95. text-align: center;
  96. height: 80rpx;
  97. line-height: 80rpx;
  98. }
  99. .shadeBtn{
  100. width: 40%;
  101. height: 70rpx;
  102. line-height: 70rpx;
  103. text-align: center;
  104. color:#fff;
  105. margin:60rpx auto 0 auto;
  106. background-color: #ff6600;
  107. border-radius: 10rpx;
  108. }