123456789101112131415161718192021222324 |
- /* required by usingComponents */
- .suce{
- text-align: center;
- }
- .suce image{
- margin-top:20%;
- height:300rpx;
- width:300rpx;
- }
- .btn{
- height:100rpx;
- width: 80%;
- margin: 0 auto;
- line-height: 100rpx;
- margin-top: 15%;
- font-size:30rpx;
- font-weight:600;
- border-radius: 12rpx;
- text-align: center;
- background: var(--globleColor);
- color: var(--fontColor);
- }
|