| 123456789101112131415161718192021222324252627282930313233 |
- /**index.wxss**/
- page {
- height: 100vh;
- display: flex;
- flex-direction: column;
- }
- .txtWords{
- width:690rpx;
- height:600rpx;
- background-color: #fff;
- margin: 30rpx 0;
- font-size: 48rpx;
- }
- .feature-name{
- font-size: 36rpx;
- }
- .feature-btn{
- margin: 30rpx;
- }
- .btn-retake {
- background-color: #07c160;
- color:#fff;
- width: 650rpx;
- border-radius: 20rpx;
- }
- .footer{
- position: fixed;
- bottom:60rpx;
- }
|