Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
T
thinkApp
Project
Project
Details
Activity
Releases
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
游洁
thinkApp
Commits
8d55b242
Commit
8d55b242
authored
May 31, 2022
by
youjie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
parent
38c048d7
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
91 additions
and
11 deletions
+91
-11
setComments.vue
src/components/setComments/setComments.vue
+20
-2
jobDetails.vue
src/pages/index/jobDetails.vue
+2
-2
setComments.vue
src/pages/setComments/setComments.vue
+69
-7
No files found.
src/components/setComments/setComments.vue
View file @
8d55b242
...
...
@@ -113,11 +113,28 @@
};
</
script
>
<
style
scoped
>
.setComments-Evaluation
view
text
:first-child
{
border-right
:
1px
solid
#E5E5E5
;
padding
:
0
16
rpx
0
0
;
}
.setComments-Evaluation
view
text
:last-child
{
margin-left
:
16
rpx
;
}
.setComments-Evaluation
view
text
{
display
:
inline-block
;
letter-spacing
:
1
rpx
;
}
.setComments-Evaluation
view
{
float
:
right
;
margin-top
:
25
rpx
;
margin-bottom
:
27
rpx
;
font-size
:
24
rpx
;
font-weight
:
500
;
color
:
#CE8086
;
}
.setComments-Evaluation
{
height
:
85
rpx
;
border-top
:
1
rpx
solid
#E5E5E5
;
}
.setComments-source
{
font-size
:
20
rpx
;
...
...
@@ -171,7 +188,7 @@
position
:
relative
;
}
.setComments-title-right
{
width
:
1
7
0
rpx
;
width
:
1
9
0
rpx
;
flex-shrink
:
0
;
}
.setComments-title-left
{
...
...
@@ -213,6 +230,7 @@
font-size
:
24
rpx
;
letter-spacing
:
1
rpx
;
padding
:
10
rpx
0
;
margin-bottom
:
47
rpx
;
text-align
:
center
;
}
.index-student-information
{
...
...
src/pages/index/jobDetails.vue
View file @
8d55b242
...
...
@@ -174,8 +174,8 @@
font-weight
:
500
;
color
:
#282828
;
flex
:
1
;
text-align
:
center
;
padding-right
:
40
rpx
;
text-align
:
center
;
padding-right
:
40
rpx
;
}
.jobDetails-header
{
margin
:
50
rpx
50
rpx
0
50
rpx
;
...
...
src/pages/setComments/setComments.vue
View file @
8d55b242
...
...
@@ -7,19 +7,25 @@
</view>
</navbar>
<view
class=
"setComments-index-content"
>
<view>
<view>
</view>
<view>
<view
class=
"setComments-index-setType flex"
>
<view
class=
"setComments-setType-left flex"
>
<view>
<van-image
class=
"img"
width=
"29rpx"
height=
"29rpx"
fit=
"cover"
src=
"https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Test/Upload/Goods/1653977710000_475.png"
/>
</view>
<view
class=
"setComments-setType-text flex"
>
<text>
自定义评价
</text>
<view>
从自动评价规则进入修改
</view>
</view>
</view>
<view
class=
"setComments-setType-right flex"
>
<view>
<text>
自动评价规则
</text>
<van-image
class=
"img"
width=
"14rpx"
height=
"13rpx"
fit=
"cover"
src=
"https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Test/Upload/Goods/1653977684000_601.png"
/>
</view>
</view>
</view>
<setComments></setComments>
...
...
@@ -93,10 +99,66 @@
};
</
script
>
<
style
scoped
>
.setComments-setType-right
view
text
{
margin-right
:
11
rpx
;
}
.setComments-setType-right
view
{
color
:
#D9868D
;
background
:
#F5DEE0
;
border-radius
:
25
rpx
;
width
:
200
rpx
;
height
:
50
rpx
;
line-height
:
50
rpx
;
text-align
:
center
;
letter-spacing
:
1
rpx
;
}
.setComments-setType-right
{
flex-shrink
:
0
;
font-size
:
24
rpx
;
font-weight
:
500
;
}
.setComments-setType-text
view
{
font-size
:
24
rpx
;
color
:
#AFAFAF
;
font-weight
:
400
;
margin-top
:
15
rpx
;
}
.setComments-setType-text
text
{
font-size
:
30
rpx
;
font-weight
:
bold
;
color
:
#282828
;
}
.setComments-setType-text
{
flex-direction
:
column
;
margin-left
:
26
rpx
;
letter-spacing
:
1
rpx
;
}
.setComments-setType-left
view
:first-child
{
flex-shrink
:
0
;
}
.setComments-setType-left
{
flex-grow
:
1
;
margin-right
:
32
rpx
;
}
.setComments-index-setType
{
background
:
#FCEEEF
;
box-shadow
:
0px
6px
52px
0px
rgba
(
230
,
65
,
80
,
0.19
);
border-radius
:
50px
;
margin
:
55
rpx
50
rpx
50
rpx
50
rpx
;
padding
:
33
rpx
50
rpx
;
}
.setComments-index-box
{
background
:
#F6F6F6
;
}
.setComments-index-header-title
{
font-size
:
32
rpx
;
font-weight
:
500
;
color
:
#282828
;
flex
:
1
;
text-align
:
center
;
padding-right
:
40
rpx
;
}
.navbarSticky
{
display
:
sticky
;
top
:
0
;
...
...
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