1234567891011121314151617181920212223242526272829 |
- .container {
- width: 100%;
- height: 200rpx;
- }
- .handle {
- display: flex;
- justify-content: space-between;
- }
- .card {
- font-size: 14px;
- margin: 20px;
- padding: 20px;
- box-sizing: border-box;
- border: 1px solid #abdcff;
- background-color: #f0faff;
- border-radius: 12px;
- }
- .time {}
- .button {
- color: blue;
- border-radius: 8px;
- line-height: 30px;
- font-size: 16px;
- width: 70px;
- }
|