1234567891011121314151617181920212223242526272829303132333435363738394041424344 |
- .itemWrap {
- cursor: pointer;
- &:nth-child(5n){
- margin-right: 0;
- }
- margin-bottom: 28px;
- margin-right: 26px;
- border-radius: 4px;
- overflow: hidden;
- h2 {
- line-height: 30px;
- font-size: 22px;
- font-weight: 500;
- color: #000000;
- line-height: 30px;
- margin: 6px 0;
- }
- .hold {
- width: 219px;
- }
- span {
- color: #999;
- font-size: 18px;
- }
- .itemBottom {
- display: flex;
- flex-direction: row;
- justify-content: flex-start;
- img {
- width: 19px;
- margin-right: 4px;
- // height: 18px;
- }
- .itemBottomL {
- margin-right: 21px;
- }
- .itemBottomL, .itemBottomR{
- display: flex;
- flex-direction: row;
- justify-content: flex-start;
- align-items: center;
- }
- }
- }
|