123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163 |
- body{width: 100%;min-height: 100vh;background: #3D0392;}
- .container{width: 100%;padding-top:2.03rem;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.9rem;
- height:0.957rem;
- font-size:0.15rem;
- color:#FFFFFF;
- line-height:0.21rem;
- text-align: center;
- letter-spacing:0.01rem;
- margin: auto;
- background: url(../imgs/describe.png) no-repeat;
- background-size: 100% 100%;
- padding-top: 0.49rem;
- box-sizing: border-box;
- }
- .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;*/
- }
- .daojishi .first,.daojishi .second{
- float: left;
- width: 1.5rem;
- }
- .daojishi .first .time,.daojishi .second .time{
- width:0.8rem;
- font-size:0.12rem;
- color:#FFFFFF;
- line-height:0.165rem;
- text-align: center;
- letter-spacing: 0.01rem;
- }
- .daojishi .first .time{
- margin-left: 0.62rem;
- }
- .daojishi .second .time{
- margin-left: 0.5rem;
- }
- .daojishi .first .hongbaoImg,.daojishi .second .hongbaoImg{
- width: 0.285rem;
- height: 0.33rem;
- /*height: 0.365rem;*/
- margin-top: 0.56rem;
- }
- .daojishi .first .hongbaoImg{
- margin-left: 0.85rem;
- }
- .daojishi .second .hongbaoImg{
- margin-left: 0.78rem;
- }
- .tianmaoImg{
- display: inline-block;
- width:1.025rem;
- /*height:1.025rem;*/
- margin-left: 0.27rem;
- padding-top: 0.49rem;
- }
- .weizhi{
- display: inline-block;
- width:0.275rem;
- height:0.375rem;
- margin-left: 0.9rem;
- }
- #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;
- }
|