.mst-top { width: 100%;
|
image { width: 100%; max-height: 225px; }
|
}
|
.coreshop-grid { padding: 10px 13px; width: 100%; display: flex; border-top: 1px solid #ddd; background-color: #fff; margin-bottom: 10px;
|
.coreshop-item { flex: 1; text-align: center; position: relative; border-right: 1px solid #eee; height: 45px;
|
&:last-child { border: none; }
|
&:active { transform: scale(.90); transition: all .5s; opacity: .8; }
|
.coreshop-item-icon { width: 25px; height: 25px; display: block; margin: 0 auto; }
|
.coreshop-item-text { font-size: 14px; color: #666; display: block; margin-top: 3px; }
|
.coreshop-item-img { width: 75px; height: 75px; top: -35px; position: absolute; left: 42%; transform: translateX(-50%); border-radius: 5px; background-color: #fff; border-radius: 3px; box-shadow: 0 0 5px #ccc; }
|
}
|
}
|
|
.collect-pop { width: 100%; height: 100%;
|
image { width: 100%; }
|
}
|
.h5-tip { text-align: center; margin-top: 150px; }
|