⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 css.css

📁 网上商店首页模块 基于asp开发环境 可以直接用
💻 CSS
字号:
body ,td ,div ,span ,a ,li {
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

body ,ul {
	margin:0;
}

ul {
	line-height:22px;
}

li {
	list-style:none;
	text-align:left;
}

.nav a {
	color:#FFFFFF;
	text-decoration:none;
}

.nav a:hover {
	text-decoration:underline;
}

.nav {
	color:#CCCCCC;
}

.input {
	border:1px solid #CCCCCC;
	height:16px;
}

input{
	border:1px solid #98BBD7;
	background:#EFF6FB;
}
input , select , textarea , option {vertical-align:middle;font-family : tahoma, verdana, 宋体, fantasy; font-size:12px; color : #000000;} 
a {
	color:#696969;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

/*新闻样式*/
#IndexNews {
	clear:both;

	border-top:0px #000 solid;
}

#IndexNews ul {
	clear:left;
	list-style-image:url(images/index_33.gif);
	margin-left:10px!important;	
	line-height:22px;
}
#IndexNews li {
	float:left;
	text-align:left;
	width:150px;
}

/*文章样式*/
#newtopic{font-size:24px;font-weight:bold;padding:10px 0 10px 0;margin:0px;text-align:center;}
#newtext{font-size:12px;border-bottom:1px solid #CBE2EC;text-align:center;}
#newtext{font-size:12px;border-bottom:1px solid #CBE2EC;margin:0px;padding:0 0 5px 0;}
#newtextmain{font-size:14px;line-height:24px;text-align:left;padding:10px;color:#333;}


/*分类样式*/


      /*  ==================== 商品列表 ====================  */
      #globalGoodsList .itemGrid {
        border-bottom: 1px solid #d4d4d4;
      }
      #globalGoodsList .itemGrid .item {
        height: 268px;
        position: relative;
      }
      #globalGoodsList .itemGrid .item .pic,
      #globalGoodsList .itemGrid .item .name,
      #globalGoodsList .itemGrid .item .price,
      #globalGoodsList .itemGrid .item .btnList {
        margin-bottom: 5px;
      }
      #globalGoodsList .itemGrid .item .brief {
        color: #999;
        text-align: left;
        height: 30px;
        margin-bottom: 5px;
      }
      #globalGoodsList .itemGrid .item .waterMark {
        position: absolute;
        top: 15px;   left: 20px;
      }
      #globalGoodsList .itemGrid .item .waterMark img {
        padding: 0;
        border: 0;
      }
      #globalGoodsList .globalGoodsListMenu {
        text-align: right;
        padding: 5px 10px;
        border-bottom: 1px solid #f1f1f1;
      }
      #globalGoodsList .globalGoodsListMenu select,
      #globalGoodsList .globalGoodsListMenu input,
      #globalGoodsList .globalGoodsListMenu img {
        vertical-align: middle;
      }
      #globalGoodsList .globalGoodsListMenuDisplay {
        color: #5fb0dc;
        padding-right: 30px;
      }
      .textStrong_1{
        color: #fff;
        width: 66px;   height:17px;
        line-height: 17px;
        border: 0;
        background: url(../skin/gre/images/btn_addbag_00.gif) no-repeat center;
        margin: 8px 0 0 5px;
      }
      

	  .globalModule {
  clear: both;
  margin-bottom: 7px;
  overflow: hidden;
  zoom: 1;
  border: 1px solid #d4d4d4;
  position: relative;
}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -