C端小程序
25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

109 lines
1.8 KiB

  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: 80%;
  40. overflow: hidden;
  41. margin: 20rpx auto;
  42. background-color: #fff;
  43. border-radius: 12rpx;
  44. }
  45. .singvLsit_item_l{
  46. width: 40%;
  47. height: 80rpx;
  48. border-radius: 12rpx;
  49. line-height: 80rpx;
  50. float: left;
  51. }
  52. .singvLsit_item_r{
  53. width: 40%;
  54. height: 80rpx;
  55. line-height: 80rpx;
  56. border-radius: 12rpx;
  57. float: left;
  58. }
  59. .getBtn{
  60. font-size: 28rpx;
  61. width: 16%;
  62. height: 60rpx;
  63. line-height: 60rpx;
  64. margin:10rpx 1%;
  65. border-radius: 6rpx;
  66. float: left;
  67. color: #fff;
  68. background-color: #ff6600;
  69. }
  70. .shadeBox{
  71. height: 100vh;
  72. width: 100%;
  73. position: fixed;
  74. top: 0;
  75. left: 0;
  76. background-color: rgba(0, 0, 0, 0.2);
  77. }
  78. .shade{
  79. width: 80%;
  80. height: 400rpx;
  81. background-color: #fff;
  82. margin: 400rpx auto 0 auto;
  83. overflow: hidden;
  84. }
  85. .shadeTitle{
  86. height: 80rpx;
  87. line-height: 80rpx;
  88. font-size: 36rpx;
  89. font-weight: 700;
  90. margin: 30rpx 0 ;
  91. text-align: center;
  92. }
  93. .shadeNum{
  94. text-align: center;
  95. height: 80rpx;
  96. line-height: 80rpx;
  97. }
  98. .shadeBtn{
  99. width: 40%;
  100. height: 70rpx;
  101. line-height: 70rpx;
  102. text-align: center;
  103. color:#fff;
  104. margin:60rpx auto 0 auto;
  105. background-color: #ff6600;
  106. border-radius: 10rpx;
  107. }