| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091 |
- .bg {
- position: relative;
- }
- .t-top {
- height: 435rpx;
- width: 100%;
- background: -webkit-linear-gradient(#eab86a, #ff8678, #ff9e88);
- background: -o-linear-gradient(#eab86a, #ff8678, #ff9e88);
- background: -moz-linear-gradient(#eab86a, #ff8678, #ff9e88);
- background: linear-gradient(#eab86a, #ff8678, #ff9e88);
- overflow: hidden;
- }
- .t-img {
- width: 203rpx;
- height: 203rpx;
- display: block;
- margin: 70rpx auto 30rpx;
- }
- .t-text {
- color: #fff;
- font-size: 32rpx;
- text-align: center;
- }
- .t-center {
- width: 708rpx;
- background: #f9f3f2;
- border-radius: 15rpx;
- position: absolute;
- left: 50%;
- transform: translate(-50%);
- top: 390rpx;
- box-sizing: border-box;
- padding: 30rpx 20rpx 30rpx;
- }
- .center-text {
- font-size: 36rpx;
- text-align: center;
- font-weight: 600;
- color: #7d615d;
- padding-bottom: 40rpx;
- }
- .center-text1 {
- color: #7d615d;
- font-size: 30rpx;
- }
- .center-part {
- height: 50rpx;
- border-bottom: 1rpx solid #e7d2cf;
- margin-bottom: 30rpx;
- }
- .center-btn {
- height: 70rpx;
- width: 162rpx;
- background: -webkit-linear-gradient(left,#fe5a59, #ff8375, #ff9c86);
- background: -o-linear-gradient(right,#fe5a59, #ff8375, #ff9c86);
- background: -moz-linear-gradient(right,#fe5a59, #ff8375, #ff9c86);
- background: linear-gradient(right,#fe5a59, #ff8375, #ff9c86);
- border-radius: 50rpx;
- color: #fff;
- text-align: center;
- line-height: 70rpx;
- font-size: 28rpx;
- position: absolute;
- right: 20rpx;
- top: 100rpx;
- }
- .center-btn1 {
- color: #fff;
- text-align: center;
- font-size: 30rpx;
- height: 88rpx;
- line-height: 88rpx;
- width: 662rpx;
- border-radius: 50rpx;
- background: -webkit-linear-gradient(left,#fe5a59, #ff8375, #ff9c86);
- background: -o-linear-gradient(right,#fe5a59, #ff8375, #ff9c86);
- background: -moz-linear-gradient(right,#fe5a59, #ff8375, #ff9c86);
- background: linear-gradient(right,#fe5a59, #ff8375, #ff9c86);
- margin-top: 20rpx;
- }
- .backhome {
- width: 232rpx;
- height: 84rpx;
- border: 1rpx solid #cccccc;
- font-size: 28rpx;
- text-align: center;
- line-height: 84rpx;
- color: #999999;
- margin: 630rpx auto 0;
- border-radius: 50rpx;
- }
|