Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
P
project-online-fi
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
EzijingWeb
project-online-fi
Commits
ccf00d7f
提交
ccf00d7f
authored
1月 04, 2023
作者:
matian
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
项目优化
上级
b811019d
隐藏空白字符变更
内嵌
并排
正在显示
3 个修改的文件
包含
14 行增加
和
21 行删除
+14
-21
Header.vue
src/components/layout/Header.vue
+1
-1
ContactDialog.vue
src/modules/shop/components/ContactDialog.vue
+11
-20
CourseFooter.vue
src/modules/shop/components/CourseFooter.vue
+2
-0
没有找到文件。
src/components/layout/Header.vue
浏览文件 @
ccf00d7f
...
@@ -89,7 +89,7 @@ function handleUser() {
...
@@ -89,7 +89,7 @@ function handleUser() {
left
:
0
;
left
:
0
;
right
:
0
;
right
:
0
;
color
:
#fff
;
color
:
#fff
;
background
:
linear-gradient
(
0deg
,
rgba
(
0
,
0
,
0
,
0
)
0%
,
rgba
(
0
,
0
,
0
,
0
.
9
)
100%
);
background
:
linear-gradient
(
0deg
,
rgba
(
0
,
0
,
0
,
0
)
0%
,
rgba
(
0
,
0
,
0
,
0
.
6
)
100%
);
.logo
{
.logo
{
background
:
url('@/assets/images/logo_white.png')
no-repeat
;
background
:
url('@/assets/images/logo_white.png')
no-repeat
;
background-size
:
contain
;
background-size
:
contain
;
...
...
src/modules/shop/components/ContactDialog.vue
浏览文件 @
ccf00d7f
...
@@ -25,11 +25,11 @@ const handleCancel = () => {
...
@@ -25,11 +25,11 @@ const handleCancel = () => {
:top=
"!mobile ? '16%' : '50%'"
:top=
"!mobile ? '16%' : '50%'"
:modal=
"false"
:modal=
"false"
:before-close=
"handleCancel"
:before-close=
"handleCancel"
title=
"上课方式"
>
>
<div
class=
"buy_alert"
>
<div
class=
"buy_alert"
>
<!--
<img
src=
"https://webapp-pub.ezijing.com/project_online/fi/icon_contact.png"
alt=
""
/>
-->
<!--
<img
src=
"https://webapp-pub.ezijing.com/project_online/fi/icon_contact.png"
alt=
""
/>
-->
<div
class=
"alert_con"
>
<div
class=
"alert_con"
>
<div
class=
"con_tit"
>
上课方式
</div>
<img
src=
"https://webapp-pub.ezijing.com/project_online/fi/contact_wx.png"
class=
"con_img"
/>
<img
src=
"https://webapp-pub.ezijing.com/project_online/fi/contact_wx.png"
class=
"con_img"
/>
<div
class=
"con_desc"
>
请联系小秘书:13263110169(同微信)
</div>
<div
class=
"con_desc"
>
请联系小秘书:13263110169(同微信)
</div>
</div>
</div>
...
@@ -50,8 +50,6 @@ const handleCancel = () => {
...
@@ -50,8 +50,6 @@ const handleCancel = () => {
display
:
flex
;
display
:
flex
;
align-items
:
center
;
align-items
:
center
;
flex-direction
:
column
;
flex-direction
:
column
;
justify-content
:
center
;
margin-top
:
10px
;
.con_tit
{
.con_tit
{
font-size
:
16px
;
font-size
:
16px
;
...
@@ -61,13 +59,12 @@ const handleCancel = () => {
...
@@ -61,13 +59,12 @@ const handleCancel = () => {
.con_img
{
.con_img
{
width
:
200px
;
width
:
200px
;
height
:
200px
;
height
:
200px
;
margin-top
:
20px
;
}
}
.con_desc
{
.con_desc
{
font-size
:
14px
;
font-size
:
14px
;
font-weight
:
400
;
font-weight
:
400
;
color
:
#666666
;
color
:
#666666
;
margin
-top
:
2
0px
;
margin
:
1
0px
;
}
}
}
}
}
}
...
@@ -75,7 +72,6 @@ const handleCancel = () => {
...
@@ -75,7 +72,6 @@ const handleCancel = () => {
width
:
315px
;
width
:
315px
;
box-shadow
:
0px
0px
16px
rgba
(
0
,
0
,
0
,
0
.16
);
box-shadow
:
0px
0px
16px
rgba
(
0
,
0
,
0
,
0
.16
);
border-radius
:
10px
;
border-radius
:
10px
;
// margin-left: 50%;
.el-dialog__header
{
.el-dialog__header
{
padding-bottom
:
0
;
padding-bottom
:
0
;
...
@@ -86,7 +82,6 @@ const handleCancel = () => {
...
@@ -86,7 +82,6 @@ const handleCancel = () => {
.buy_alert
{
.buy_alert
{
display
:
flex
;
display
:
flex
;
align-items
:
center
;
align-items
:
center
;
justify-content
:
center
;
flex-direction
:
column
;
flex-direction
:
column
;
.alert_con
{
.alert_con
{
text-align
:
center
;
text-align
:
center
;
...
@@ -94,30 +89,26 @@ const handleCancel = () => {
...
@@ -94,30 +89,26 @@ const handleCancel = () => {
font-size
:
0
.24rem
;
font-size
:
0
.24rem
;
font-weight
:
400
;
font-weight
:
400
;
color
:
#333333
;
color
:
#333333
;
margin-top
:
0
.25rem
;
}
}
.con_img
{
.con_img
{
width
:
3rem
;
width
:
3rem
;
height
:
3rem
;
height
:
3rem
;
margin-top
:
0
.51rem
;
}
}
.con_desc
{
.con_desc
{
font-size
:
0
.24rem
;
font-size
:
0
.24rem
;
font-weight
:
400
;
font-weight
:
400
;
color
:
#666666
;
color
:
#666666
;
margin
-top
:
0
.51
rem
;
margin
:
0
.2
rem
;
}
}
}
}
}
}
:deep
(
.el-dialog
)
{
}
box-shadow
:
0px
0px
16px
rgba
(
0
,
0
,
0
,
0
.16
);
:deep
(
.el-dialog__body
)
{
border-radius
:
0
.12rem
;
padding
:
0
;
margin-left
:
50%
;
}
padding
:
0
1
.35rem
0
.85rem
1
.35rem
;
:deep
(
.el-dialog__title
)
{
font-size
:
16px
;
.el-dialog__header
{
text-align
:
center
;
padding-bottom
:
0
;
display
:
block
;
}
}
}
}
</
style
>
</
style
>
src/modules/shop/components/CourseFooter.vue
浏览文件 @
ccf00d7f
...
@@ -170,6 +170,8 @@ const handleBuyCourse = () => {
...
@@ -170,6 +170,8 @@ const handleBuyCourse = () => {
color
:
#333333
;
color
:
#333333
;
.tit_price
{
.tit_price
{
color
:
#aa1941
;
color
:
#aa1941
;
font-size
:
0
.36rem
;
font-weight
:
bold
;
}
}
}
}
.left_desc
{
.left_desc
{
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论