名字

尺寸

价格

将三行代码放在同一列  名字

               尺寸

               价格



 style="margin-top: 20px  距离外边距20PX


padding 5px 内边距距离




.linetext {

color: #666666;

font-size: 13px;

/*font-weight: ;*/

margin: 15px 15px;

text-transform: uppercase;

text-align: center;

position: relative;

z-index: 2;

}

.linetext:before {

content: " ";

position: absolute;

background: #efeff4;

bottom: -6px;

width: 100px;

height: 30px;

z-index: -1;

left: 50%;

margin-left: -50px;

}

.linetext:after {

content: " ";

position: absolute;

border: 1px solid #c0c0c0;

bottom: 7px;

left: 0;

width: 100%;

height: 0;

z-index: -2;

}


你可能还需要
  一条横线穿过 你还需要效果 -------你还需要-------



   foreach (GridViewRow item in HeadGridView.Rows)

        {

            double pricerow = Convert.ToDouble(item.Cells[4].Text.Trim()) * Convert.ToDouble(item.Cells[5].Text.Trim());

            total += pricerow;

        }

        total = total * tian;价格相乘总价





DATAMODEL 下面DATAMODELL 双击点开下拉从数据库中添加



 H_Customers model1 = new H_CustomersBll().GetModelByID(model.CustomerId.ToString().ToInt());

 if (!model1.Id.IsNullOrEmpty())
        {
            if (model1.Id.ToString().ToInt() != 0)
            {
                H_CustomersBll pub = new H_CustomersBll();
                H_Customers user = pub.GetModelByID(model1.Id.ToString().ToInt());
                txtCustomerId.Text = user.NickName;


                hdID.Value = model.CouponId.ToString();

            }
        } 












轮播侧滑






图片渐变








文字一点上去出现下拉框





                新建

               

   





背景图片撑开 background-size: cover    图片不够大居中不重复 no repeat center


图片不随页面滚动条滚动固定在某一位置样式style=" position: fixed;right: 10px;bottom: 10px;



鼠标经过显示隐藏文字

 

 <style>

    #contain{width: 120px; height: 400px; position: fixed;left: 30px;top:200px;  border: solid red 1px   ;  }

    #c{ list-style: none;text-align: center}

    style>

 

 

<div id="contain" onmouseover="over()" onmouseout="out()">


<ul id="c">

<li><a><h2>关于镇远h2>a>li>


<li><a href="#"><h3>镇远简介h3>a>li>

<li><a href="#"><h3>品牌释义h3>a>li>

<li><a href="#"><h3>镇远文化h3>a>li>

<li><a href="#"><h3>镇远活动h3>a>li>

<li><a href="#"><h3>镇远简介h3>a>li>

<li><a href="#"><h3>品牌释义h3>a>li>

<li><a href="#"><h3>镇远愿景h3>a>li>

<li><a href="#"><h3>镇远视屏h3>a>li>



ul>




div>

 

 

 

<script type="text/javascript">

 

 

document.getElementById("contain"). = function(){

    document.getElementById("c").style.display='block';

}

document.getElementById("contain"). = function(){

    document.getElementById("c").style.display='none';

}

 

 

script>



鼠标经过会显示隐藏导航栏


test

 

      

      

      

      

      

     

















锚点


>

镇远简介

  • 品牌释义

  • 镇远文化

  • 镇远活动





  • B

    C

    D

    E



    点上去文字图片放大


     

    鼠标悬停这里字体变大

     









    鼠标悬停图片变大