1234567891011121314151617181920212223242526 |
- page {
- background-color: #f1f2f3;
- }
- .panel{
- padding:10px;
- background-color: #fff;
-
- }
- .mt-10{
- margin-bottom: 10px;
- }
- .small {
- font-size: 26rpx;
- color: #333;
- line-height: 25px;
- }
- .mr-5{
- margin-right: 5px;
- }
- .mt-5{
- margin-bottom: 5px;
- }
- .flex-around{
- justify-content: space-around;
- }
|