Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
W
wechatapp.shangjiadao.com
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wangxuelai
wechatapp.shangjiadao.com
Commits
fdbd0ef7
Commit
fdbd0ef7
authored
Jan 06, 2020
by
sujie@126.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dd\
parent
7239604a
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
13 changed files
with
279 additions
and
126 deletions
+279
-126
classreviewindex.js
business/pages/classservice/classreviewindex.js
+2
-2
arrow-right 拷贝 8@2x.png
images/2c/papersquare/arrow-right 拷贝 8@2x.png
+0
-0
king.png
images/2c/papersquare/king.png
+0
-0
分享@2x.png
images/2c/papersquare/分享@2x.png
+0
-0
点赞-灰@2x.png
images/2c/papersquare/点赞-灰@2x.png
+0
-0
点赞@2x.png
images/2c/papersquare/点赞@2x.png
+0
-0
矢量智能对象@2x.png
images/2c/papersquare/矢量智能对象@2x.png
+0
-0
组 81@2x.png
images/2c/papersquare/组 81@2x.png
+0
-0
评论@2x.png
images/2c/papersquare/评论@2x.png
+0
-0
index.js
src/pages/papersquare/index.js
+2
-0
index.json
src/pages/papersquare/index.json
+1
-0
index.wxml
src/pages/papersquare/index.wxml
+145
-116
index.wxss
src/pages/papersquare/index.wxss
+129
-8
No files found.
business/pages/classservice/classreviewindex.js
View file @
fdbd0ef7
...
...
@@ -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
:
...
...
images/2c/papersquare/arrow-right 拷贝 8@2x.png
0 → 100644
View file @
fdbd0ef7
833 Bytes
images/2c/papersquare/king.png
0 → 100644
View file @
fdbd0ef7
1.82 KB
images/2c/papersquare/分享@2x.png
0 → 100644
View file @
fdbd0ef7
2.13 KB
images/2c/papersquare/点赞-灰@2x.png
0 → 100644
View file @
fdbd0ef7
687 Bytes
images/2c/papersquare/点赞@2x.png
0 → 100644
View file @
fdbd0ef7
1.11 KB
images/2c/papersquare/矢量智能对象@2x.png
0 → 100644
View file @
fdbd0ef7
507 Bytes
images/2c/papersquare/组 81@2x.png
0 → 100644
View file @
fdbd0ef7
2.12 KB
images/2c/papersquare/评论@2x.png
0 → 100644
View file @
fdbd0ef7
763 Bytes
src/pages/papersquare/index.js
View file @
fdbd0ef7
...
...
@@ -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
,
...
...
src/pages/papersquare/index.json
View file @
fdbd0ef7
...
...
@@ -2,6 +2,7 @@
"navigationBarTitleText"
:
"习作广场"
,
"enablePullDownRefresh"
:
true
,
"onReachBottomDistance"
:
500
,
"navigationStyle"
:
"custom"
,
"usingComponents"
:
{
"go-top"
:
"../../../components/goTop"
,
"list-loading"
:
"../../../components/listloading"
,
...
...
src/pages/papersquare/index.wxml
View file @
fdbd0ef7
This diff is collapsed.
Click to expand it.
src/pages/papersquare/index.wxss
View file @
fdbd0ef7
...
...
@@ -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:
9
0rpx 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;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment