Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
B
buildingAgricultureSharing-miniapp
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
彭佳妮(贵阳日报)
buildingAgricultureSharing-miniapp
Commits
dfe6c037
Commit
dfe6c037
authored
Aug 06, 2024
by
张娇(东信)
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
样式优化
parent
b5120096
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
20 additions
and
6 deletions
+20
-6
RuralTravel.vue
src/pages/RuralTravel/RuralTravel.vue
+20
-6
No files found.
src/pages/RuralTravel/RuralTravel.vue
View file @
dfe6c037
<
template
>
<view>
<view
class=
"container"
>
<Search
background=
"rgba(255, 255, 255, 0.8)"
backIcon=
"black"
></Search>
<view
class=
"top"
>
<Search
background=
"rgba(255, 255, 255, 0.8)"
backIcon=
"black"
iconSrc=
"/static/assets/left.png"
placeholderText=
"请输入要搜索的关键词"
></Search>
</view>
<view
class=
"bac-img"
>
<img
class=
"bac"
src=
"/static/rural/bacImg.png"
style=
"width: 750rpx; height: 440rpx"
/>
</view>
...
...
@@ -54,7 +61,7 @@
:class=
"
{ rotate: rotate }"
name="fill-arrow-down"
size="24rpx"
class="icon"
class="icon
s
"
>
</wd-icon>
</view>
</view>
...
...
@@ -65,7 +72,7 @@
:class=
"
{ rotate: rotate2 }"
name="fill-arrow-down"
size="24rpx"
class="icon"
class="icon
s
"
>
</wd-icon>
</view>
</view>
...
...
@@ -76,7 +83,7 @@
:class=
"
{ rotate: rotate3 }"
name="fill-arrow-down"
size="24rpx"
class="icon"
class="icon
s
"
>
</wd-icon>
</view>
</view>
...
...
@@ -87,7 +94,7 @@
:class=
"
{ rotate: rotate4 }"
name="fill-arrow-down"
size="24rpx"
class="icon"
class="icon
s
"
>
</wd-icon>
</view>
</view>
...
...
@@ -355,7 +362,7 @@ page {
.red
{
color
:
#fa5151
;
}
.icon
{
.icon
s
{
color
:
#d8d8d8
;
transform
:
rotate
(
-180deg
);
transition
:
all
0
.3s
linear
;
...
...
@@ -446,4 +453,11 @@ page {
margin-top
:
10rpx
;
width
:
400rpx
;
}
::v-deep
.search
{
margin-top
:
60rpx
;
}
::v-deep
.icon
{
width
:
56rpx
;
height
:
56rpx
;
}
</
style
>
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