Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
T
transport-show-h5
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
EzijingWeb
transport-show-h5
Commits
21704d98
提交
21704d98
authored
8月 14, 2020
作者:
lihuihui
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
购买页修改
上级
52da59f7
隐藏空白字符变更
内嵌
并排
正在显示
1 个修改的文件
包含
27 行增加
和
10 行删除
+27
-10
index.vue
src/pages/pay/index.vue
+27
-10
没有找到文件。
src/pages/pay/index.vue
浏览文件 @
21704d98
...
...
@@ -13,10 +13,13 @@
</div>
<div
class=
"btn-box"
>
<div
class=
"text"
>
<div
class=
"l"
>
特惠价
</div>
<div
class=
"c"
>
199.00
</div>
<div
class=
"r"
v-if=
"orderStatus != 0"
>
原价999.00
</div>
<div
class=
"r"
v-else
>
课程有效期剩余
{{
expireDay
}}
天
</div>
<div
class=
"fle"
>
<div
class=
"l"
>
特惠价
</div>
<div
class=
"c"
>
199.00
</div>
<div
class=
"r"
>
原价999.00
</div>
</div>
<!--
<div
class=
"r"
v-else
>
课程有效期剩余
{{
expireDay
}}
天
</div>
-->
<div
class=
"new-b"
v-if=
"orderStatus === 0"
>
课程有效期剩余
{{
expireDay
}}
天
</div>
</div>
<div
class=
"btn"
@
click=
"goPay"
v-if=
"orderStatus === 100"
>
立即购买
</div>
<div
class=
"btn"
v-if=
"orderStatus === 1"
@
click=
"goHome"
>
已购买
</div>
...
...
@@ -198,7 +201,7 @@ export default {
position
:
absolute
;
top
:
0
;
right
:
0
;
width
:
2
.38
rem
;
width
:
3
.3
rem
;
height
:
1rem
;
background
:linear-gradient
(
-90deg
,
rgba
(
204
,
158
,
94
,
1
),
rgba
(
247
,
214
,
161
,
1
))
;
font-size
:
.37rem
;
...
...
@@ -207,34 +210,48 @@ export default {
text-align
:
center
;
}
.text
{
display
:
flex
;
.fle
{
display
:
flex
;
div
{
line-height
:
100%
;
}
}
.l
{
font-size
:
.22rem
;
text-decoration
:line-through
;
color
:rgba
(
255
,
255
,
255
,
1
)
;
line-height
:
100%
;
margin
:
.4
6
rem
0
0
.34rem
;
margin
:
.4
3
rem
0
0
.34rem
;
background
:linear-gradient
(
-90deg
,
rgba
(
204
,
158
,
94
,
1
)
0
%
,
rgba
(
247
,
214
,
161
,
1
)
100
%
)
;
-webkit-background-clip
:text
;
-webkit-text-fill-color
:transparent
;
opacity
:
0
.8
;
}
.c
{
margin-top
:
.3rem
;
margin-left
:
.15rem
;
font-size
:
.44rem
;
color
:rgba
(
255
,
255
,
255
,
1
)
;
line-height
:
1rem
;
background
:linear-gradient
(
-90deg
,
rgba
(
204
,
158
,
94
,
1
)
0
%
,
rgba
(
247
,
214
,
161
,
1
)
100
%
)
;
-webkit-background-clip
:text
;
-webkit-text-fill-color
:transparent
;
}
.r
{
font-size
:
.22rem
;
color
:rgba
(
204
,
158
,
94
,
1
)
;
line-height
:
100%
;
opacity
:
0
.9
;
margin
:
.43rem
0
0
.17rem
;
// background:linear-gradient(-90deg,rgba(204,158,94,1) 0%, rgba(247,214,161,1) 100%);
// -webkit-background-clip:text;
// -webkit-text-fill-color:transparent;
text-decoration
:line-through
;
}
.new-b
{
font-size
:
.22rem
;
color
:rgba
(
255
,
255
,
255
,
1
)
;
line-height
:
100%
;
opacity
:
0
.8
;
margin
:
.44rem
0
0
.17
rem
;
margin
:
0
0
0
.34
rem
;
background
:linear-gradient
(
-90deg
,
rgba
(
204
,
158
,
94
,
1
)
0
%
,
rgba
(
247
,
214
,
161
,
1
)
100
%
)
;
-webkit-background-clip
:text
;
-webkit-text-fill-color
:transparent
;
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论