You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
368 lines
8.4 KiB
368 lines
8.4 KiB
/*定义全局css*/
|
|
body {
|
|
|
|
/* 紫色 */
|
|
/* 1 全局公共主颜色 */
|
|
--publicMainColor: #E57498;
|
|
/* 1 全局公共副颜色 */
|
|
--publicSubColor: #B24592;
|
|
|
|
}
|
|
|
|
/*开始==================================导航栏样式8=========================================开始*/
|
|
#iframe {
|
|
width: 100%;
|
|
margin-top: 100px;
|
|
padding-top: 24px;
|
|
}
|
|
#header {
|
|
height: auto;
|
|
background: #fff;
|
|
border-bottom: 0;
|
|
position: fixed;
|
|
top: 0;
|
|
left: 0;
|
|
width: 100%;
|
|
}
|
|
#header .nav-top {
|
|
display: flex;
|
|
align-items: center;
|
|
padding: 0 20px;
|
|
font-size: 16px;
|
|
color: #2a8a15;
|
|
box-sizing: border-box;
|
|
height: 60px;
|
|
background-color: var(--publicMainColor);
|
|
box-shadow: 0 1px 6px rgba(0,0,0,.3);
|
|
justify-content: space-between;
|
|
position: relative;
|
|
}
|
|
|
|
#header .nav-top-img {
|
|
width: 124px;
|
|
height: 40px;
|
|
padding: 0;
|
|
margin: 0;
|
|
border-radius: 6px;
|
|
border-width: 0;
|
|
border-style: solid;
|
|
border-color: rgba(0,0,0,.3);
|
|
box-shadow: 0 0 6px rgba(0,0,0,.3);
|
|
}
|
|
|
|
#header .nav-top-title {
|
|
line-height: 40px;
|
|
font-size: 26px;
|
|
color: rgba(255, 255, 255, 1);
|
|
padding: 0 20px;
|
|
margin: 0 10px;
|
|
border-radius: 6px;
|
|
border-width: 0;
|
|
border-style: solid;
|
|
border-color: rgba(224, 25, 25, 0.3);
|
|
box-shadow: 0 0 6px rgba(0,0,0,.3);
|
|
}
|
|
|
|
#header .nav-top-tel {
|
|
line-height: 40px;
|
|
font-size: 14px;
|
|
color: rgba(102, 102, 102, 1);
|
|
padding: 0 10px;
|
|
margin: 0;
|
|
border-radius: 6px;
|
|
border-width: 0;
|
|
border-style: solid;
|
|
border-color: rgba(0,0,0,.3);
|
|
box-shadow: 0 0 0px rgba(0,0,0,.3);
|
|
}
|
|
|
|
#header .navs {
|
|
display: flex;
|
|
padding: 0 20px;
|
|
align-items: center;
|
|
box-sizing: border-box;
|
|
height: 64px;
|
|
background-color: var(--publicSubColor);
|
|
box-shadow: 0 0px 0px rgba(0,0,0,0);
|
|
justify-content: flex-start;
|
|
}
|
|
#header .navs .title {
|
|
width: auto;
|
|
line-height: 40px;
|
|
font-size: 16px;
|
|
color: #333;
|
|
padding: 0 10px;
|
|
margin: 0 5px;
|
|
border-radius: 6px;
|
|
border-width: 0;
|
|
border-style: solid;
|
|
border-color: rgba(0,0,0,.3);
|
|
box-shadow: 0 0 6px rgba(0,0,0,0);
|
|
}
|
|
#header .navs li {
|
|
display: inline-block;
|
|
width: 120px;
|
|
line-height: 34px;
|
|
padding: 0 10px;
|
|
margin: 0 0px;
|
|
color: rgba(255, 255, 255, 1);
|
|
font-size: 16px;
|
|
border-radius: 24px;
|
|
border-width: 0;
|
|
border-style: solid;
|
|
border-color: rgba(0,0,0,.3);
|
|
background-color: $template2.front.base.nav.list.item.backgroundColor;
|
|
box-shadow: 0 0 0px rgba(0,0,0,.1);
|
|
text-align: center;
|
|
}
|
|
#header .navs li a{
|
|
color: inherit;
|
|
}
|
|
#header .navs li.current a{
|
|
color: inherit;
|
|
}
|
|
#header .navs li a:hover{
|
|
color: inherit;
|
|
}
|
|
#header .navs li.current {
|
|
color: var(--publicSubColor);
|
|
font-size: 16px;
|
|
border-radius: 24px;
|
|
border-width: 0;
|
|
border-style: solid;
|
|
border-color: rgba(0,0,0,.3);
|
|
background-color: #f7f7f7;
|
|
box-shadow: 0 0 0px var(--publicSubColor);
|
|
}
|
|
#header .navs li:hover {
|
|
color: rgba(255, 255, 255, 1);
|
|
font-size: 20px;
|
|
border-radius: 24px;
|
|
border-width: 0;
|
|
border-style: solid;
|
|
border-color: rgba(255, 0, 0, 0.2);
|
|
background-color: var(--publicSubColor);
|
|
box-shadow: 0 0 0px var(--publicSubColor);
|
|
}
|
|
/*结束==================================导航栏样式8=========================================结束*/
|
|
|
|
/*home页面数据样式 开始*/
|
|
/*home页面数据样式 普通数据样式 开始*/
|
|
.tox-pop{
|
|
z-index: -99999;
|
|
}
|
|
|
|
.show-reel a img{
|
|
width:100%;
|
|
}
|
|
.show-reel:nth-child(2){
|
|
margin:2em 0;
|
|
}
|
|
.agile-gallery{
|
|
position: relative;
|
|
overflow: hidden;
|
|
text-align: center;;
|
|
}
|
|
.agileits-caption {
|
|
background: rgba(0, 0, 0, 0.62);
|
|
padding: 2em 1em 1em 1em;
|
|
position: absolute;
|
|
left: 0;
|
|
bottom: -105%;
|
|
text-align: center;
|
|
width: 100%;
|
|
height: 100%;
|
|
-webkit-transition: .5s all;
|
|
transition: .5s all;
|
|
-moz-transition: .5s all;
|
|
}
|
|
.agile-gallery:hover .agileits-caption {
|
|
bottom: 0%;
|
|
}
|
|
.agileits-caption h4{
|
|
color: #FFFFFF;
|
|
margin: 0 0 .5em 0;
|
|
font-size: 1.5em;
|
|
font-weight: 600;
|
|
font-family: 'Laila', serif;
|
|
line-height: 8em;
|
|
text-transform: capitalize;
|
|
}
|
|
.agileits-caption p{
|
|
color: #FFFFFF;
|
|
font-size: 1.3em;
|
|
margin-top: 3px;
|
|
}
|
|
.gallery-grids {
|
|
padding: 5em 0;
|
|
}
|
|
/*home页面数据样式 普通数据样式 结束*/
|
|
/*home页面数据样式 结束*/
|
|
|
|
/*list页面数据样式 开始*/
|
|
/*list页面数据样式 普通数据样式 开始*/
|
|
.list-grid h4 {
|
|
font-size: 1.5em;
|
|
color: #93a804;
|
|
margin: 1em 0 0.5em;
|
|
font-weight: 600;
|
|
}
|
|
.list-grid p {
|
|
font-size: 15px;
|
|
color: #999;
|
|
line-height: 28px;
|
|
}
|
|
.list-img{
|
|
position:relative;
|
|
overflow: hidden;
|
|
}
|
|
.list-img .textbox {
|
|
width: 100%;
|
|
height: 100%;
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
-webkit-transform: scale(0);
|
|
transform: scale(0);
|
|
background-color:rgba(239, 209, 47, 0.65);
|
|
border-radius: 50%;
|
|
-webkit-border-radius: 50%;
|
|
-moz-border-radius: 50%;
|
|
-o-border-radius: 50%;
|
|
-ms-border-radius: 50%;
|
|
}
|
|
.textbox {
|
|
-webkit-transition: all 0.5s ease;
|
|
transition: all 0.5s ease;
|
|
text-align:center;
|
|
}
|
|
.list-img:hover .textbox {
|
|
-webkit-transform: scale(1.5);
|
|
transform: scale(1.5);
|
|
}
|
|
/*list页面数据样式 普通数据样式 结束*/
|
|
/*list页面数据样式 结束*/
|
|
|
|
|
|
/* 主页 轮播图选择框颜色 主*/
|
|
#test1 .layui-carousel-ind li.layui-this {
|
|
background-color: var(--publicMainColor, #808080);
|
|
box-shadow: 0 0 6px var(--publicMainColor, #808080);
|
|
}
|
|
/* 个人中心轮播图 */
|
|
#swiper .layui-carousel-ind li.layui-this {
|
|
background-color: var(--publicMainColor, #808080);
|
|
box-shadow: 0 0 6px var(--publicMainColor, #808080);
|
|
}
|
|
|
|
/* 大部分颜色 主 */
|
|
.main_color {
|
|
color: var(--publicMainColor, #808080);
|
|
}
|
|
/* 边框颜色 主 */
|
|
.main_borderColor{
|
|
border-color: var(--publicMainColor, #808080);
|
|
box-shadow: 0 0 6px var(--publicMainColor, #808080);
|
|
}
|
|
/* 背景颜色 主 */
|
|
.main_backgroundColor {
|
|
background-color: var(--publicMainColor, #808080);
|
|
}
|
|
/* 登录页面单选按钮颜色 主 */
|
|
.l-redio .layui-form-radioed>i {
|
|
font-size: 16px;
|
|
color: var(--publicMainColor, #808080);
|
|
}
|
|
.l-redio .layui-form-radioed>div {
|
|
font-size: 14px;
|
|
color: var(--publicMainColor, #808080);
|
|
}
|
|
|
|
/* 大部分颜色 副 */
|
|
.sub_color {
|
|
color: var(--publicSubColor, #808080);
|
|
}
|
|
/* 边框颜色 副 */
|
|
.sub_borderColor{
|
|
border-color: var(--publicSubColor, #808080);
|
|
box-shadow: 0 0 6px var(--publicSubColor, #808080);
|
|
}
|
|
/* 背景颜色 副 */
|
|
.sub_backgroundColor {
|
|
background-color: var(--publicSubColor, #808080);
|
|
}
|
|
|
|
/* 分页颜色 */
|
|
.layui-laypage .layui-laypage-curr .layui-laypage-em {
|
|
background-color: var(--publicMainColor, #808080);
|
|
}
|
|
|
|
/* 评论和简介背景颜色 */
|
|
.detail-tab .layui-tab-card>.layui-tab-title .layui-this {
|
|
background-color: var(--publicMainColor, #808080);
|
|
color: #fff;
|
|
font-size: 14px;
|
|
}
|
|
#swiper .layui-carousel-ind li.layui-this {
|
|
background-color: var(--publicMainColor, #808080);
|
|
}
|
|
|
|
/* 个人中心 菜单点击颜色*/
|
|
.center-container .layui-nav-tree .layui-nav-item.layui-this {
|
|
background-color: var(--publicSubColor, #808080);
|
|
}
|
|
/*个人中心 菜单鼠标移上颜色*/
|
|
.center-container .layui-nav-tree .layui-nav-item:hover {
|
|
background-color:var(--publicMainColor, #808080);
|
|
}
|
|
/*个人中心 菜单下线颜色*/
|
|
.center-container .layui-nav-tree .layui-nav-item {
|
|
border-color: var(--publicMainColor, #808080);
|
|
box-shadow: 0 0 0px var(--publicMainColor, #808080);
|
|
}
|
|
/*个人中心 输入框中字体颜色和边框颜色*/
|
|
.right-container .input .layui-input {
|
|
color: var(--publicMainColor, #808080);
|
|
border-color: var(--publicMainColor, #808080);
|
|
box-shadow: 0 0 0px var(--publicMainColor, #808080);
|
|
}
|
|
/*个人中心 下拉框中字体颜色和边框颜色*/
|
|
.right-container .select .layui-input {
|
|
color: var(--publicMainColor, #808080);
|
|
border-color: var(--publicMainColor, #808080);
|
|
box-shadow: 0 0 0px var(--publicMainColor, #808080);
|
|
}
|
|
/*个人中心 未知颜色*/
|
|
.right-container .date .layui-input {
|
|
border-color: var(--publicMainColor, #808080);
|
|
box-shadow: 0 0 0px var(--publicMainColor, #808080);
|
|
}
|
|
|
|
/* 前台elementUI得下拉框内容颜色和边框颜色修改 */
|
|
/* start */
|
|
.el-select-dropdown__item.selected {
|
|
color: var(--publicMainColor, #808080);
|
|
font-weight: bold;
|
|
}
|
|
.el-select .el-input.is-focus .el-input__inner {
|
|
border-color: var(--publicMainColor, #808080);
|
|
}
|
|
.el-input--suffix .el-input__inner{
|
|
color:var(--publicMainColor, #808080);
|
|
border-color: var(--publicMainColor, #808080);
|
|
}
|
|
.el-select .el-input__inner:focus {
|
|
border-color: var(--publicMainColor, #808080);
|
|
}
|
|
/* end */
|
|
/*=====================富文本框字体样式===========================================================================*/
|
|
|
|
.ql-size-small {
|
|
font-size: 10px;
|
|
}
|
|
.ql-size-large {
|
|
font-size: 18px;
|
|
}
|
|
.ql-size-huge {
|
|
font-size: 32px;
|
|
} |