web作业2

简介: web作业2

实现代码:

<!DOCTYPE html>
<html>
  <head>
    <meta charset="utf-8">
    <title>用户注册</title>  
    <style>
      .root-div{
            width: 250px;
            height: 400px;
            float: left;
            margin-left: 20px;
            margin-top: 20px;
            border: 1px solid red;
          }
            .image-parent,img{
            width: 250px;
            height: 250px;
            }
            .image-parent{
              position: relative;
            }
            .image-child{
              width:100%;
              position: absolute;
              bottom: 0px;
              display: none;
            }
            .image-child > div{
              width: 125px;
              float: left;
              background-color: orange;
              text-align: center;
              color: white;
            }
            .image-child > div:first-child{
              width: 124px;
              border-right:1px solid white;
            }
            
            .image-parent:hover > .image-child{
              display: block;
            }
      .price > span:first-child{
        font-size: 20px;
        font-weight: bold;
        color: orange;
        margin-left: 5px;
      }
      .price > span:nth-child(2){
        font-size: 14px;
        background-color: red;
        color: white;
        padding-left: 2px;
        padding-right: 2px;
      }
      .price > span:nth-child(3){
        font-size: 14px;
        float: right;
        color: #999;
        margin-right: 10px;
      }
      .price > span:nth-child(4){
        font-size: 15px;
        float: left;
        color: black;
        margin-right: 10px;
      }
      .good > span:first-child{
        font-size: 15px;
        float: left;
        color: #999;
        margin-right: 10px;
      }
      .good > span:nth-child(2){
        font-size: 30px;
        background-color: red;
        color: white;
        padding-left: 3px;
        padding-right: 3px;
        background-image: linear-gradient(red,yellow,red);
      }
      .good > span:nth-child(3){
        width: 32px;
        height: 32px;
        position:40px -170px
      }
    </style>
  </head>
  <body>
    <div class="root-div">
          <div class="image-parent">
            <img src="6.jpg" alt="衣服">
            <div class="image-child">
              <div>找同款</div>
              <div>找相似</div>
            </div>
            <div class="price">
                    <span>¥9.9</span>
                    <span>包邮</span>
                    <span>3万+人付款</span>
                    <span>衣图雅卫衣女春秋宽松韩版学生秋冬装开衫外套女连帽上衣服 </span>      
            </div>
            <div class="good">
              <span style="word-spacing: 80px;">衣图雅旗舰店 浙江宁波</span>
              <span>双11</span>
              <span><img src="a.png"/></span>
            </div> 
          </div>
        </div>   
  </body>
</html>

实现结果还存在一些问题:

下方精灵图的插入存在一些问题,日后修正

 

相关文章
|
6月前
|
前端开发
web前端作业3
web前端作业3
26 1
|
6月前
|
前端开发
web前端的作业1
web前端的作业1
29 1
|
6月前
《吉师作业》(1)之我是web手为啥让我学C
《吉师作业》(1)之我是web手为啥让我学C
63 0
|
负载均衡 网络协议 Linux
web集群第二次作业
LVS(Linux Virtual Server)是一种高性能、可扩展的负载均衡软件,它可以将客户端请求分发到多个后端服务器上,从而实现负载均衡。LVS支持多种工作模式,其中最常用的是NAT模式和DR模式。这两种模式各有优缺点,下面我将详细介绍他们的特点及适用场景。
84 0
|
前端开发 JavaScript 人机交互
Web开发及人机交互导论 大作业(二)
Web开发及人机交互导论 大作业(二)
92 0
Web开发及人机交互导论 大作业(二)
|
移动开发 前端开发 JavaScript
Web开发及人机交互导论 大作业(一)
Web开发及人机交互导论 大作业(一)
131 0
Web开发及人机交互导论 大作业(一)
|
前端开发
3.19Web前端作业
3.19Web前端作业
69 0
3.19Web前端作业
|
前端开发
Web前端作业-教育信息化"十三五"规划报告
Web前端作业-教育信息化"十三五"规划报告
119 0
Web前端作业-教育信息化"十三五"规划报告
web作业:字符串生成
/** @param S String @return String
79 0

热门文章

最新文章