| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748 |
- /* pages/takePhoto/success/success.wxss */
- page {
- padding-top: 10vh;
- }
- .share {
- margin: 0 auto;
- margin-top: 40rpx;
- width: 90vw !important;
- height: 80rpx;
- line-height: 80rpx !important;
- border-radius: 4rpx;
- color: #0094FE;
- text-align: center;
- font-size: 34rpx;
- font-family: PingFangSC-Regular, PingFang SC;
- font-weight: 400;
- line-height: 80rpx;
- border: 1px solid #0094FE;
- padding: 0;
- }
- .go {
- margin: 0 auto;
- margin-top: 50rpx;
- width: 90vw;
- height: 80rpx;
- background: #0094FE;
- border-radius: 4rpx;
- color: #fff;
- text-align: center;
- font-size: 34rpx;
- font-family: PingFangSC-Regular, PingFang SC;
- font-weight: 400;
- line-height: 80rpx;
- }
- .success {
- width: 100%;
- height: 48rpx;
- text-align: center;
- font-size: 34rpx;
- font-family: PingFangSC-Medium, PingFang SC;
- font-weight: 500;
- color: #0094FE;
- line-height: 48rpx;
- margin-top: 30rpx;
- }
|