返回
退出
会员中心
会员中心
我的名片
主页
>
Admin
皮肤名称
default.css
ctlName
BIWeb.Platform.Products.ProductSection
皮肤类型
styles
标准样式
标准样式
---
样式表(CSS Style Sheet)
/Communities/n00000331/Themes/Theme1_CHS/Styles/default.css
修改代码
/***************************** Common--Default Style Elements *****************************/ .main { width: 1000px; margin: auto; } .itemTitle { color: black; font-size: 16px; } .itemServiceBox { border-style: solid; border-width: 1px; border-color: #e2dcdc; padding: 10px; margin: 15px; width: 44%; height: 180px; overflow: hidden; display: inline-block; } .linkBox { background-color: #F0F0F0; } .linkImage { width: 190px; height: 190px; margin: 10px; overflow: hidden; display: inline-block; } .linkImage img { width: 100%; } .itemTitle { font-size: 16px; display: block; color: black; padding: 5px; } .textHeader { background-image: url($e1.jpg$); background-repeat: no-repeat; padding-left: 100px; padding-top: 25px; height: 80px; font-size: 18px; color: blue; } .textHeader2 { background-image: url($e2.jpg$); background-repeat: no-repeat; padding-left: 100px; padding-top: 25px; height: 80px; font-size: 18px; color: blue; } .textBox { padding: 20px; border-style: solid; border-color: #878484; border-width: 1px; width: 44%; height: 400px; display: inline-block; margin: 20px; overflow: hidden; } .bannerbg { background-color: #6E15E7; } .header { color: white; font-size: 30px; text-align: center; padding-top: 60px; } .headerDesp { color: white; font-size: 25px; text-align: center; padding-top: 30px; width:70%; margin:auto; line-height:60px; } .menuBg { padding: 10px; background-color: white; } .menuItem { color: #3f3d3d; font-size: 18px; padding: 5px; margin-bottom: 10px; margin-top: 10px; padding-left: 25px; margin-right: 25px; } .menuItem:hover { color: red; } .menuItemSelected { color: red; font-size: 18px; padding: 5px; margin-bottom: 10px; margin-top: 10px; padding-left: 25px; margin-right: 25px; } .boxBorder { border: dotted; border-color: lightblue; border-width: 1px; } .mylocation { color: black; border-radius: 5px; border-width: 1px; border-style: solid; border-color: brown; } .myItemBox { border-color: lightseagreen; border-style: solid; border-width: 1px; margin: 15px; padding: 5px; width: 210px; height: 340px; overflow: hidden; display: inline-block; } .myItemBoxImage img { width: 196px; height: 196px; } .myItemTitle { color: black; } .myCustItemBox { padding: 5px; margin: 5px; border: dotted; border-width: 1px; border-color: aquamarine; width: 400px; height: 200px; display: inline-block; } .myCustItemBoxImage img { width: 160px; height: 160px; }
/*****************************
Common--Default Style Elements
*****************************/
.main
{
width
: 1000px;
margin
: auto;
}
.itemTitle
{
color
: black;
font-size
: 16px;
}
.itemServiceBox
{
border-style
: solid;
border-width
: 1px;
border-color
: #e2dcdc;
padding
: 10px;
margin
: 15px;
width
: 44%;
height
: 180px;
overflow
: hidden;
display
: inline-block;
}
.linkBox
{
background-color
: #F0F0F0;
}
.linkImage
{
width
: 190px;
height
: 190px;
margin
: 10px;
overflow
: hidden;
display
: inline-block;
}
.linkImage img
{
width
: 100%;
}
.itemTitle
{
font-size
: 16px;
display
: block;
color
: black;
padding
: 5px;
}
.textHeader
{
background-image
: url($e1.jpg$);
background-repeat
: no-repeat;
padding-left
: 100px;
padding-top
: 25px;
height
: 80px;
font-size
: 18px;
color
: blue;
}
.textHeader2
{
background-image
: url($e2.jpg$);
background-repeat
: no-repeat;
padding-left
: 100px;
padding-top
: 25px;
height
: 80px;
font-size
: 18px;
color
: blue;
}
.textBox
{
padding
: 20px;
border-style
: solid;
border-color
: #878484;
border-width
: 1px;
width
: 44%;
height
: 400px;
display
: inline-block;
margin
: 20px;
overflow
: hidden;
}
.bannerbg
{
background-color
: #6E15E7;
}
.header
{
color
: white;
font-size
: 30px;
text-align
: center;
padding-top
: 60px;
}
.headerDesp
{
color
: white;
font-size
: 25px;
text-align
: center;
padding-top
: 30px;
width
:70%;
margin
:auto;
line-height
:60px;
}
.menuBg
{
padding
: 10px;
background-color
: white;
}
.menuItem
{
color
: #3f3d3d;
font-size
: 18px;
padding
: 5px;
margin-bottom
: 10px;
margin-top
: 10px;
padding-left
: 25px;
margin-right
: 25px;
}
.
menuItem
:hover
{
color
: red;
}
.menuItemSelected
{
color
: red;
font-size
: 18px;
padding
: 5px;
margin-bottom
: 10px;
margin-top
: 10px;
padding-left
: 25px;
margin-right
: 25px;
}
.boxBorder
{
border
: dotted;
border-color
: lightblue;
border-width
: 1px;
}
.mylocation
{
color
: black;
border-radius
: 5px;
border-width
: 1px;
border-style
: solid;
border-color
: brown;
}
.myItemBox
{
border-color
: lightseagreen;
border-style
: solid;
border-width
: 1px;
margin
: 15px;
padding
: 5px;
width
: 210px;
height
: 340px;
overflow
: hidden;
display
: inline-block;
}
.myItemBoxImage img
{
width
: 196px;
height
: 196px;
}
.myItemTitle
{
color
: black;
}
.myCustItemBox
{
padding
: 5px;
margin
: 5px;
border
: dotted;
border-width
: 1px;
border-color
: aquamarine;
width
: 400px;
height
: 200px;
display
: inline-block;
}
.myCustItemBoxImage img
{
width
: 160px;
height
: 160px;
}
上海库蓝软件科技有限公司
版权所有
©
--
2023
沪ICP备16018346号-1
Powered by :
3B云平台