123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117 |
- .bg{
- margin: 60rpx 40rpx;
- box-shadow: 0rpx 10rpx 20rpx 0rpx rgba(0, 0, 0, .4);
- border-radius: 10rpx;
- overflow: hidden;
- position: relative;
- }
- .btn-bottom{
- position: fixed;
- bottom: 0;
- display: flex;
- justify-content: space-around;
- align-items: center;
- width: 100%;
- padding: 10rpx 0 ;
- }
- .btn-bottom button{
- background: #EE3A43;
- color: #fff;
- font-size: 30rpx;
- width: 30%;
- }
- .noBill{
- color: #999;
- text-align: center;
- line-height: 2.5;
- padding: 60rpx 20rpx;
- }
- .noBill .nobill-t{
- font-size: 40rpx;
- }
- .noBill .nobill-tip{
- font-size: 26rpx;
- }
- .icon-baby::before{
- color: #999;
- font-size: 120rpx;
- }
- .bg image{
- width: 100%;
- }
- .position-center{
- position: absolute;
- text-align: center;
- width: 100%;
- }
- .head{
- position: relative;
- height: 150rpx;
- z-index: 999;
- }
- .head .head-bg{
- height: 100%;
- }
- .head .act-logo{
- position: absolute;
- top: 20rpx;
- left: 40rpx;
- width: 140rpx;
- }
- .head .act-t{
- top: 50rpx;
- font-weight: 600;
- font-size: 25rpx;
- white-space:nowrap;
- overflow:hidden;
- text-overflow:ellipsis;
- }
- .head .act-d{
- top: 100rpx;
- color: #282828;
- font-size: 22rpx;
- }
- .bill-line-f,.bill-line-l{
- height: 10rpx;
- width: 60rpx;
- background: #EE3A43;
- border-radius: 5rpx;
- left: 0;
- right: 0;
- margin: auto;
- bottom: -5rpx;
- }
- .bill-line-f{
- bottom: -5rpx;
- }
- .center{
- position: relative;
- margin-top: -10rpx;
- }
- .center image{
- /* background: #EE3A43; */
- display: block;
- }
- .center .bill-line-l{
- bottom: -5rpx;
- }
- .tip{
- text-align: center;
-
- }
- .font{
- color: white;
- font-size: 70rpx;
- position: absolute;
- top: 40%;
- left: 26%;
- }
- .defaultImg{
- position: relative;
- }
|