|
@@ -2,7 +2,7 @@
|
|
<!-- 教研室详情 -->
|
|
<!-- 教研室详情 -->
|
|
<view class="teachingDetail">
|
|
<view class="teachingDetail">
|
|
<statusBar :item="navbar"></statusBar>
|
|
<statusBar :item="navbar"></statusBar>
|
|
-
|
|
|
|
|
|
+
|
|
<!-- 顶部 -->
|
|
<!-- 顶部 -->
|
|
<view class="backPic" v-for="(item,index) in actItemList" :key="index + 'a' ">
|
|
<view class="backPic" v-for="(item,index) in actItemList" :key="index + 'a' ">
|
|
<image src="http://43.139.158.220:5007/img/static/yym/Rectangle 40.png" mode="aspectFill"></image>
|
|
<image src="http://43.139.158.220:5007/img/static/yym/Rectangle 40.png" mode="aspectFill"></image>
|
|
@@ -11,15 +11,17 @@
|
|
<view class="title three-font">{{ item.acName }}</view>
|
|
<view class="title three-font">{{ item.acName }}</view>
|
|
<view class="icons">
|
|
<view class="icons">
|
|
<view class="icon">
|
|
<view class="icon">
|
|
- <image src="http://43.139.158.220:5007/img/static/yym/Star 1 (Stroke) (2).png" style="width: 42rpx;height: 40rpx;" mode="aspectFill"></image>
|
|
|
|
|
|
+ <image src="http://43.139.158.220:5007/img/static/yym/Star 1 (Stroke) (2).png"
|
|
|
|
+ style="width: 42rpx;height: 40rpx;" mode="aspectFill"></image>
|
|
</view>
|
|
</view>
|
|
<view class="icon">
|
|
<view class="icon">
|
|
- <image src="http://43.139.158.220:5007/img/static/yym/Vector (Stroke) (1).png" style="width: 38rpx;height: 42rpx;" mode="aspectFill"></image>
|
|
|
|
|
|
+ <image src="http://43.139.158.220:5007/img/static/yym/Vector (Stroke) (1).png"
|
|
|
|
+ style="width: 38rpx;height: 42rpx;" mode="aspectFill"></image>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
<view class="col fz-font">
|
|
<view class="col fz-font">
|
|
- 成立日期:暂无
|
|
|
|
|
|
+ 成立日期:{{ item.begin_at }}
|
|
</view>
|
|
</view>
|
|
<view class="col fz-font">
|
|
<view class="col fz-font">
|
|
人数:{{ item.pers }}人
|
|
人数:{{ item.pers }}人
|
|
@@ -27,14 +29,15 @@
|
|
<view class="tag col">
|
|
<view class="tag col">
|
|
<view class="fz-font">教研标签:</view>
|
|
<view class="fz-font">教研标签:</view>
|
|
<view class="" style="display: flex;">
|
|
<view class="" style="display: flex;">
|
|
- <view class="bqZ-font" style="color: #00b2b6; border: 1px #00b2b6 solid;padding: 2rpx 10rpx;border-radius: 5rpx;font-weight: 600;">
|
|
|
|
- 类型标签
|
|
|
|
|
|
+ <view class="bqZ-font"
|
|
|
|
+ style="color: #00b2b6; border: 1px #00b2b6 solid;padding: 2rpx 10rpx;border-radius: 5rpx;font-weight: 600;">
|
|
|
|
+ {{ typetext }}
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
-
|
|
|
|
|
|
+
|
|
<!-- 两个大资料文件 -->
|
|
<!-- 两个大资料文件 -->
|
|
<view class="teaData">
|
|
<view class="teaData">
|
|
<view class="cla">
|
|
<view class="cla">
|
|
@@ -46,34 +49,38 @@
|
|
<view class="tit2 titColor fz-font">教研室专属资源</view>
|
|
<view class="tit2 titColor fz-font">教研室专属资源</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
-
|
|
|
|
|
|
+
|
|
<!-- 教研室详情 -->
|
|
<!-- 教研室详情 -->
|
|
<view class="" style="padding: 0 30rpx;">
|
|
<view class="" style="padding: 0 30rpx;">
|
|
<detailBlock :actItemList='actItemList' :item="judge"></detailBlock>
|
|
<detailBlock :actItemList='actItemList' :item="judge"></detailBlock>
|
|
</view>
|
|
</view>
|
|
-
|
|
|
|
|
|
+
|
|
<!-- 创建者用户名 -->
|
|
<!-- 创建者用户名 -->
|
|
<view style="padding: 0 30rpx;">
|
|
<view style="padding: 0 30rpx;">
|
|
<view class="creator" v-for="(item,index) in actItemList" :key="index + 'b' ">
|
|
<view class="creator" v-for="(item,index) in actItemList" :key="index + 'b' ">
|
|
- <image :src="item.avatar == null ? 'http://43.139.158.220:5007/img/static/mine/Avatar_default.png' : item.avatar" mode="aspectFill"></image>
|
|
|
|
|
|
+ <image
|
|
|
|
+ :src="item.avatar == null ? 'http://43.139.158.220:5007/img/static/mine/Avatar_default.png' : item.avatar"
|
|
|
|
+ mode="aspectFill"></image>
|
|
<view class="creName btn-font">
|
|
<view class="creName btn-font">
|
|
{{ item.username }}
|
|
{{ item.username }}
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
-
|
|
|
|
|
|
+
|
|
<!-- 当前成员 -->
|
|
<!-- 当前成员 -->
|
|
- <view style="padding: 0 30rpx;">
|
|
|
|
|
|
+ <view style="padding: 0 30rpx; display: none;">
|
|
<view class="member">
|
|
<view class="member">
|
|
<view class="memberTop">
|
|
<view class="memberTop">
|
|
- <view class="btn-font" >当前成员</view>
|
|
|
|
- <view class="fz-font" style="color: rgba(0, 0, 0, 0.4);display: flex;align-items: center;" @click="gotoMorePer">
|
|
|
|
|
|
+ <view class="btn-font">当前成员</view>
|
|
|
|
+ <view class="fz-font" style="color: rgba(0, 0, 0, 0.4);display: flex;align-items: center;"
|
|
|
|
+ @click="gotoMorePer">
|
|
<text>查看更多</text>
|
|
<text>查看更多</text>
|
|
- <image src="http://43.139.158.220:5007/img/static/mine/arrow-right.png" style="width: 32rpx;height: 32rpx;" mode="aspectFill"></image>
|
|
|
|
|
|
+ <image src="http://43.139.158.220:5007/img/static/mine/arrow-right.png"
|
|
|
|
+ style="width: 32rpx;height: 32rpx;" mode="aspectFill"></image>
|
|
<!-- <uni-icons type="right"></uni-icons> -->
|
|
<!-- <uni-icons type="right"></uni-icons> -->
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
-
|
|
|
|
|
|
+
|
|
<view class="pers">
|
|
<view class="pers">
|
|
<!-- <view class="per" v-for="i in perNum">
|
|
<!-- <view class="per" v-for="i in perNum">
|
|
<image :src="i.img"></image>
|
|
<image :src="i.img"></image>
|
|
@@ -90,7 +97,7 @@
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
-
|
|
|
|
|
|
+
|
|
<!-- 申请加入 -->
|
|
<!-- 申请加入 -->
|
|
<view class="btnBlock">
|
|
<view class="btnBlock">
|
|
<button class="btn zw-font" @click="applyAdd">申请加入</button>
|
|
<button class="btn zw-font" @click="applyAdd">申请加入</button>
|
|
@@ -102,38 +109,65 @@
|
|
export default {
|
|
export default {
|
|
data() {
|
|
data() {
|
|
return {
|
|
return {
|
|
- navbar:{
|
|
|
|
- title:'教研室详情',
|
|
|
|
- btn:1
|
|
|
|
|
|
+ navbar: {
|
|
|
|
+ title: '教研室详情',
|
|
|
|
+ btn: 1
|
|
},
|
|
},
|
|
actItemList: [],
|
|
actItemList: [],
|
|
- perNum:[
|
|
|
|
- {Name:'金晶',img:'http://43.139.158.220:5007/img/static/yym/Ellipse 4 (1).png'},
|
|
|
|
- {Name:'朱心艺',img:'http://43.139.158.220:5007/img/static/yym/Ellipse 4 (2).png'},
|
|
|
|
- {Name:'李红',img:'http://43.139.158.220:5007/img/static/yym/Ellipse 4 (3).png'},
|
|
|
|
- {Name:'杨婉',img:'http://43.139.158.220:5007/img/static/yym/Ellipse 4 (4).png'},
|
|
|
|
- {Name:'郑元雄',img:'http://43.139.158.220:5007/img/static/yym/Ellipse 4.png'},
|
|
|
|
- {Name:'罗佳诚',img:'http://43.139.158.220:5007/img/static/yym/Ellipse 4 (3).png'}
|
|
|
|
|
|
+ perNum: [{
|
|
|
|
+ Name: '金晶',
|
|
|
|
+ img: 'http://43.139.158.220:5007/img/static/yym/Ellipse 4 (1).png'
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ Name: '朱心艺',
|
|
|
|
+ img: 'http://43.139.158.220:5007/img/static/yym/Ellipse 4 (2).png'
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ Name: '李红',
|
|
|
|
+ img: 'http://43.139.158.220:5007/img/static/yym/Ellipse 4 (3).png'
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ Name: '杨婉',
|
|
|
|
+ img: 'http://43.139.158.220:5007/img/static/yym/Ellipse 4 (4).png'
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ Name: '郑元雄',
|
|
|
|
+ img: 'http://43.139.158.220:5007/img/static/yym/Ellipse 4.png'
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ Name: '罗佳诚',
|
|
|
|
+ img: 'http://43.139.158.220:5007/img/static/yym/Ellipse 4 (3).png'
|
|
|
|
+ }
|
|
],
|
|
],
|
|
judge: {
|
|
judge: {
|
|
isShow: 0,
|
|
isShow: 0,
|
|
- info:""
|
|
|
|
- }
|
|
|
|
|
|
+ info: ""
|
|
|
|
+ },
|
|
|
|
+ typetext: ''
|
|
};
|
|
};
|
|
},
|
|
},
|
|
- methods:{
|
|
|
|
- gotoMorePer(){
|
|
|
|
|
|
+ methods: {
|
|
|
|
+ gotoMorePer() {
|
|
uni.navigateTo({
|
|
uni.navigateTo({
|
|
- url:'/pages/dy/dy'
|
|
|
|
|
|
+ url: '/pages/dy/dy'
|
|
})
|
|
})
|
|
},
|
|
},
|
|
- applyAdd(){
|
|
|
|
|
|
+ applyAdd() {
|
|
const clickedAcId = this.actItemList[0].acId;
|
|
const clickedAcId = this.actItemList[0].acId;
|
|
console.log(clickedAcId);
|
|
console.log(clickedAcId);
|
|
uni.navigateTo({
|
|
uni.navigateTo({
|
|
- url:'/pages/jys/jys?acId=' + clickedAcId
|
|
|
|
|
|
+ url: '/pages/jys/jys?acId=' + clickedAcId
|
|
})
|
|
})
|
|
},
|
|
},
|
|
|
|
+ mapTypeToText(type) {
|
|
|
|
+ if (type === 0) {
|
|
|
|
+ return "直播活动";
|
|
|
|
+ } else if (type === 1) {
|
|
|
|
+ return "常规教研活动";
|
|
|
|
+ } else {
|
|
|
|
+ return "专题教研活动";
|
|
|
|
+ }
|
|
|
|
+ },
|
|
getActivity() {
|
|
getActivity() {
|
|
// 获取当前页面的URL
|
|
// 获取当前页面的URL
|
|
const routes = getCurrentPages();
|
|
const routes = getCurrentPages();
|
|
@@ -147,6 +181,7 @@
|
|
console.log(res[0]);
|
|
console.log(res[0]);
|
|
// this.activeList=[...this.activeList,...res[0]]
|
|
// this.activeList=[...this.activeList,...res[0]]
|
|
this.actItemList = res[0]
|
|
this.actItemList = res[0]
|
|
|
|
+ this.typetext = this.mapTypeToText(this.actItemList.type);
|
|
})
|
|
})
|
|
},
|
|
},
|
|
},
|
|
},
|
|
@@ -157,16 +192,19 @@
|
|
</script>
|
|
</script>
|
|
|
|
|
|
<style lang="scss">
|
|
<style lang="scss">
|
|
- .teachingDetail{
|
|
|
|
|
|
+ .teachingDetail {
|
|
padding-bottom: 80px;
|
|
padding-bottom: 80px;
|
|
- .backPic{
|
|
|
|
|
|
+
|
|
|
|
+ .backPic {
|
|
width: 750rpx;
|
|
width: 750rpx;
|
|
position: relative;
|
|
position: relative;
|
|
- image{
|
|
|
|
|
|
+
|
|
|
|
+ image {
|
|
width: 100%;
|
|
width: 100%;
|
|
display: block;
|
|
display: block;
|
|
}
|
|
}
|
|
- .card{
|
|
|
|
|
|
+
|
|
|
|
+ .card {
|
|
position: absolute;
|
|
position: absolute;
|
|
width: 690rpx;
|
|
width: 690rpx;
|
|
height: 256rpx;
|
|
height: 256rpx;
|
|
@@ -175,16 +213,18 @@
|
|
padding: 30rpx;
|
|
padding: 30rpx;
|
|
background-color: rgba(0, 0, 0, 0.26);
|
|
background-color: rgba(0, 0, 0, 0.26);
|
|
border-radius: 10px;
|
|
border-radius: 10px;
|
|
- transform: translate(-50%,0);
|
|
|
|
|
|
+ transform: translate(-50%, 0);
|
|
border: 1rpx #667870 solid;
|
|
border: 1rpx #667870 solid;
|
|
color: #ffffff;
|
|
color: #ffffff;
|
|
|
|
+
|
|
// display: flex;
|
|
// display: flex;
|
|
// flex-direction: column;
|
|
// flex-direction: column;
|
|
// justify-content: space-between;
|
|
// justify-content: space-between;
|
|
- .cardTop{
|
|
|
|
|
|
+ .cardTop {
|
|
display: flex;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
justify-content: space-between;
|
|
- .title{
|
|
|
|
|
|
+
|
|
|
|
+ .title {
|
|
// padding-bottom: 20rpx;
|
|
// padding-bottom: 20rpx;
|
|
margin-bottom: 20rpx;
|
|
margin-bottom: 20rpx;
|
|
width: 506rpx;
|
|
width: 506rpx;
|
|
@@ -193,15 +233,17 @@
|
|
font-family: PingFang SC;
|
|
font-family: PingFang SC;
|
|
// font-weight: 550;
|
|
// font-weight: 550;
|
|
overflow: hidden;
|
|
overflow: hidden;
|
|
- text-overflow:ellipsis;
|
|
|
|
|
|
+ text-overflow: ellipsis;
|
|
white-space: nowrap;
|
|
white-space: nowrap;
|
|
}
|
|
}
|
|
- .icons{
|
|
|
|
|
|
+
|
|
|
|
+ .icons {
|
|
flex: 1;
|
|
flex: 1;
|
|
display: flex;
|
|
display: flex;
|
|
align-items: center;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
justify-content: space-between;
|
|
- .icon{
|
|
|
|
|
|
+
|
|
|
|
+ .icon {
|
|
width: 48rpx;
|
|
width: 48rpx;
|
|
height: 48rpx;
|
|
height: 48rpx;
|
|
display: flex;
|
|
display: flex;
|
|
@@ -209,124 +251,140 @@
|
|
justify-content: center;
|
|
justify-content: center;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
-
|
|
|
|
|
|
+
|
|
}
|
|
}
|
|
- .col{
|
|
|
|
|
|
+
|
|
|
|
+ .col {
|
|
margin-bottom: 10rpx;
|
|
margin-bottom: 10rpx;
|
|
font-weight: 100;
|
|
font-weight: 100;
|
|
color: #f0edea;
|
|
color: #f0edea;
|
|
// font-size: 30rpx;
|
|
// font-size: 30rpx;
|
|
}
|
|
}
|
|
- .tag{
|
|
|
|
|
|
+
|
|
|
|
+ .tag {
|
|
display: flex;
|
|
display: flex;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
+
|
|
// background-image: url(http://43.139.158.220:5007/img/static/resource/jqr.png);
|
|
// background-image: url(http://43.139.158.220:5007/img/static/resource/jqr.png);
|
|
}
|
|
}
|
|
-
|
|
|
|
- .teaData{
|
|
|
|
|
|
+
|
|
|
|
+ .teaData {
|
|
width: 750rpx;
|
|
width: 750rpx;
|
|
display: flex;
|
|
display: flex;
|
|
- padding:20rpx 30rpx;
|
|
|
|
|
|
+ padding: 20rpx 30rpx;
|
|
justify-content: space-between;
|
|
justify-content: space-between;
|
|
|
|
+
|
|
// padding: 20px 0;
|
|
// padding: 20px 0;
|
|
- .cla{
|
|
|
|
|
|
+ .cla {
|
|
width: 49%;
|
|
width: 49%;
|
|
- background: linear-gradient(to bottom , #fcfcff 30%, #e8ecfd 100%);
|
|
|
|
|
|
+ background: linear-gradient(to bottom, #fcfcff 30%, #e8ecfd 100%);
|
|
border-radius: 10px;
|
|
border-radius: 10px;
|
|
padding: 35rpx 30rpx;
|
|
padding: 35rpx 30rpx;
|
|
color: #424f85;
|
|
color: #424f85;
|
|
- .tit1{
|
|
|
|
|
|
+
|
|
|
|
+ .tit1 {
|
|
// font-size: 38rpx;
|
|
// font-size: 38rpx;
|
|
margin-bottom: 10rpx;
|
|
margin-bottom: 10rpx;
|
|
font-weight: bold;
|
|
font-weight: bold;
|
|
}
|
|
}
|
|
- .tit2{
|
|
|
|
|
|
+
|
|
|
|
+ .tit2 {
|
|
// font-size: 22px;
|
|
// font-size: 22px;
|
|
// font-size: 30rpx;
|
|
// font-size: 30rpx;
|
|
// margin-bottom: 5px;
|
|
// margin-bottom: 5px;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
- .cla2{
|
|
|
|
|
|
+
|
|
|
|
+ .cla2 {
|
|
width: 45%;
|
|
width: 45%;
|
|
- background: linear-gradient(to bottom , #fcfcff 10%, #fef3ea 100%);
|
|
|
|
|
|
+ background: linear-gradient(to bottom, #fcfcff 10%, #fef3ea 100%);
|
|
border-radius: 10px;
|
|
border-radius: 10px;
|
|
padding: 35rpx 30rpx;
|
|
padding: 35rpx 30rpx;
|
|
color: #855e42;
|
|
color: #855e42;
|
|
- .tit1{
|
|
|
|
|
|
+
|
|
|
|
+ .tit1 {
|
|
// font-size: 38rpx;
|
|
// font-size: 38rpx;
|
|
margin-bottom: 10rpx;
|
|
margin-bottom: 10rpx;
|
|
font-weight: bold;
|
|
font-weight: bold;
|
|
}
|
|
}
|
|
- .tit2{
|
|
|
|
|
|
+
|
|
|
|
+ .tit2 {
|
|
// font-size: 22px;
|
|
// font-size: 22px;
|
|
// margin-bottom: 5px;
|
|
// margin-bottom: 5px;
|
|
// font-size: 30rpx;
|
|
// font-size: 30rpx;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
-
|
|
|
|
-
|
|
|
|
- .creator{
|
|
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+ .creator {
|
|
display: flex;
|
|
display: flex;
|
|
padding: 30rpx;
|
|
padding: 30rpx;
|
|
background-color: #ffffff;
|
|
background-color: #ffffff;
|
|
align-items: center;
|
|
align-items: center;
|
|
margin-top: 20rpx;
|
|
margin-top: 20rpx;
|
|
border-radius: 10px;
|
|
border-radius: 10px;
|
|
- image{
|
|
|
|
|
|
+
|
|
|
|
+ image {
|
|
width: 96rpx;
|
|
width: 96rpx;
|
|
height: 96rpx;
|
|
height: 96rpx;
|
|
border-radius: 50%;
|
|
border-radius: 50%;
|
|
margin-right: 20rpx;
|
|
margin-right: 20rpx;
|
|
}
|
|
}
|
|
- .creName{
|
|
|
|
|
|
+
|
|
|
|
+ .creName {
|
|
font-weight: bold;
|
|
font-weight: bold;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
-
|
|
|
|
- .member{
|
|
|
|
|
|
+
|
|
|
|
+ .member {
|
|
background-color: #ffffff;
|
|
background-color: #ffffff;
|
|
margin-top: 20rpx;
|
|
margin-top: 20rpx;
|
|
padding: 30rpx;
|
|
padding: 30rpx;
|
|
border-radius: 10px;
|
|
border-radius: 10px;
|
|
margin-bottom: 30rpx;
|
|
margin-bottom: 30rpx;
|
|
- .memberTop{
|
|
|
|
|
|
+
|
|
|
|
+ .memberTop {
|
|
display: flex;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
justify-content: space-between;
|
|
margin-bottom: 10px;
|
|
margin-bottom: 10px;
|
|
}
|
|
}
|
|
-
|
|
|
|
- .pers{
|
|
|
|
|
|
+
|
|
|
|
+ .pers {
|
|
|
|
+ display: flex;
|
|
|
|
+ justify-content: space-between;
|
|
|
|
+ align-items: center;
|
|
|
|
+
|
|
|
|
+ .per {
|
|
display: flex;
|
|
display: flex;
|
|
- justify-content: space-between;
|
|
|
|
- align-items: center;
|
|
|
|
- .per{
|
|
|
|
- display: flex;
|
|
|
|
- flex-direction: column;
|
|
|
|
- image{
|
|
|
|
- width: 72rpx;
|
|
|
|
- height: 72rpx;
|
|
|
|
- border-radius: 50%;
|
|
|
|
- }
|
|
|
|
- .perName{
|
|
|
|
- // font-size: 14px;
|
|
|
|
- text-align: center;
|
|
|
|
- }
|
|
|
|
|
|
+ flex-direction: column;
|
|
|
|
+
|
|
|
|
+ image {
|
|
|
|
+ width: 72rpx;
|
|
|
|
+ height: 72rpx;
|
|
|
|
+ border-radius: 50%;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ .perName {
|
|
|
|
+ // font-size: 14px;
|
|
|
|
+ text-align: center;
|
|
}
|
|
}
|
|
-
|
|
|
|
}
|
|
}
|
|
-
|
|
|
|
|
|
+
|
|
|
|
+ }
|
|
|
|
+
|
|
}
|
|
}
|
|
-
|
|
|
|
- .btnBlock{
|
|
|
|
|
|
+
|
|
|
|
+ .btnBlock {
|
|
position: fixed;
|
|
position: fixed;
|
|
bottom: 0;
|
|
bottom: 0;
|
|
width: 750rpx;
|
|
width: 750rpx;
|
|
background-color: #ffffff;
|
|
background-color: #ffffff;
|
|
// padding: 20px 0;
|
|
// padding: 20px 0;
|
|
padding: 2vh 0;
|
|
padding: 2vh 0;
|
|
- .btn{
|
|
|
|
|
|
+
|
|
|
|
+ .btn {
|
|
width: 432rpx;
|
|
width: 432rpx;
|
|
height: 88rpx;
|
|
height: 88rpx;
|
|
font-weight: 500;
|
|
font-weight: 500;
|