1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980 |
- * {
- font-size: .14rem;
- font-family: 'PingFangSC-Normal';
- box-sizing: border-box;
- }
- li {
- list-style: none;
- }
- .rule {
- position: absolute;
- right: 0;
- top: .8rem;
- width: .58rem;
- height: .22rem;
- line-height: .22rem;
- font-size: .12rem;
- padding-left: .08rem;
- color: #F54100;
- border-top-left-radius: .11rem;
- border-bottom-left-radius: .11rem;
- background: linear-gradient(90deg,#FEE302,#FFAB1F);
- }
- .mask {
- width: 100%;
- height: 100%;
- position: fixed;
- top: 0;
- left: 0;
- z-index: 1;
- background: rgba(0,0,0,.7);
- display: none;
- }
- .rule_content {
- width: 3.05rem;
- position: absolute;
- top: 1.7rem;
- left: 50%;
- transform: translate(-50%,0);
- background-image: url("../img/ruleback.png");
- background-size: 100% 100%;
- padding: .64rem .27rem .35rem;
- z-index: 99;
- display: none;
- }
- .rule_content p {
- line-height: .21rem;
- color: #5F3C38;
- font-size: .15rem;
- }
- .rule_content button {
- border: none;
- outline: 0;
- width: 1.81rem;
- height: .42rem;
- line-height: .42rem;
- text-align: center;
- margin: .16rem auto 0;
- display: block;
- background: #FB4605;
- color: #fff;
- border-radius: .4rem;
- font-size: .16rem;
- }
- .back {
- position: absolute;
- top: .3rem;
- left: .1rem;
- width: .2rem;
- height: .2rem;
- z-index: 1;
- }
- .head11 {
- position: absolute;
- top: .31rem;
- left: 50%;
- transform: translate(-50%,0);
- z-index: 1;
- color: #333;
- font-size: .16rem;
- }
|