| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283 |
- .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-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;
- }
|