- button{
- margin: 40rpx 0;
- }
- .text-box{
- margin-bottom: 70rpx;
- padding: 40rpx 0;
- display: flex;
- min-height: 300rpx;
- background-color: #FFFFFF;
- justify-content: center;
- align-items: center;
- text-align: center;
- font-size: 30rpx;
- color: #353535;
- line-height: 2em;
- }
|