Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
E
educationStu
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
向伟
educationStu
Commits
e4bef4da
Commit
e4bef4da
authored
Jan 10, 2022
by
罗超
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
2
parent
b09fe3e9
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
4 deletions
+9
-4
App.vue
src/App.vue
+3
-0
indexassembly.vue
src/pages/index/components/indexassembly.vue
+5
-4
index.vue
src/pages/index/index.vue
+1
-0
No files found.
src/App.vue
View file @
e4bef4da
...
...
@@ -17,4 +17,7 @@ export default {
@import
"wxcomponents/vant/common/index.wxss"
;
@import
"static/css/common.css"
;
@import
"static/font/iconfont.css"
;
*
{
box-sizing
:
border-box
;
}
</
style
>
src/pages/index/components/indexassembly.vue
View file @
e4bef4da
...
...
@@ -207,9 +207,10 @@
</
script
>
<
style
scoped
>
.indexassembly
{
/* width: 200rpx; */
width
:
110
rpx
;
height
:
60
rpx
;
line-height
:
60
rpx
;
position
:
relative
;
}
.hotsopt
{
...
...
@@ -220,13 +221,13 @@
opacity
:
0
;
left
:
0
;
top
:
0
;
width
:
1
00%
;
height
:
100%
;
width
:
1
10
rpx
;
height
:
60
rpx
;
}
.btn
{
width
:
280
rpx
;
width
:
100%
;
height
:
60
rpx
;
border-radius
:
30
rpx
;
background
:
#4C50E7
;
...
...
src/pages/index/index.vue
View file @
e4bef4da
...
...
@@ -248,6 +248,7 @@
}
.loginBox
{
width
:
110
rpx
;
height
:
100%
;
display
:
flex
;
align-items
:
center
;
...
...
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