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.
|
- .notes{
- padding: 0 32rpx;
- }
- .record text:nth-of-type(2n+1){
- float: left;
- }
- .record text:nth-of-type(2n){
- float: right;
- }
- .record text{
- font-size: 28rpx;
- color: #333;
- }
- .record1 text:nth-of-type(2){
- color: #FF3535;
- }
- .record1 text:nth-of-type(1){
- font-size: 32rpx;
- }
- .record1{
- margin-top: 15rpx;
- }
- .title{
- font-size: 36rpx;
- font-weight: bold;
- }
- .record2{
- margin-top: 16rpx;
- }
|