Authored by 李靖

application

... ... @@ -9,6 +9,17 @@
<link rel="stylesheet" href="../../src/css/mip/mip-shop-detail.css">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, minimum-scale=1, user-scalable=no">
<link rel="canonical" href="http://www.yohomars.com/share/store/1"/>
<script type="application/ld+json">
{
"@context": "https://ziyuan.baidu.com/contexts/cambrian.jsonld",
"@id": "",
"appid": "1583402501013173",
"title": "",
"images": [],
"description": "",
"pubDate": ""
}
</script>
</head>
<body>
<div class="shop-detail-page">
... ...
... ... @@ -504,6 +504,19 @@ mip-img {
margin-left: 5%;
font-size: 20px;
line-height: 24px;
position: relative;
}
.know-list .right-part:after {
content: "";
width: 0;
height: 0;
border-bottom: solid 5px transparent;
border-right: solid 5px #fff;
border-top: solid 5px transparent;
position: absolute;
top: 14px;
left: -4px;
}
.right-part .name {
... ...