Commit f93331ff authored by lvtz's avatar lvtz

fix

parents 303f0199 292bcfdd
......@@ -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;
......
......@@ -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 */
@keyframes fontWeight {
from {
font-size: 28rpx;
font-size: 26rpx;
}
to {
font-size: 30rpx;
font-size: 32rpx;
}
}
@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:16rpx;
background:rgba(247,247,249,1);
height:2rpx;
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:28rpx;
font-size:26rpx;
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: 24rpx;
height: 20rpx;
width: 20rpx;
height: 18rpx;
vertical-align: middle;
margin-left: 4rpx;
}
......@@ -413,7 +413,7 @@
}
.content-box .catalog{
height: calc(100vh - 640rpx);
padding-top: 10rpx;
padding-top: 30rpx;
}
.catalog-list{
padding: 0 26rpx;
......
......@@ -79,7 +79,6 @@ function imagify(src, params) {
}
return _src;
}
function transformOssVideofy (src,mode) {
if (!src) return '';
var _src = src;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment