teachingDetail.vue 5.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251
  1. <template>
  2. <!-- 教研室详情 -->
  3. <view class="teachingDetail">
  4. <statusBar :item="navbar"></statusBar>
  5. <!-- 顶部 -->
  6. <view class="backPic">
  7. <image src="../../static/yym/Rectangle 40.png" mode="aspectFill"></image>
  8. <view class="card">
  9. <view class="cardTop">
  10. <view class="title">xxx虚拟教室</view>
  11. <view class="">
  12. <uni-icons type="star" size="30" color="#ffffff"></uni-icons>
  13. <uni-icons type="folder-add" size="30" color="#ffffff"></uni-icons>
  14. </view>
  15. </view>
  16. <view class="col">
  17. 成立日期:2023.5.12
  18. </view>
  19. <view class="col">
  20. 人数:23
  21. </view>
  22. <view class="tag col">
  23. <view class="">教研标签:</view>
  24. <view class="">
  25. <uni-tag :inverted="true" text="标签" />
  26. </view>
  27. </view>
  28. </view>
  29. </view>
  30. <!-- 两个大资料文件 -->
  31. <view class="teaData">
  32. <view class="cla">
  33. <view class="tit1">课程资料</view>
  34. <view class="tit2">教研室专属课程</view>
  35. </view>
  36. <view class="cla2">
  37. <view class="tit1 titColor">资源文件</view>
  38. <view class="tit2 titColor">教研室专属资源</view>
  39. </view>
  40. </view>
  41. <!-- 教研室详情 -->
  42. <view class="" style="padding: 0 30rpx;">
  43. <detailBlock></detailBlock>
  44. </view>
  45. <!-- 创建者用户名 -->
  46. <view style="padding: 0 30rpx;">
  47. <view class="creator">
  48. <image src="../../static/mine/Avatar.png" mode="aspectFill"></image>
  49. <view class="creName">
  50. 创建者用户名
  51. </view>
  52. </view>
  53. </view>
  54. <!-- 当前成员 -->
  55. <view style="padding: 0 30rpx;">
  56. <view class="member">
  57. <view class="memberTop">
  58. <view class="" style="font-weight: bold;">当前成员</view>
  59. <view class="" style="color: #666666;font-size: 14px;display: flex;align-items: center;">
  60. 查看更多
  61. <uni-icons type="right"></uni-icons>
  62. </view>
  63. </view>
  64. <view class="pers">
  65. <view class="per" v-for="i in 6">
  66. <image src="../../static/mine/Avatar.png" mode="aspectFill"></image>
  67. <view class="perName">
  68. 袁一鸣
  69. </view>
  70. </view>
  71. </view>
  72. </view>
  73. </view>
  74. <!-- 申请加入 -->
  75. <view class="btnBlock">
  76. <button class="btn">申请加入</button>
  77. </view>
  78. </view>
  79. </template>
  80. <script>
  81. export default {
  82. data() {
  83. return {
  84. navbar:{
  85. title:'教研室详情',
  86. btn:1
  87. }
  88. };
  89. }
  90. }
  91. </script>
  92. <style lang="scss">
  93. .teachingDetail{
  94. padding-bottom: 80px;
  95. .backPic{
  96. width: 750rpx;
  97. position: relative;
  98. image{
  99. width: 100%;
  100. display: block;
  101. }
  102. .card{
  103. position: absolute;
  104. width: 650rpx;
  105. height: 130px;
  106. bottom: 10px;
  107. left: 50%;
  108. // filter: blur(10px);
  109. // background-image: url('../../static/resource/jqr.png');
  110. // backdrop-filter: blur(10px) opacity(0.3); /* 调整模糊程度 */
  111. padding: 30rpx 20rpx;
  112. // background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
  113. backdrop-filter: blur(2px);
  114. border-radius: 10px;
  115. transform: translate(-50%,0);
  116. border: 1rpx #667870 solid;
  117. color: #ffffff;
  118. .cardTop{
  119. display: flex;
  120. justify-content: space-between;
  121. .title{
  122. font-weight: bold;
  123. }
  124. }
  125. .col{
  126. margin-bottom: 10rpx;
  127. }
  128. .tag{
  129. display: flex;
  130. }
  131. }
  132. // background-image: url(../../static/resource/jqr.png);
  133. }
  134. .teaData{
  135. width: 750rpx;
  136. display: flex;
  137. padding:20px 30rpx;
  138. justify-content: space-between;
  139. // padding: 20px 0;
  140. .cla{
  141. width: 49%;
  142. background: linear-gradient(to bottom , #fcfcff 30%, #e8ecfd 100%);
  143. border-radius: 10px;
  144. padding: 20px 10px;
  145. color: #424f85;
  146. .tit1{
  147. font-size: 22px;
  148. margin-bottom: 10px;
  149. font-weight: bold;
  150. }
  151. .tit2{
  152. // font-size: 22px;
  153. margin-bottom: 5px;
  154. }
  155. }
  156. .cla2{
  157. width: 45%;
  158. background: linear-gradient(to bottom , #fcfcff 10%, #fef3ea 100%);
  159. border-radius: 10px;
  160. padding: 20px 10px;
  161. color: #855e42;
  162. .tit1{
  163. font-size: 22px;
  164. margin-bottom: 10px;
  165. font-weight: bold;
  166. }
  167. .tit2{
  168. // font-size: 22px;
  169. margin-bottom: 5px;
  170. }
  171. }
  172. }
  173. .creator{
  174. display: flex;
  175. padding: 10px 30px;
  176. background-color: #ffffff;
  177. align-items: center;
  178. margin-top: 20px;
  179. border-radius: 10px;
  180. image{
  181. width: 60px;
  182. height: 60px;
  183. border-radius: 50%;
  184. margin-right: 20rpx;
  185. }
  186. .creName{
  187. font-weight: bold;
  188. }
  189. }
  190. .member{
  191. background-color: #ffffff;
  192. margin-top: 20px;
  193. padding: 10px 10px;
  194. border: 10px;
  195. border-radius: 10px;
  196. .memberTop{
  197. display: flex;
  198. justify-content: space-between;
  199. margin-bottom: 10px;
  200. }
  201. .pers{
  202. display: flex;
  203. justify-content: space-around;
  204. align-items: center;
  205. .per{
  206. display: inline-block;
  207. image{
  208. width: 40px;
  209. height: 40px;
  210. border-radius: 50%;
  211. }
  212. .perName{
  213. font-size: 14px;
  214. text-align: center;
  215. }
  216. }
  217. }
  218. }
  219. .btnBlock{
  220. position: fixed;
  221. bottom: 0;
  222. width: 750rpx;
  223. background-color: #ffffff;
  224. padding: 20px 0;
  225. .btn{
  226. width: 50%;
  227. margin: auto;
  228. background-color: #0056a8;
  229. color: #ffffff;
  230. font-size: 14px;
  231. }
  232. }
  233. }
  234. </style>