You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- view text{
- display: block;
- }
- view text:nth-of-type(1){
- font-size: 30rpx;
- color: #000;
- padding: 30rpx 0;
- text-align: center;
- }
- view text:nth-of-type(2){
- padding: 0 30rpx;
- font-size: 28rpx;
- line-height: 50rpx;
- color: #999;
- }
|