zoukankan      html  css  js  c++  java
  • 第一阶段项目(3)

    <style>属性

    *{
                    margin: 0px;
                    padding: 0px;
                }
                .H1{
                     100%;
                }                
                .top-nav{
                     1200px;
                    height: 65px;
                    /*background-color: #87CEFA;*/
                    margin: 0px auto;
                }
                .tn1{
                     100px;
                    height: 62px;
                    /*background-color: black;*/
                    margin-left: 100px;
                    float: left;
                }
                .ykbz{
                     80px;
                    height: 62px;
                    line-height: 62px;
                    text-align: center;
                    margin: 0px 0px 0px 650px;
                    float: left;
                    font-size: 14px;
                    color: black;
                }
                .ykbz:hover{
                    color: yellow;
                }
                .tn3{
                     80px;
                    height: 62px;
                    line-height: 62px;
                    text-align: center;
                    margin: 0px 100px 0px 0px;
                    float: left;
                    font-size: 14px;
                    color: black;
                }
                .a1{
                     1349px;
                    height: 40px;
                    line-height: 40px;
                    background-color: forestgreen;
                }
                
                .A1{
                     792px;
                    height: 40px;
                    margin: 0px 0px 0px 80px;                
                    float: left;
                }
                .a11 {                
                    float: left;
                    font-size: 16px;
                    color: white;                
                    transition: all 0.3s linear 0s;
                     88px;                
                    text-align: center;                                                            
                }
                .a11:hover{                
                    background-color: chocolate;                                                            
                } 
                a{
                    text-decoration: none;
                }
                .a2{
                     1349px;
                    height: 500px;
                    background-color: #6495ED;
                    background-image: url(img/jilv背景图.png); 
                    position: absolute;               
                }
                .text{
                     675px;
                    height: 110px;
                    background-color: black;
                    opacity: 0.6;
                    margin: 280px 0px 0px 336px;
                    position: absolute;
                    
                }
                .text1{
                     636px;
                    height: 45px;
                    background-color: #228B22;
                    margin: 0px auto;
                    margin-top: 20px;
                    /*position: relative;*/
                    
                                                  
                }
                .t1a{
                     555px;
                    height: 45px;
                    background-color: #6495ED;
                    float: left;
                }
                .ta1a{
                     535px;
                    height: 30px;
                    margin: 8px 0px 0px 10px;
                    
                    font-size: 18px;
                    font-family: "microsoft yahei";
                }
                .t1{
                     555px;
                    height: 43px;
                    background-color: white;
                    opacity: 2.1;
                }
                .t1b{
                     80px;
                    height: 45px;
                    background-color: #FF0000;
                    float: left;
                    text-align: center;
                    font-size: 30PX;
                }
                a{
                    color: white;
                }
                .dizhi{
                     28px;
                    height: 24px;
                    float: left;
                    /*background-color: yellow;*/
                    font-size: 14px;
                    margin-left: 20px;
                    margin-top: 10px;
                    text-align: center;
                    line-height: 24px;
                }
                a:hover{
                    color: #FF8C00;
                }
                .dizhi1{
                     119px;
                    height: 24px;
                    float: left;
                    font-size: 14px;
                    margin-left: 20px;
                    margin-top: 10px;
                    text-align: center;
                    line-height: 24px;
                }
                
                .a3{
                     1200px;
                    height: 200px;
                    text-align: center;
                    border: 1px solid white;
                    margin: 0px auto;
                    margin-top: 500px;
                }
                .b{
                     1200px;
                    height: 150px;
                    /*border: 1px solid black;*/
                    margin: 0px auto;
                    margin-top: 30px;
                    /*background-color: #000000;*/
                }
            
  • 相关阅读:
    性能测试应用领域
    性能测试---不同视角看性能和相关术语
    Jmeter(二十五)Jmeter之系统函数
    Jmeter(二十四)Jmeter-Question之“加密请求参数”
    Web应用层协议---HTTP
    协议栈CheckList
    数据报表类(BI)项目测试应该如何去啃?
    #单元测试#以karma+mocha+chai 为测试框架的Vue webpack项目(二)
    解决未安装unit测试和jest的Vue项目运行karma start时的错误
    npm run dev运行Vue项目报错:Node Sass does not yet support your current environment
  • 原文地址:https://www.cnblogs.com/sunzhenkun/p/7357364.html
Copyright © 2011-2022 走看看