69 lines
947 B
Plaintext
69 lines
947 B
Plaintext
.card-actions {
|
|
border-top: 1px solid #eee;
|
|
height: 45px;
|
|
justify-content: space-around;
|
|
}
|
|
|
|
.card-actions,.card-actions-item {
|
|
align-items: center;
|
|
display: flex;
|
|
flex-direction: row;
|
|
}
|
|
|
|
.card-actions-item-text {
|
|
color: #666;
|
|
font-size: 12px;
|
|
margin-left: 5px;
|
|
}
|
|
|
|
.cover-image {
|
|
flex: 1;
|
|
height: 150px;
|
|
}
|
|
|
|
.no-border {
|
|
border-width: 0;
|
|
}
|
|
|
|
.x_gird_image {
|
|
display: inline-block;
|
|
height: 100%;
|
|
overflow: hidden;
|
|
width: 100%;
|
|
}
|
|
|
|
.text {
|
|
font-size: 14px;
|
|
margin-top: 5px;
|
|
}
|
|
|
|
.grid-dynamic-box {
|
|
margin-bottom: 15px;
|
|
}
|
|
|
|
.grid-item-box {
|
|
flex: 1;
|
|
flex-direction: column;
|
|
}
|
|
|
|
.grid-item-box,.grid-item-box-row {
|
|
align-items: center;
|
|
display: flex;
|
|
justify-content: center;
|
|
padding: 15px 0;
|
|
}
|
|
|
|
.grid-item-box-row {
|
|
flex: 1;
|
|
flex-direction: row;
|
|
}
|
|
|
|
.grid-dot {
|
|
position: absolute;
|
|
right: 15px;
|
|
top: 5px;
|
|
}
|
|
|
|
.swiper {
|
|
height: 420px;
|
|
} |