123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276 |
- <template>
- <!-- 教研室详情 -->
- <view class="teachingDetail">
- <statusBar :item="navbar"></statusBar>
-
- <!-- 顶部 -->
- <view class="backPic">
- <image src="../../static/yym/Rectangle 40.png" mode="aspectFill"></image>
- <view class="card">
- <view class="cardTop">
- <view class="title three-font">xxxx虚拟教研教室</view>
- <view class="">
- <uni-icons type="star" size="48rpx" color="#ffffff" style="margin-right: 20rpx;"></uni-icons>
- <uni-icons type="folder-add" size="48rpx" color="#ffffff"></uni-icons>
- </view>
- </view>
- <view class="col fz-font">
- 成立日期:2023.5.12
- </view>
- <view class="col fz-font">
- 人数:23人
- </view>
- <view class="tag col">
- <view class="fz-font">教研标签:</view>
- <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>
- </view>
- </view>
- </view>
- </view>
-
- <!-- 两个大资料文件 -->
- <view class="teaData">
- <view class="cla">
- <view class="tit1 three-font">课程资料</view>
- <view class="tit2 fz-font">教研室专属课程</view>
- </view>
- <view class="cla2">
- <view class="tit1 titColor three-font">资源文件</view>
- <view class="tit2 titColor fz-font">教研室专属资源</view>
- </view>
- </view>
-
- <!-- 教研室详情 -->
- <view class="" style="padding: 0 30rpx;">
- <detailBlock></detailBlock>
- </view>
-
- <!-- 创建者用户名 -->
- <view style="padding: 0 30rpx;">
- <view class="creator">
- <image src="../../static/mine/Avatar.png" mode="aspectFill"></image>
- <view class="creName btn-font">
- 创建者用户名
- </view>
- </view>
- </view>
-
- <!-- 当前成员 -->
- <view style="padding: 0 30rpx;">
- <view class="member">
- <view class="memberTop">
- <view class="btn-font" >当前成员</view>
- <view class="fz-font" style="color: #666666;display: flex;align-items: center;" @click="gotoMorePer">
- 查看更多
- <uni-icons type="right"></uni-icons>
- </view>
- </view>
-
- <view class="pers">
- <view class="per" v-for="i in 6">
- <image src="../../static/mine/Avatar.png" mode="aspectFill"></image>
- <view class="perName fz-font">
- 袁一鸣
- </view>
- </view>
- </view>
- </view>
- </view>
-
- <!-- 申请加入 -->
- <view class="btnBlock">
- <button class="btn zw-font" @click="applyAdd">申请加入</button>
- </view>
- </view>
- </template>
- <script>
- export default {
- data() {
- return {
- navbar:{
- title:'教研室详情',
- btn:1
- }
- };
- },
- methods:{
- gotoMorePer(){
- uni.navigateTo({
- url:'/pages/dy/dy'
- })
- },
- applyAdd(){
- uni.navigateTo({
- url:'/pages/jys/jys'
- })
- }
- }
- }
- </script>
- <style lang="scss">
- .teachingDetail{
- padding-bottom: 80px;
- .backPic{
- width: 750rpx;
- position: relative;
- image{
- width: 100%;
- display: block;
- }
- .card{
- position: absolute;
- // width: 650rpx;
- width: 690rpx;
- height: 256rpx;
- bottom: 10px;
- left: 50%;
- padding: 30rpx 20rpx;
- backdrop-filter: blur(2px);
- border-radius: 10px;
- transform: translate(-50%,0);
- border: 1rpx #667870 solid;
- color: #ffffff;
- // background-color: #34453f;
- .cardTop{
- display: flex;
- justify-content: space-between;
- .title{
- // font-weight: 500;
- padding-bottom: 20rpx;
- color: #ffffff;
- // font-size: 35rpx;
- }
- }
- .col{
- margin-bottom: 10rpx;
- font-weight: 100;
- // font-size: 30rpx;
- }
- .tag{
- display: flex;
- }
- }
- // background-image: url(../../static/resource/jqr.png);
- }
-
- .teaData{
- width: 750rpx;
- display: flex;
- padding:20px 30rpx;
- justify-content: space-between;
- // padding: 20px 0;
- .cla{
- width: 49%;
- background: linear-gradient(to bottom , #fcfcff 30%, #e8ecfd 100%);
- border-radius: 10px;
- padding: 35rpx 30rpx;
- color: #424f85;
- .tit1{
- // font-size: 38rpx;
- margin-bottom: 10rpx;
- font-weight: bold;
- }
- .tit2{
- // font-size: 22px;
- // font-size: 30rpx;
- // margin-bottom: 5px;
- }
- }
- .cla2{
- width: 45%;
- background: linear-gradient(to bottom , #fcfcff 10%, #fef3ea 100%);
- border-radius: 10px;
- padding: 35rpx 30rpx;
- color: #855e42;
- .tit1{
- // font-size: 38rpx;
- margin-bottom: 10rpx;
- font-weight: bold;
- }
- .tit2{
- // font-size: 22px;
- // margin-bottom: 5px;
- // font-size: 30rpx;
- }
- }
- }
-
-
- .creator{
- display: flex;
- padding: 10px 30px;
- background-color: #ffffff;
- align-items: center;
- margin-top: 20px;
- border-radius: 10px;
- image{
- width: 96rpx;
- height: 96rpx;
- border-radius: 50%;
- margin-right: 20rpx;
- }
- .creName{
- font-weight: bold;
- }
- }
-
- .member{
- background-color: #ffffff;
- margin-top: 20px;
- padding: 10px 10px;
- border: 10px;
- border-radius: 10px;
- .memberTop{
- display: flex;
- justify-content: space-between;
- margin-bottom: 10px;
- }
-
- .pers{
- display: flex;
- justify-content: space-around;
- align-items: center;
- .per{
- display: flex;
- flex-direction: column;
- image{
- width: 72rpx;
- height: 72rpx;
- border-radius: 50%;
- }
- .perName{
- // font-size: 14px;
- text-align: center;
- }
- }
-
- }
-
- }
-
- .btnBlock{
- position: fixed;
- bottom: 0;
- width: 750rpx;
- background-color: #ffffff;
- // padding: 20px 0;
- padding: 2vh 0;
- .btn{
- width: 432rpx;
- height: 88rpx;
- font-weight: 500;
- display: flex;
- justify-content: center;
- align-items: center;
- margin: auto;
- background-color: #0056a8;
- color: #ffffff;
- }
- }
- }
- </style>
|