1234567891011121314151617181920212223242526272829303132333435 |
- @import "../../../../node_modules/antd/lib/style/themes/default.less";
- .thumbPic {
- position: relative;
- vertical-align: middle;
- text-align: center;
- width: 90px;
- height: 128px;
- line-height: 128px;
- img {
- max-height: 100%;
- max-width: 100%;
- vertical-align: middle;
- height: auto;
- }
- }
- .meta {
- p {
- font-weight: 500;
- }
- }
- .editBtn {
- margin-right: 10px;
- background: @primary-5;
- color: #fff;
- font-weight: 500;
- }
- .delBtn {
- margin-right: 10px;
- background: #f5222d;
- color: #fff;
- font-weight: 500;
- }
|