Advertisement

微信小程序学习笔记(四)——仿腾讯课堂首页面小程序实例

阅读量:

效果

在这里插入图片描述

项目结构

在这里插入图片描述

index.wxml

在wxml文件中内容较为简洁,关键部分主要集中在index.wxss文件之中。

复制代码
    <view class="body">
    
    	<!-- 头部 -->
    	<view class="head">
    		<view class="head_bar active">推荐</view>
    		<view class="head_bar">精品</view>
    		<view class="head_bar">排行榜</view>
    	</view>
    	<!-- 中间内容 -->
    	<view class="list-wrap">
    		<scroll-view scroll-y="true" class="list">

全部评论 (0)

还没有任何评论哟~