学校介绍 &l_基于小程序的的 校园介绍">
当前位置:   article > 正文

基于微信小程序毕业设计题目选题课题 新生报到小程序的设计与实现(2)学校介绍、分院信息以及详情_基于小程序的的 校园介绍

基于小程序的的 校园介绍

学校介绍页面

在这里插入图片描述

wxml代码

<view class="qukuai">
    <view class="qukuai_zuo"></view>
    <view class="qukuai_zhong">学校介绍</view>
    <navigator class="qukuai_you" url="/pages/xinxi/list?cs_lxid=241&mc=最新公告"></navigator>
</view>
<block wx:for="{{xinxis}}" wx:key="myid">
  <navigator url='/pages/pub/xuexiao_xiangqing?cs_xxid={{item.myid}}' class='xinxi'>
    <image class='xinxi-icon' src='/img/news.png'></image>
    <text class='xinxi-text'>{{item.biaoti}}</text>
    <image class='xinxi-arrow' src='/img/right.png'></image>
  </navigator>
</block>
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12

wxss代码

.qukuai{display: flex;align-items:center;background-color: #f2f2f2;}
.qukuai_zuo{margin: 5px 10px; width:5px; height:20px; background-color: rgb(13, 163, 233);border-radius: 10px;}
.qukuai_zhong{font-size: 16px; flex-grow: 1;}
.qukuai_you{font-size: 14px; color: gray;padding-right: 10px;}


.xinxi {
    display: flex;
    align-items: center;
    padding: 15px;
    border-bottom: 1px solid #f2f2f2;
  }
  
  .xinxi-icon {
    width: 22px;
    height: 22px;
  }
  
  .xinxi-text {
    flex-grow: 1;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  
  .xinxi-arrow {
    width: 13px;
    height: 13px;
  }
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/笔触狂放9/article/detail/721157
推荐阅读
相关标签
  

闽ICP备14008679号