1234567891011121314151617181920212223242526 |
- /* pages/account/growthCourse/component/popupCode.wxss */
- .content{
- /* padding: 20rpx 40rpx; */
- }
- .content .title{
- font-size: 28rpx;
- line-height: 1.8;
- }
- .content .title text{
- color: #fd5353;
- }
- .content .title .tip{
- color: #666;
- }
- .content .qrCode{
- overflow: hidden;
- margin: 20rpx 0;
- }
- .content .qrCode image{
- width: 500rpx;
- margin-left: calc(50% - 250rpx);
- }
- .content button{
- border-radius: 0;
- }
|