diff --git a/common/style/layout.css b/common/style/layout.css
index 51787af..210292d 100644
--- a/common/style/layout.css
+++ b/common/style/layout.css
@@ -20,14 +20,18 @@ uni-button{
.content{
width: 100%;
height: 100%;
- background-color: #f8f8f8;
+ background: center / 100% 100% url(./static/images/page_bg.jpg) no-repeat;
+ background-color: #00152d;
}
.search-confirm-wrap {
- width: calc(100% - 30px);
- background-color: #fff;
- margin: 15px auto;
- border-radius: 12px;
- padding: 15px;
+ width: calc(100% - 60rpx);
+ /* background-color: #fff; */
+ margin: 30rpx auto;
+ border-radius: 12rpx;
+ padding: 30rpx;
+ background-color: linear-gradient(to right, rgba(8, 38, 68, 0.5) 1%, rgba(8, 38, 68, 0.98) 100%);
+ border: 1rpx solid #0490DD;
+ box-shadow: rgba(4, 136, 203, 0.2) -6rpx 6px 12rpx 2rpx, rgba(4, 136, 203, 0.2) 6rpx -6rpx 12rpx 2rpx;
}
.search-label{
height: 35px;
@@ -76,40 +80,39 @@ uni-button{
background-color: #e1e1e1;
}
.confirm-button{
- min-width: 80px;
- height: 36px;
- background-color: #ff6a00;
+ min-width: 160rpx;
+ height: 72rpx;
color: #fff;
padding: 0;
- font-size: 14px;
- margin-left: 6px;
+ font-size: 28rpx;
+ margin-left: 20rpx;
margin-right: 0;
- border-radius: 12px;
white-space: nowrap;
+ background: center / 100% 100% url(./static/images/button.png) no-repeat;
}
.confirm-button_disabled {
- background-color: #fff;
- color: #889dc7;
- border: 1px solid #dde9f7;
-}
-.title-line {
- width: calc(100% - 30px);
- height: 1px;
- background-color: #dde9f7;
- margin: 10px auto 20px auto;
+ background: center / 100% 100% url(./static/images/button_disabled.png) no-repeat;
}
.table-title_wraper {
- width: calc(100% - 30px);
- margin: 0px auto;
- font-size: 16px;
- color: #000;
- line-height: 35px;
+ width: calc(100% - 60rpx);
+ margin: 0 auto;
+ font-size: 32rpx;
+ color: #fff;
+ line-height: 70rpx;
+ padding: 30rpx 0 0 30rpx;
+ background: center / 100% 100% url(./static/images/bg-task-r1.png) no-repeat;
}
.grid-wrap{
+ width: calc(100% - 60rpx);
+ height: calc(100% - 450rpx); /** 90 + 140 +100+60 */
+ padding: 30rpx 60rpx;
+ margin: 10rpx auto 0;
+ background: center / 100% 100% url(./static/images/bg-task-r2.png) no-repeat;
+ /* overflow-y: scroll; */
+}
+.table-wrap {
width: 100%;
- height: calc(100% - 206px); /** 42+ 98+35+31 */
- padding: 0 15px 30px 15px;
- overflow-y: scroll;
+ height: calc(100% - 134rpx)
}
.grid-wrap .grid-table{
width: 100%;
@@ -177,17 +180,19 @@ uni-button{
top: 0;
z-index: 49;
}
+.zd-th-wraper{
+ background: center / 100% 100% url(./static/images/grid_bg.png) no-repeat;
+}
.zd-th {
display: flex;
align-items: center;
justify-content: center;
- font-size: 15px;
- line-height: 18px;
- height: 40px;
- color: #7d7d7d;
+ font-size: 30rpx;
+ line-height: 36rpx;
+ height: 80rpx;
+ color: #AFBED8;
font-weight: bold;
- padding: 12px 5px;
- background-color: #dcdfea;
+ padding: 24rpx 10rpx;
text-align: center;
}
.zd-sec-th {
@@ -200,39 +205,32 @@ uni-button{
color: #7d7d7d;
background-color: #fff;
font-weight: bold;
- padding: 12px 5px;
+ padding: 24rpx 10rpx;
text-align: center;
}
.zd-td {
display: flex;
justify-content: center;
align-items: center;
- font-size: 14px;
- line-height: 18px;
- height: 46px;
- color: #7d7d7d;
- padding: 0 8px;
+ font-size: 28rpx;
+ line-height: 36rpx;
+ height: 92rpx;
+ color: #fff;
+ padding: 0 16rpx;
text-align: center;
- border-bottom: 1px solid #ebeef5;
+ border-bottom: 2rpx solid #7A9FE0;
overflow: hidden;
}
-.zd-th_fir {
- border-top-left-radius: 12px;
- border-bottom-left-radius: 12px;
-}
-.zd-th_last {
- border-top-right-radius: 12px;
- border-bottom-right-radius: 12px;
-}
.zd-checkbox {
- width: 22px;
- height: 22px;
- border: 1px solid #008deb;
- background-color: #fff;
- border-radius: 4px;
+ width: 44rpx;
+ height: 44rpx;
+ background: center / 100% 100% url(./static/images/icon-check1.png) no-repeat;
+}
+.zd-checkbox_active {
+ background: center / 100% 100% url(./static/images/icon-check2.png) no-repeat;
}
.fontcol1 {
- color: #007de7;
+ color: #3CC1FF;
}
.fontcol2 {
color: #000;
diff --git a/components/NavBar.vue b/components/NavBar.vue
index 1d03be6..4ee6834 100644
--- a/components/NavBar.vue
+++ b/components/NavBar.vue
@@ -52,21 +52,26 @@
@import '@/common/style/mixin.styl';
.header
_fj()
- _wh(100%, 42px)
- background-color #fff
+ _wh(100%, 90rpx)
+ background-color #041427
+ border-bottom 1rpx solid #13568B
z-index 200
- padding 0 15px
- box-shadow: 0 2px 4px 0 rgba(0,0,0,.05);
+ padding 0 30rpx
+ box-shadow: 0 2rpx 4rpx 0 RGBA(19, 86, 139, 0.5);
.page_name
- _font(16px, 20px, #000,700,center)
+ _font(50rpx, 90rpx, #F6F9FE,700,center)
+ font-family: YouSheBiaoTiHei
+ background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(49,190,255,0.9) 0%, rgba(239,252,254,1) 40%);
+ -webkit-background-clip: text;
+ -webkit-text-fill-color: transparent;
.icon_back {
- font-size: 30px;
- line-height: 30px;
- color: #666;
+ font-size: 60rpx;
+ line-height: 60rpx;
+ color: #fff;
}
.icon_home {
- font-size: 30px;
- line-height: 30px;
- color: #666;
+ font-size: 60rpx;
+ line-height: 60rpx;
+ color: #fff;
}
diff --git a/components/Pagination.vue b/components/Pagination.vue
new file mode 100644
index 0000000..4fd6757
--- /dev/null
+++ b/components/Pagination.vue
@@ -0,0 +1,89 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/components/SearchBox.vue b/components/SearchBox.vue
index 5323202..12d04ad 100644
--- a/components/SearchBox.vue
+++ b/components/SearchBox.vue
@@ -125,30 +125,30 @@
diff --git a/pages/home/home.vue b/pages/home/home.vue
index 5a96f5a..c9df4ae 100644
--- a/pages/home/home.vue
+++ b/pages/home/home.vue
@@ -1,85 +1,59 @@
-
-
- {{userName}}
- 欢迎进入诺力三期平板系统!
-
-
-
- 退出
-
+
+ {{userName}}, 欢迎进入诺力三期平板系统!
-
-
-