12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364 |
- body{
- 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;
- }
- .topBanner .register_banner{
- width: 3.53rem;
- margin: auto;
- position: relative;
- }
- .topBanner .ruleTitle{
- width: 2.62rem;
- height: 0.48rem;
- background: url(../img/register_title_bg.png) no-repeat;
- background-size:100%;
- position: absolute;
- top: 1.73rem;
- left: 0;
- right: 0;
- margin: auto;
- display: flex;
- align-items: center;
- justify-content: center;
- }
- .topBanner .ruleTitle img{
- width: 1.48rem;
- }
- .rule_con{
- width:3.51rem;
- background:rgba(251,107,38,1);
- box-shadow:0px -0.01rem 0.02rem 0px rgba(255,159,90,1);
- border-radius:0.16rem 0.16rem 0.01rem 0px;
- margin: auto;
- margin-top: -0.41rem;
- position: relative;
- z-index: 1;
- padding: 0.1rem 0.19rem;
- box-sizing: border-box;
- }
- .rule_con img{
- height: 0.18rem;
- margin-top: 0.18rem;
- margin-bottom: 0.08rem;
- }
- .rule_con p{
- color: #ffffff;
- font-size: 0.14rem;
- line-height: 0.24rem;
- }
- .rule_con .be_careful{
- font-size: 0.15rem;
- margin-top: 0.1rem;
- }
- .myRedEnvelopes{
- width: 0.63rem;
- height: 0.2rem;
- border-radius: 0.04rem;
- border: 0.01rem solid #fff48d;
- font-size: 0.13rem;
- line-height: 0.2rem;
- color: #fff48d;
- position: absolute;
- background: transparent;
- top: 0.19rem;
- right: 0.19rem;
- }
|