赞
踩
- <!DOCTYPE html>
- <html>
- <head>
- <meta charset="utf-8">
- <title></title>
- <style>
- * {
- margin: 0;
- padding: 0;
- }
-
- .goods {
- width: 250px;
- height: 390px;
- border: 1px solid red;
- }
-
- .yu>img {
- display: block;
- width: 250px;
- height: 250px;
-
- }
-
- .text>div {
- margin: 5px;
- }
-
- .price>span {
- vertical-align: middle;
- }
-
- .price>span:first-child {
- color: #eb5628;
- font-weight: bold;
- font-size: 20px;
- line-height: 20px;
- }
-
- .price>span:nth-child(2) {
- background-color: #eb5628;
- color: white;
- font-size: 13px;
- line-height: 20px;
- }
-
- .price>span:last-child {
- float: right;
- font-size: 13px;
- color: #777;
- }
-
- .des>a>label {
- font-size: 13px;
- }
-
- .des>a>label:first-child {
- color: #eb5628;
- }
-
- .des>a:link {
- text-decoration: none;
- color: black;
- }
-
- .des>a:visited {
- color: black;
- }
-
- .des>a:hover {
- color: #eb5628;
- text-decoration: underline;
- }
-
- .shop_info>a:visited {
- color: #777;
- }
-
- .shop_info>a {
- font-size: 13px;
- }
-
- .shop_info>label {
- float: right;
- font-size: 13px;
- color: #777;
- }
-
- .icon_info>span:first-child {
- background: url('img/sprite.png');
- background-size: 610px 600px;
- display: inline-block;
- background-position: -375px -400px;
- width: 32px;
- height: 32px;
- }
-
- .icon_info>span:last-child {
- background: url('img/2222.png');
- background-size: 860px 852px;
- display: inline-block;
- background-position: -344px -646px;
- width: 32px;
- height: 32px;
- float: right;
- }
-
- .yu {
- width: 250px;
- position: relative;
- }
-
- .yu>div {
- position: absolute;
- bottom: 0;
- display: none;
- }
-
- .yu>div>div {
-
- background-color: #eb5628;
- font-size: 25px;
- color: white;
- width: 124px;
- float: left;
- text-align: center;
-
- }
-
- .yu>div>div:last-child {
- border: 1px solid white;
- border-top: none;
- border-right: none;
- }
-
- .yu:hover>div {
- display: block;
- }
- </style>
- </head>
- <body>
- <div class="goods">
- <div class="yu">
- <img src="111.webp" alt="">
- <div>
- <div>
- 找相似
- </div>
- <div>
- 找相同
- </div>
- </div>
- </div>
- <div class="text">
- <div class="price">
- <span>¥12.80</span>
- <span>包邮</span>
- <span>1万+人付款</span>
- </div>
- <div class="des">
- <a href="#">
- <label for="des">鸡你太美</label>
- <label for="">手办摆件恶搞ikun小黑子蔡徐坤公仔小玩偶车摆件小玩具</label>
- </a>
- </div>
- <div class="shop_info">
- <a href="">信誉玩具专营店</a>
- <label>浙江 金华</label>
- </div>
- <div class="icon_info">
- <span></span>
- <span></span>
- </div>
- </div>
- </div>
- </body>
- </html>

Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。