Du kannst nicht mehr als 25 Themen auswählen
Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
|
- .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;
- }
|