|
@@ -16,11 +16,11 @@ view{box-sizing: border-box;}
|
|
|
|
|
|
/***** 页面背景图 *****/
|
|
|
// no-repeat cover
|
|
|
-@mixin ezy-no-repeat-cover($position: center) {
|
|
|
+@mixin dljt-no-repeat-cover($position: center) {
|
|
|
background-position: $position;background-size: cover;background-repeat: no-repeat;
|
|
|
}
|
|
|
// no-repeat contain
|
|
|
-@mixin ezy-no-repeat-contain($position: center) {
|
|
|
+@mixin dljt-no-repeat-contain($position: center) {
|
|
|
background-position: $position;background-size: contain;background-repeat: no-repeat;
|
|
|
}
|
|
|
|
|
@@ -70,7 +70,7 @@ view{box-sizing: border-box;}
|
|
|
padding: calc(20rpx + var(--status-bar-height)) 20rpx 20rpx;box-sizing: border-box;position: relative;
|
|
|
.nav-bar-icon{
|
|
|
width: 24rpx;height: 38rpx;
|
|
|
- background-image: url("@/static/images/common/nav-bar-jt.svg");@include ezy-no-repeat-cover();
|
|
|
+ background-image: url("@/static/images/common/nav-bar-jt.svg");@include dljt-no-repeat-cover();
|
|
|
}
|
|
|
.nav-bar-title{font-size: 36rpx;color: #333;}
|
|
|
// 考试数字
|
|
@@ -95,7 +95,7 @@ view{box-sizing: border-box;}
|
|
|
}
|
|
|
.nav-bar-icon{
|
|
|
width: 24rpx;height: 38rpx;position: absolute;left: 24rpx;top: calc(32rpx + var(--status-bar-height));
|
|
|
- background-image: url("@/static/images/common/nav-bar-jt.svg");@include ezy-no-repeat-cover();
|
|
|
+ background-image: url("@/static/images/common/nav-bar-jt.svg");@include dljt-no-repeat-cover();
|
|
|
}
|
|
|
.bar-ml10{margin-left: 10rpx;}
|
|
|
.nav-bar-btn{font-size: 24rpx;position: absolute;right: 20rpx;
|
|
@@ -103,28 +103,31 @@ view{box-sizing: border-box;}
|
|
|
}
|
|
|
// 仅一个返回按钮
|
|
|
.phone-nav-bar-icon{width: 24rpx;height: 38rpx;position: absolute;left: 24rpx;top: var(--status-bar-height);
|
|
|
- background-image: url("@/static/images/common/nav-bar-jt.svg");@include ezy-no-repeat-cover();
|
|
|
+ background-image: url("@/static/images/common/nav-bar-jt.svg");@include dljt-no-repeat-cover();
|
|
|
}
|
|
|
|
|
|
/******************** 网站组件样式 ********************/
|
|
|
+// 顶部菜单
|
|
|
.dljt-navBar-box{
|
|
|
- width: 100%;height: 140rpx;@include ezy-no-repeat-cover();
|
|
|
+ width: 100%;height: 140rpx;@include dljt-no-repeat-cover();
|
|
|
display: flex;align-items: center;justify-content: space-between;
|
|
|
background-image: url("@/static/images/common/dljt-navBar-bj.png");
|
|
|
+ position: fixed;top: 0;
|
|
|
.uni-navbar--shadow{box-shadow: none;border-bottom: 0;}
|
|
|
.uni-navbar__header-btns{display: none;}
|
|
|
.uni-navbar__header-container{justify-content: space-between;align-items: center;width: 100%;}
|
|
|
.dljt-logo-box{
|
|
|
- width: 495rpx;height: 110rpx;@include ezy-no-repeat-cover();
|
|
|
+ width: 495rpx;height: 110rpx;@include dljt-no-repeat-cover();
|
|
|
background-image: url("@/static/images/common/website-logo.gif");
|
|
|
}
|
|
|
.dljt-menu-box{
|
|
|
- width: 60rpx;height: 44rpx;@include ezy-no-repeat-cover();
|
|
|
+ width: 60rpx;height: 44rpx;@include dljt-no-repeat-cover();
|
|
|
background-image: url("@/static/images/common/menu-icon.png");
|
|
|
}
|
|
|
}
|
|
|
.head-collapse-box{
|
|
|
- width: 100%;height: 100vh!important;background-color: #0041b7!important;
|
|
|
+ width: 100%;height: calc(100vh - 100rpx)!important;background-color: #0041b7!important;overflow-y: auto;
|
|
|
+ position: absolute;top: 0;left: 0;right: 0;bottom: 100rpx;z-index: 99;
|
|
|
.uni-collapse-item__title-box{background-color: #0041b7!important;font-size: 32rpx;color: #fff;}
|
|
|
.uni-collapse-item--animation{
|
|
|
transform: rotate(270deg);
|
|
@@ -141,3 +144,71 @@ view{box-sizing: border-box;}
|
|
|
.head-item-text{background-color: #45bcf4;margin:0 16rpx 16rpx;font-size: 32rpx;
|
|
|
border-radius: 8rpx;color: #fff;padding: 32rpx 16rpx;box-sizing: border-box;}
|
|
|
}
|
|
|
+
|
|
|
+// 底部footer
|
|
|
+.dljt-footer-box{
|
|
|
+ width: 100%;height: 100rpx;background: #fff;z-index: 99999;
|
|
|
+ position: fixed;bottom: 0;left: 0;right: 0;font-size: 0;
|
|
|
+ display: flex;align-items: center;border-top: 1rpx solid #89b0db;background-color: #fff;
|
|
|
+ .footer-item{
|
|
|
+ width: 25%;font-size: 28rpx;color: #333;text-align: center;
|
|
|
+ display: flex;flex-direction: column;align-items: center;}
|
|
|
+ icon{width: 48rpx;height: 48rpx;@include dljt-no-repeat-cover();margin-bottom: 2rpx;}
|
|
|
+ .active{color: #003399;}
|
|
|
+ .sy-cion{background-image: url("@/static/images/tabbar/unselect/website-icon1.png");}
|
|
|
+ .xydt-cion{background-image: url("@/static/images/tabbar/unselect/website-icon2.png");}
|
|
|
+ .zsjy-cion{background-image: url("@/static/images/tabbar/unselect/website-icon3.png");}
|
|
|
+ .lxfs-cion{background-image: url("@/static/images/tabbar/unselect/website-icon4.png");}
|
|
|
+
|
|
|
+ .active .sy-cion{background-image: url("@/static/images/tabbar/select/website-icon1.png");}
|
|
|
+ .active .xydt-cion{background-image: url("@/static/images/tabbar/select/website-icon2.png");}
|
|
|
+ .active .zsjy-cion{background-image: url("@/static/images/tabbar/select/website-icon3.png");}
|
|
|
+ .active .lxfs-cion{background-image: url("@/static/images/tabbar/select/website-icon4.png");}
|
|
|
+}
|
|
|
+
|
|
|
+// 页面box
|
|
|
+.dljt-page-box{
|
|
|
+ width: 100%;height: auto;position: relative;margin-top: 140rpx;
|
|
|
+}
|
|
|
+.dljt-page-box::before{
|
|
|
+ content: ''; width: 100%;height: 370rpx;display: block;@include dljt-no-repeat-cover(bottom);
|
|
|
+ background-image: url("@/static/images/index/dljt-page-bj.png");
|
|
|
+ position: absolute;top: 0;z-index: 1;
|
|
|
+}
|
|
|
+
|
|
|
+//页面标题
|
|
|
+.dljt-page-title{
|
|
|
+ color: #fff;font-size: 32rpx;text-align: center;font-weight: bold;margin: 46rpx auto;padding-top: 46rpx;
|
|
|
+}
|
|
|
+
|
|
|
+/* 导航 */
|
|
|
+.dljt-breadcrumb-box{
|
|
|
+
|
|
|
+}
|
|
|
+
|
|
|
+/* container */
|
|
|
+.dljt-container-box{width: 100%;position: relative;z-index: 2;}
|
|
|
+.dljt-page-content-box{width: 92%;margin: 0 auto;background-color: #fff;box-shadow: 0 1rpx 3rpx 0 #227ECE;}
|
|
|
+
|
|
|
+
|
|
|
+/*左侧图片右侧内容列表区域*/
|
|
|
+.list-item-box{
|
|
|
+ display: flex;margin-bottom: 32rpx;cursor: pointer;position: relative;
|
|
|
+ .list-img{width: 360rpx;height: 240rpx;}
|
|
|
+ .list-time-box{
|
|
|
+ width: 90rpx;height: 90rpx;background-color: rgba(0,64,194,0.7);
|
|
|
+ color: #fff;position: absolute;top: 0;left: 0;text-align: center;
|
|
|
+ .time-data{font-size: 36rpx;border-bottom: 1rpx solid #e9ffff;margin: 4rpx 10rpx;padding-bottom: 2rpx;}
|
|
|
+ .time-year{font-size: 18rpx;}
|
|
|
+ }
|
|
|
+ .time-red-box{
|
|
|
+ background-color: rgba(153,0,0,0.7);
|
|
|
+ .time-data{border-bottom: 1rpx solid #fff;}
|
|
|
+ }
|
|
|
+ .list-right-box{
|
|
|
+ margin-left: 20rpx;flex: 1;border-bottom: 1rpx dashed #999;
|
|
|
+ .list-name{color: #000;font-size: 32rpx;@include single-line-ellipsis;}
|
|
|
+ .list-line{width: 50rpx;height: 6rpx;background-color: #1460b6;margin: 24rpx 0;}
|
|
|
+ .list-content{font-size: 28rpx;line-height: 28rpx;@include multi-line-ellipsis(4); }
|
|
|
+ }
|
|
|
+}
|