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
726f56c5
Commit
726f56c5
authored
Jun 01, 2022
by
罗超
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://gitlab.oytour.com/youjie/thinkapp
parents
3ed283d7
1b54202b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
20 deletions
+12
-20
JobComponents.vue
src/components/index/JobComponents.vue
+0
-10
examComponents.vue
src/components/index/examComponents.vue
+12
-10
No files found.
src/components/index/JobComponents.vue
View file @
726f56c5
...
...
@@ -14,7 +14,6 @@
</view>
<view
class=
"JobComponents-center-box"
@
click=
"JobDetails"
>
<view
class=
"JobComponents-center-line"
></view>
<view
class=
"JobComponents-bjimg"
></view>
<view
class=
"JobComponents-center flex"
>
<view
class=
"JobComponents-left"
>
<view
class=
"operation-name"
>
{{
jobData
.
Title
}}
</view>
...
...
@@ -80,15 +79,6 @@
};
</
script
>
<
style
scoped
>
.JobComponents-bjimg
{
width
:
104
rpx
;
height
:
68
rpx
;
position
:
absolute
;
right
:
10
rpx
;
top
:
43
rpx
;
background
:
url('https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Test/Upload/Goods/1654062513000_439.png')
no-repeat
;
background-size
:
100%
100%
;
}
.homework-score-num
view
:last-child
{
font-size
:
23
rpx
;
margin-top
:
25
rpx
;
...
...
src/components/index/examComponents.vue
View file @
726f56c5
...
...
@@ -14,7 +14,6 @@
</view>
<view
class=
"examComponents-center-box"
@
click=
"scoreDetails"
>
<view
class=
"examComponents-center-line"
></view>
<view
class=
"examComponents-bjimg"
></view>
<view
class=
"examComponents-center flex"
>
<view
class=
"examComponents-left"
>
<view
class=
"operation-name"
>
{{
jobData
.
Title
}}
</view>
...
...
@@ -90,15 +89,6 @@
};
</
script
>
<
style
scoped
>
.examComponents-bjimg
{
width
:
104
rpx
;
height
:
68
rpx
;
position
:
absolute
;
right
:
10
rpx
;
top
:
43
rpx
;
background
:
url('https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Test/Upload/Goods/1654062518000_33.png')
no-repeat
;
background-size
:
100%
100%
;
}
.homework-score-num
view
:last-child
{
font-size
:
23
rpx
;
margin-top
:
25
rpx
;
...
...
@@ -235,6 +225,18 @@
border
:
3px
solid
#FFFFFF
;
box-shadow
:
0px
0px
12px
0px
rgba
(
255
,
255
,
255
,
0.46
);
}
.examComponents-center-box
::after
{
/* div是你需要添加背景图片的盒子*/
content
:
""
;
background-image
:
url(https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Test/Upload/Goods/1654062518000_33.png)
;
background-position
:
30
rpx
bottom
;
background-size
:
74
rpx
auto
;
background-repeat
:
no-repeat
;
opacity
:
1
;
position
:
absolute
;
top
:
0
rpx
;
bottom
:
0
;
right
:
0
;
}
.examComponents-line
{
width
:
4
rpx
;
...
...
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