东风启辰小程序端
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

star.wxss 1.3KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. /* pages/star/star.wxss */
  2. .showView{
  3. height: calc(100vh - 153rpx);
  4. background-color: #ffffff
  5. }
  6. .home{
  7. position: relative;
  8. height: 100%;
  9. overflow: hidden;
  10. }
  11. .home>.bg{
  12. position: absolute;
  13. bottom: 0;
  14. width: 750rpx;
  15. height: 1353rpx;
  16. }
  17. .home>.logo1{
  18. position: absolute;
  19. top: 0;
  20. left: 60rpx;
  21. width: 175rpx;
  22. height: 150rpx;
  23. }
  24. .home>.logo2{
  25. position: absolute;
  26. top: 46rpx;
  27. right: 34rpx;
  28. width: 204rpx;
  29. height: 40rpx;
  30. }
  31. .ruleBtn{
  32. position: absolute;
  33. width: 153rpx;
  34. height: 46rpx;
  35. line-height: 46rpx;
  36. font-size: 24rpx;
  37. right: 0;
  38. top: 196rpx;
  39. color: #ffffff;
  40. background-color: rgba(35, 24, 21, 0.63);
  41. border-top-left-radius: 20rpx;
  42. border-bottom-left-radius: 20rpx;
  43. padding-left: 20rpx;
  44. box-sizing: border-box;
  45. }
  46. .propagandaBox{
  47. position: absolute;
  48. width: 100%;
  49. height: 76rpx;
  50. bottom: 457rpx;
  51. left: 0;
  52. text-align: center;
  53. background-color: rgba(11, 40, 109, 0.79);
  54. }
  55. .home>.btnBox{
  56. position: absolute;
  57. width: 100%;
  58. text-align: center;
  59. left: 0;
  60. bottom: 15rpx;
  61. }
  62. .home>.btnBox>.btn{
  63. width: 278rpx;
  64. height: 47rpx;
  65. line-height: 47rpx;
  66. display: inline-block;
  67. background-color: #345489;
  68. margin: 0 10rpx;
  69. color: #ffffff;
  70. font-size: 21rpx;
  71. border-radius: 15rpx;
  72. }