1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586 |
- .wechat {
- width: 100%;
- height: 100%;
- background: #EEFFEC;
- display: block;
- }
- .wechat_box {
- width: 100%;
- height: 100%;
- display: block;
- /* position: relative; */
- }
- .wechat_bg {
- width: 753rpx;
- height: 1018rpx;
- position: absolute;
- top: 60rpx;
- left: 0;
- }
- .wechat_title {
- color: #0d0d0d;
- font-size: 40rpx;
- display: flex;
- flex-direction: column;
- position: absolute;
- top: 380rpx;
- width: 750rpx;
- }
- .wechat_title text {
- margin-bottom: 23rpx;
- text-align: center;
- }
- .contact-btn {
- width: 499rpx;
- height: 112rpx;
- background: #5fd250;
- color: #fff;
- display: flex;
- align-items: center;
- justify-content: center;
- font-size: 45rpx;
- border-radius: 64rpx;
- margin: 605rpx auto;
- }
- .copy_wechat_btn {
- width: 499rpx;
- height: 112rpx;
- background: #ff9312;
- color: #fff;
- display: flex;
- align-items: center;
- justify-content: center;
- font-size: 45rpx;
- border-radius: 64rpx;
- position: absolute;
- top: 794rpx;
- margin: 0 auto;
- left: 0;
- right: 0;
- }
- .wechat_tip {
- color: #af3c00;
- font-size: 22rpx;
- display: flex;
- flex-direction: column;
- align-items: center;
- justify-content: center;
- position: absolute;
- top: 940rpx;
- width: 375rpx;
- margin: 0 auto;
- left: 0;
- right: 0;
- }
- .wechat_tip text {
- margin-bottom: 3rpx;
- }
|