Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
W
wechatapp.shangjiadao.com
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
wangxuelai
wechatapp.shangjiadao.com
Commits
f93331ff
Commit
f93331ff
authored
Nov 30, 2019
by
lvtz
Browse files
Options
Browse Files
Download
Plain Diff
fix
parents
303f0199
292bcfdd
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
15 additions
and
20 deletions
+15
-20
index.wxss
src/pages/websiteindex/index.wxss
+2
-2
onlineclassroomindex.wxml
src/pages/websiteindex/onlineclassroomindex.wxml
+0
-4
onlineclassroomindex.wxss
src/pages/websiteindex/onlineclassroomindex.wxss
+13
-13
index.js
utilities/index.js
+0
-1
No files found.
src/pages/websiteindex/index.wxss
View file @
f93331ff
...
...
@@ -976,8 +976,8 @@ page{
display: flex;
align-items: center;
height:45rpx;
background:rgba(0,0,0,
1
);
opacity:0.4;
background:rgba(0,0,0,
.4
);
/* opacity:0.4; */
position: absolute;
left: 0;
bottom: 0;
...
...
src/pages/websiteindex/onlineclassroomindex.wxml
View file @
f93331ff
...
...
@@ -122,11 +122,7 @@
</view>
</swiper-item>
</swiper>
</view>
</view>
</view>
<view class="booking-box" wx:if="{{coursesDetail.is_encrypt == 2 && coursesDetail.isShowButton}}" bindtap="freeStudy">
...
...
src/pages/websiteindex/onlineclassroomindex.wxss
View file @
f93331ff
/* src/pages/websiteindex/onlineclassroomindex.wxss */
@keyframes fontWeight {
from {
font-size: 2
8
rpx;
font-size: 2
6
rpx;
}
to {
font-size: 3
0
rpx;
font-size: 3
2
rpx;
}
}
@keyframes seachWidthShow {
...
...
@@ -101,8 +101,8 @@
z-index: 2;
}
.top-box .title-box{
padding: 24rpx;
border-bottom: 2rpx solid rgba(242,242,242,1);
padding: 24rpx
24rpx 0 24rpx
;
/* border-bottom: 2rpx solid rgba(247,247,249,1); */
}
.top-box .title-box .title{
font-size:30rpx;
...
...
@@ -137,22 +137,22 @@
}
.line-16{
width:100%;
height:
16
rpx;
background:
rgba(247,247,249
,1);
height:
2
rpx;
background:
rgba(242,242,242
,1);
}
.content-box .tab-box{
display: flex;
padding: 26rpx 0;
/* padding: 26rpx 0; */
height: 96rpx;
border-bottom: 2rpx solid rgba(247,247,249,1);
}
.content-box .tab-box .tab-item{
flex: 1;
font-size:2
8
rpx;
font-size:2
6
rpx;
font-family:PingFangSC-Medium,PingFang SC;
font-weight:500;
color:rgba(127,127,127,1);
line-height:1;
color:#999;
/* text-align: center; */
position: relative;
display: flex;
...
...
@@ -160,8 +160,8 @@
justify-content: center;
}
.content-box .tab-box .tab-item image{
width: 2
4
rpx;
height:
20
rpx;
width: 2
0
rpx;
height:
18
rpx;
vertical-align: middle;
margin-left: 4rpx;
}
...
...
@@ -413,7 +413,7 @@
}
.content-box .catalog{
height: calc(100vh - 640rpx);
padding-top:
1
0rpx;
padding-top:
3
0rpx;
}
.catalog-list{
padding: 0 26rpx;
...
...
utilities/index.js
View file @
f93331ff
...
...
@@ -79,7 +79,6 @@ function imagify(src, params) {
}
return
_src
;
}
function
transformOssVideofy
(
src
,
mode
)
{
if
(
!
src
)
return
''
;
var
_src
=
src
;
...
...
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