| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384 |
- .bg {
- position: relative;
- width: 100%;
- min-height: 100%;
- background-color: #eab86a;
- }
- .start-bg {
- display: block;
- width: 740rpx;
- margin: 0 auto;
- height: 740rpx;
- /* background-image: url('http://fohow.oss-cn-shenzhen.aliyuncs.com/xcx/xcx/start.png'); */
- background-image: url('http://fohow.oss-cn-shenzhen.aliyuncs.com/xcx/xcx/start2.png');
- background-size: 100% 100%;
- }
- .start-height {
- height: 50rpx;
- }
- .start-bottom {
- position: absolute;
- bottom: 90rpx;
- left: 337rpx;
- }
- .popup {
- position: fixed;
- left: 50%;
- top: 300rpx;
- margin-left: -280rpx;
- width: 560rpx;
- height: 440rpx;
- background-color: #fff;
- border-radius: 10rpx;
- overflow: hidden;
- }
- .popup-title {
- text-align: center;
- line-height: 32rpx;
- font-size: 32rpx;
- padding-top: 30rpx;
- padding-bottom: 32rpx;
- color: #4c4c4c;
- font-weight: bold;
- }
- .popup-logobg {
- width: 110rpx;
- height: 110rpx;
- border-radius: 100%;
- background-color: #f7f7f7;
- margin: 0 auto;
- border:1rpx solid #cfcfcf;
- }
- .popup-image {
- display: block;
- width: 67rpx;
- height: 90rpx;
- background-image: url('https://fohow.oss-cn-shenzhen.aliyuncs.com/xcx/startlogo.png');
- background-size: 100% 100%;
- margin: 8rpx auto 0;
- }
- .popup-hint {
- display: block;
- font-size: 28rpx;
- color: #999999;
- text-align: center;
- line-height: 50rpx;
- padding-top: 20rpx;
- }
- .popup-bottom {
- border:0;
- border-radius: 0rpx;
- position: absolute;
- bottom: 0;
- width: 100%;
- height: 88rpx;
- line-height: 88rpx;
- left: 0;
- border-top: 1rpx solid #cccccc;
- text-align: center;
- font-size: 32rpx;
- color: #39a43c;
- }
- button::after{
- border: none;
- }
|