Merge remote-tracking branch 'origin/dev' into dev
This commit is contained in:
@@ -207,7 +207,6 @@ export default {
|
|||||||
|
|
||||||
.item {
|
.item {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 104px;
|
|
||||||
border-bottom: 1px solid #DDD;
|
border-bottom: 1px solid #DDD;
|
||||||
padding: 0 32px 0 0;
|
padding: 0 32px 0 0;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
@@ -315,12 +314,13 @@ export default {
|
|||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
.item{
|
.item{
|
||||||
|
display: inline-block;
|
||||||
width: calc(50% - 36px);
|
width: calc(50% - 36px);
|
||||||
margin-right: 36px;
|
margin-right: 36px;
|
||||||
border-radius: 16px;
|
border-radius: 16px;
|
||||||
position: relative;
|
position: relative;
|
||||||
float: left;
|
|
||||||
margin-bottom: 32px;
|
margin-bottom: 32px;
|
||||||
|
vertical-align: top;
|
||||||
.img{
|
.img{
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 218px;
|
height: 218px;
|
||||||
|
|||||||
Reference in New Issue
Block a user