123456789101112131415161718192021222324252627282930313233343536373839404142 |
- .wxauthorize{
- margin: 290rpx auto 0;
- width: 360rpx;
- height: 420rpx;
- display: block;
- }
- .getUserInfo {
- width: 594rpx;
- height: 88rpx;
- background-color: #4AC3B2;
- color: #FFFFFF;
- font-size: 28rpx;
- font-weight: Regular;
- margin-top: 202rpx;
- line-height: 88rpx;
- }
- .pay {
- height: 182rpx;
- width: 100%;
- position: fixed;
- left:0;
- bottom:0rpx;
- background:#FFFFFF;
- z-index: 10;
- display: flex;
- }
- .create {
- margin-top: 40rpx;
- height: 82rpx;
- width: 612rpx;
- margin-bottom: 60rpx;
- margin-left: 70rpx;
- margin-right: 68rpx;
- text-align: center;
- font-weight: 500;
- font-size: 36rpx;
- line-height: 82rpx;
- color: #FFFFFF;
- background:linear-gradient(90deg,rgba(0,199,198,0.97) 0%,rgba(0,210,210,1) 100%);
- box-shadow:0rpx 14rpx 44rpx 2rpx rgba(0,199,198,0.2);
- border-radius: 42rpx;
- }
|