No Description

rule.css 1.4KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. body{
  2. width: 100%;min-height: 100vh;background: url(../img/register_bg.png) #F7231E no-repeat;background-size:100%; padding-bottom: 0.2rem;box-sizing: border-box;
  3. }
  4. .topBanner .register_banner{
  5. width: 3.53rem;
  6. margin: auto;
  7. position: relative;
  8. }
  9. .topBanner .ruleTitle{
  10. width: 2.62rem;
  11. height: 0.48rem;
  12. background: url(../img/register_title_bg.png) no-repeat;
  13. background-size:100%;
  14. position: absolute;
  15. top: 1.73rem;
  16. left: 0;
  17. right: 0;
  18. margin: auto;
  19. display: flex;
  20. align-items: center;
  21. justify-content: center;
  22. }
  23. .topBanner .ruleTitle img{
  24. width: 1.48rem;
  25. }
  26. .rule_con{
  27. width:3.51rem;
  28. background:rgba(251,107,38,1);
  29. box-shadow:0px -0.01rem 0.02rem 0px rgba(255,159,90,1);
  30. border-radius:0.16rem 0.16rem 0.01rem 0px;
  31. margin: auto;
  32. margin-top: -0.41rem;
  33. position: relative;
  34. z-index: 1;
  35. padding: 0.1rem 0.19rem;
  36. box-sizing: border-box;
  37. }
  38. .rule_con img{
  39. height: 0.18rem;
  40. margin-top: 0.18rem;
  41. margin-bottom: 0.08rem;
  42. }
  43. .rule_con p{
  44. color: #ffffff;
  45. font-size: 0.14rem;
  46. line-height: 0.24rem;
  47. }
  48. .rule_con .be_careful{
  49. font-size: 0.15rem;
  50. margin-top: 0.1rem;
  51. }
  52. .myRedEnvelopes{
  53. width: 0.63rem;
  54. height: 0.2rem;
  55. border-radius: 0.04rem;
  56. border: 0.01rem solid #fff48d;
  57. font-size: 0.13rem;
  58. line-height: 0.2rem;
  59. color: #fff48d;
  60. position: absolute;
  61. background: transparent;
  62. top: 0.19rem;
  63. right: 0.19rem;
  64. }