| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173 |
- .bg {
- position: relative;
- min-height: 100%;
- background: #eee;
- background: url(http://fohow.oss-cn-shenzhen.aliyuncs.com/customer/bg_kf.png) no-repeat;
- background-size: 100% 120%;
- /* padding-bottom: 20rpx; */
- }
- /* .qcbg {
- height: 740rpx;
- width: 100%;
- background: #fff;
- background:url(http://fohow.oss-cn-shenzhen.aliyuncs.com/customer/bg_kf.png) no-repeat;
- background-size:750rpx 718rpx;
- overflow: hidden;
- } */
- .qcbg {
- height: 1400rpx;
- width: 100%;
- background: #fff;
- background: url(http://fohow.oss-cn-shenzhen.aliyuncs.com/customer/bg_kf.png) no-repeat;
- background-size: 100% 100%;
- overflow: hidden;
- }
- .erweima{
- display: block;
- width: 337rpx;
- height: 337rpx;
- margin: 60rpx auto 0;
- }
- .text1 {
- font-size: 35rpx;
- color: #ffffff;
- font-weight: 600;
- margin-top: 20rpx;
- text-align: center;
- }
- .text2 {
- font-size: 35rpx;
- color: #999;
- margin-top: 20rpx;
- text-align: center;
- }
- .btn {
- font-size: 35rpx;
- width: 396rpx;
- height: 87rpx;
- background: -webkit-linear-gradient( #eab86a ,#d4932b );
- background: -o-linear-gradient( #eab86a ,#d4932b );
- background: -moz-linear-gradient( #eab86a ,#d4932b );
- background: linear-gradient( #eab86a ,#d4932b );
- border-radius: 50rpx;
- text-align: center;
- color: #fff;
- margin: 32rpx auto 0;
- line-height: 87rpx;
- }
- .text3 {
- color: #000;
- font-size: 35rpx;
- text-align: center;
- margin-top: 110rpx;
- }
- .other-img {
- width: 282rpx;
- height: 20rpx;
- position: absolute;
- top: 769rpx;
- left: 235rpx;
- }
- .other-img1 {
- width: 750rpx;
- height: 850rpx;
- display: block;
- }
- .popup-bg {
- position: fixed;
- left: 0;
- top: 0;
- width: 100%;
- height: 100%;
- background-color: rgba(0,0,0,0.5);
- z-index: 99;
- }
- .popup {
- position: absolute;
- 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;
- }
- .kfqr-dialog{
- position: fixed;
- left: 0;
- top: 0;
- width: 100%;
- height: 100%;
- /* background: rgba(0,0,0,0.5); */
- z-index: 9;
- text-align: center;
- }
- .kfqr{
- text-align: center;
- width: 90%;
- margin: 30% auto;
- background: #797064;
- padding: 30rpx;
- box-sizing: border-box;
- border-radius: 10rpx;
- color: #Fff;
- font-size: 36rpx;
- font-weight: bold;
- }
- .kfqr image{width: 100%;
- height: 550rpx;}
- .kfqr text{ margin: 10px;
- display: block;}
|