移动系统liao
2024-05-09 5d6cb15ac86d9174393cb9d1538d69b567e2c26c
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
.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; }