Commit fdbd0ef7 authored by sujie@126.com's avatar sujie@126.com

dd\

parent 7239604a
......@@ -655,8 +655,8 @@ Page({
break;
case 4:
return {
start: day2.getFullYear() + "-" + (day2.getMonth()) + "-" + '01',
end: day2.getFullYear() + "-" + (day2.getMonth()) + "-" + curDate.getDate(),
start: (day2.getMonth() == 0 ? day2.getFullYear()-1 : day2.getFullYear()) + "-" + (day2.getMonth() == 0 ? 12 : day2.getMonth() ) + "-" + '01',
end: (day2.getMonth() == 0 ? day2.getFullYear()-1 : day2.getFullYear()) + "-" + (day2.getMonth() == 0 ? 12 : day2.getMonth()) + "-" + curDate.getDate(),
}
break;
case 5:
......
......@@ -61,6 +61,8 @@ Page({
imageRoot: app.globalData.imageRoot,
imageVersion: app.globalData.imageVersion,
localImageRoot: '../../../images/',
titleBarHeight: app.globalData.titleBarHeight,
statusBarHeight: app.globalData.statusBarHeight,
sid: 0,
bigtab: 1,
clocktype: 1,
......
......@@ -2,6 +2,7 @@
"navigationBarTitleText": "习作广场",
"enablePullDownRefresh": true,
"onReachBottomDistance": 500,
"navigationStyle": "custom",
"usingComponents": {
"go-top": "../../../components/goTop",
"list-loading": "../../../components/listloading",
......
This diff is collapsed.
......@@ -2,17 +2,137 @@ page{
background: rgba(238,239,243,1);
padding-bottom: env(safe-area-inset-bottom);
}
.line-60{
width: 100%;
height: 60rpx;
background: #F6F7F9;
}
.header-card{
background:rgba(255,255,255,1);
}
.header-title-box{
padding-left: 40rpx;
}
.header-title-box .title{
font-size:48rpx;
font-family:PingFang;
font-weight:bold;
color:rgba(35,35,35,1);
line-height: 1;
}
.header-title-box .sub-title{
font-size:24rpx;
font-family:PingFang;
font-weight:400;
color:rgba(102,102,102,1);
line-height: 1;
padding-top: 21rpx;
}
.little-star-box{
width:674rpx;
height:274rpx;
background:rgba(255,255,255,1);
box-shadow:0px 7rpx 51rpx 0px rgba(4,0,0,0.08);
border-radius:10rpx;
margin: 0 auto;
margin-top: 46rpx;
}
.little-star-box .star-title{
padding-top: 26rpx;
display: flex;
align-items: center;
justify-content: center;
font-size:38rpx;
font-family:PingFang;
font-weight:bold;
color:rgba(35,35,35,1);
line-height: 1;
letter-spacing: 4rpx;
}
.little-star-box .star-title image{
width: 48rpx;
height: 48rpx;
margin-right: 4rpx;
}
.little-star-box .detail-box{
display: flex;
align-items: center;
justify-content: space-between;
padding: 38rpx 40rpx 0 40rpx;
}
.little-star-box .detail-box .student-info{
display: flex;
align-items: center;
flex: 1;
}
.little-star-box .detail-box .avatar-box{
margin-right: 22rpx;
}
.little-star-box .detail-box .avatar-box image{
width:104rpx;
height:104rpx;
border-radius:50%;
}
.little-star-box .detail-box .name-count-box .name{
font-size:36rpx;
font-family:PingFang;
font-weight:bold;
color:rgba(35,35,35,1);
line-height: 1;
padding-bottom: 12rpx;
}
.little-star-box .detail-box .name-count-box .count{
display: flex;
font-size:24rpx;
font-family:PingFang;
font-weight:400;
color:rgba(102,102,102,1);
line-height: 1;
}
.little-star-box .detail-box .name-count-box .count1{
font-size:24rpx;
font-family:PingFang;
font-weight:400;
color:rgba(102,102,102,1);
line-height: 1;
margin-right: 10rpx;
}
.little-star-box .detail-box .name-count-box .count2{
font-size:24rpx;
font-family:PingFang;
font-weight:400;
color:rgba(102,102,102,1);
line-height: 1;
}
.little-star-box .detail-box .btn-box{
width:154rpx;
height:63rpx;
background:rgba(255,209,70,1);
box-shadow:0px 6rpx 16rpx 0px rgba(255,209,70,0.39);
border-radius:32rpx;
font-size:26rpx;
font-family:PingFang;
font-weight:500;
color:rgba(255,255,255,1);
display: flex;
align-items: center;
justify-content: center;
}
.container{
font-size: 28rpx;
min-height: 100vh;
padding: 90rpx 0 120rpx;
padding: 0rpx 0 120rpx;
overflow-x: hidden;
}
.top-fix{
.top-fix-wrapper{
width: 100%;
position: fixed;
background: #fff;
}
.top-fix{
width: 70%;
/* position: fixed;
top: 0;
z-index: 9;
z-index: 9; */
}
.header-tab{
width: 100%;
......@@ -25,7 +145,7 @@ page{
}
.header-tab1{
background: #fff;
box-shadow: 0 2px 16rpx 0 rgba(0, 0, 0, 0.1);
/* box-shadow: 0 2px 16rpx 0 rgba(0, 0, 0, 0.1); */
}
.header-tab .tab-item{
flex: 1;
......@@ -38,7 +158,8 @@ page{
position: relative;
}
.header-tab .tab-item.active{
color: rgba(0,0,0,1)
color: rgba(0,0,0,1);
font-size:32rpx;
}
.header-tab .tab-item.active::after{
content: '';
......@@ -525,8 +646,8 @@ page{
padding-bottom: 217rpx;
}
.clock-list{
border-top: 16rpx solid rgba(238,239,243,1);
margin-top: 143rpx;
/* border-top: 16rpx solid rgba(238,239,243,1);
margin-top: 143rpx; */
}
.clock-list .clock-item{
position: relative;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment