Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
CFFP-HB
Overview
Overview
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Chao Sun
CFFP-HB
Commits
2431cf9b
Commit
2431cf9b
authored
Jul 15, 2025
by
yuzhenWang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
产品样式兼容
parent
e00d955a
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
57 additions
and
3 deletions
+57
-3
App.vue
+1
-1
components/commonPopup/everyJoinPopup.vue
+4
-0
myPackageA/applyFranchise/applyFranchise.vue
+2
-0
pages/courselist/courselist.vue
+50
-2
No files found.
App.vue
View file @
2431cf9b
...
...
@@ -284,7 +284,7 @@
} */
/* iPad横屏 */
@media
(
orientation
:
landscape
)
{
@media
(
orientation
:
landscape
)
{
.container
{
max-width
:
1024px
;
display
:
flex
;
...
...
components/commonPopup/everyJoinPopup.vue
View file @
2431cf9b
...
...
@@ -76,6 +76,10 @@ export default {
maskClick
:
{
type
:
Boolean
,
default
:
true
},
showCanel
:
{
type
:
Boolean
,
default
:
false
}
},
methods
:
{
...
...
myPackageA/applyFranchise/applyFranchise.vue
View file @
2431cf9b
...
...
@@ -92,6 +92,7 @@
<everyJoinPopup
ref=
"everyJoinPopup"
@
continue=
"jumpPage"
:showCanel=
"false"
/>
<!-- 成功加盟为合伙人提示弹窗组件 -->
<everyJoinPopup
...
...
@@ -105,6 +106,7 @@
:maskClick=
"false"
icon=
"icon-dianzan"
iconSize=
'80rpx'
:showCanel=
"true"
/>
</view>
</
template
>
...
...
pages/courselist/courselist.vue
View file @
2431cf9b
<
template
>
<view
class=
"container"
:style=
"
{paddingTop: showFlag ? '0' : '60rpx'}">
<!-- :style="
{paddingTop: showFlag ? '0' : '60rpx'}" -->
<view
class=
"container"
>
<view
class=
"homeHeader"
v-if=
"showFlag"
>
<view
class=
"one"
>
<text
style=
"font-size: 80rpx;"
>
01
</text>
...
...
@@ -486,7 +487,6 @@
.productList{
width
:
100%
;
box-sizing
:
border-box
;
//
margin-top
:
-2%
;
background-color
:
#fff
;
padding
:
20
rpx
;
border-radius
:
10
rpx
;
...
...
@@ -572,6 +572,12 @@
border
:
none
;
}
}
/* 电脑端 */
@media
(
min-width
:
768px
)
{
.productList
{
//
padding-top
:
60
rpx
;
}
}
}
.descriptionBox
{
width
:
510
rpx
;
...
...
@@ -693,5 +699,46 @@
}
}
}
.container
{
padding-top
:
60
rpx
;
.homeHeader
{
padding-bottom
:
100
rpx
;
position
:
relative
;
z-index
:
1
;
}
.productBox
{
position
:
relative
;
z-index
:
2
;
.productList
{
padding-top
:
30
rpx
;
//
改用padding-top
margin-top
:
0
;
.productItem
{
&:first-child
{
margin-top
:
0
;
}
}
}
}
}
/* iPad横屏特定适配 */
@media
only
screen
and
(
min-device-width
:
768px
)
and
(
max-device-width
:
1024px
)
and
(
orientation
:
landscape
)
{
.container
{
.homeHeader
{
padding-bottom
:
120
rpx
;
}
.productBox
{
.productList
{
padding-top
:
50
rpx
;
}
}
}
}
</
style
>
\ No newline at end of file
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