123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115 |
- body{width: 100%;min-height: 100vh;background: #3D0392;}
- .container{width: 100%;padding-top:2.255rem;position: absolute;top: 0;left: 0;}
- #copy_1,#copy_2,#taokouling{
- position: absolute;
- left: -1000rem;
- }
- .alert-info {
- position: absolute;
- top: 4.6rem;
- right: 0;
- left: 0;
- bottom: 0;
- text-align: center;
- }
- .alert-info p {
- display: inline-block;
- height: 0.38rem;
- color: #fff;
- font-size: 0.14rem;
- line-height: 0.38rem;
- padding: 0 0.10rem;
- background-color: rgba(0, 0, 0, 0.7);
- border-radius: 5px;
- }
- .receive_time{
- display: block;
- width:2.5rem;
- height:0.225rem;
- border-radius:0.115rem;
- border:0.01rem solid #FFFFFF;
- font-size:0.15rem;
- color: #FFFFFF;
- text-align: center;
- margin: auto;
- line-height: 0.245rem;
- }
- .count_down{
- width:2.25rem;
- height:0.51rem;
- color:rgba(255,255,255,1);
- line-height:102px;
- padding-top: 0.525rem;
- margin: auto;
- }
- .count_down img{
- width: 100%;
- }
- .daojishi{
- height: 2.8rem;
- }
- .daojishi .img{
- width:3.115rem;
- margin: auto;
- }
- #endtime{
- color: #FFFFFF;
- font-size: 0.24rem;
- line-height: 0.335rem;
- display: flex;
- align-items: center;
- justify-content: center;
- margin-top: 0.215rem;
- margin-bottom: 0.775rem;
- }
- #endtime span{
- display: inline-block;
- width: 0.385rem;
- height: 0.45rem;
- background: #D137CE;
- border-radius: 0.1rem;
- font-size: 0.32rem;
- line-height: 0.45rem;
- text-align: center;
- margin: 0 0.115rem;
- }
- .button{
- width: 2.6rem;
- height: 0.45rem;
- border: 0.01rem solid #FFFFFF;
- border-radius: 0.135rem;
- color: #FFFFFF;
- font-size: 0.24rem;
- display: block;
- margin: auto;
- margin-top: -0.2rem;
- }
- .buttonActive{
- background: #FEC43A;
- color: #F95105;
- box-shadow:0px 0.035rem 0.02rem 0px rgba(0,0,0,0.5);
- border: none;
- }
- .bg_img{
- width: 100%;
- height: 100vh;
- position: position;
- left: 0;
- top: 0;
- }
- .bg_img #bg_top_img{
- width: 100%;
- position: absolute;
- top: 0;
- left: 0;
- }
- .bg_img #bg_bottom_img{
- width: 100%;
- position: absolute;
- bottom: 0;
- left: 0;
- }
|