格友~~
帮忙下,弹窗CSS加注释,便于修改,
(标题高度,标题,颜色,弹窗背景颜色,圆角大小,XX 框框, 字体大小~~~等等,尽量能全部)
拜托!!
myStyle.css
div[id="popupTitlebar"]{
background-color:Green !important;
height:50px !important;
}
.txtstyle{
border:5px solid red;
}
.carousel-inner .item div {
background-size: cover !important;
}
.headerImageBar {
position: fixed !important;
width: 100% !important;
z-index: 100000;
text-shadow: rgba(0,0,0,0.3) 3px 3px 10px;
}
.menuBar {
position: fixed !important;
width: 100% !important;
z-index: 100000;
box-shadow: #666 0px 10px 30px;
background: #222222;
top: 0 !important;
}
.menuBar .menuContainer {
width: 1200px;
margin: 0 auto;
}
ul [level="1"] {
width: 100% !important;
}
.carouselDisplayer {
/*width: 100vw !important;
left: calc(-50vw + 49.25%) !important;*/
width: calc(100vw - 17px) !important;
left: calc(-1 * (((100vw - 16px) - 100%) / 2)) !important;
}
.shadow {
/*box-shadow: black 0px 5px 10px -6px;*/
box-shadow: rgba(0,0,0,0.05) 0px 10px 10px;
}
.popupContainer [fgcmainpart="fgcMainPart"] {
background-color: white !important;
}
[fgcmainpart="fgcMainPart"] {
background-color: transparent !important;
}
body{
background-color: #eee;
}
.menuContainer ul li i {
display: none !important;
}
|