【套餐】小程序在线教育、视频点播系统 毕业设计 源代码下载地址:https://ke.qq.com/course/package/28464?tuin=2b10d56 有需要的请添加QQ 45157718(微信同号) 咨询
wxml代码
<view class="chaxun">
<input class="chaxun_zuo" type="text" name="cx_neirong" value="{{cx_neirong}}" placeholder="请输入关键字"></input>
<button class="chaxun_you" type="mini" form-type="submit" >查询</button>
</view>
<view class="zuixin">
<view class="zuixin_kecheng">
<navigator class="zuixin_kecheng_fengmian" url="/pages/shipin/xiangqing">
<image class="zuixin_kecheng_fengmian_img" mode="widthFix" src="http://www.hzyaoyi.cn/ke/01-HTML%E5%85%A5%E9%97%A8%E5%88%B0%E7%B2%BE%E9%80%9A.png"></image>
</navigator>
<view class="zuixin_kecheng_biaoti">HTML入门到精通</view>
<view class="zuixin_kecheng_xinxi">
<view class="zuixin_kecheng_xinxi_zuo">3651 人报名</view>
<view class="zuixin_kecheng_xinxi_you">免费</view>
</view>
</view>
<view class="zuixin_kecheng">
<navigator class="zuixin_kecheng_fengmian" url="/pages/shipin/xiangqing">
<image class="zuixin_kecheng_fengmian_img" mode="widthFix" src="http://www.hzyaoyi.cn/ke/02-CSS%E9%9B%B6%E5%9F%BA%E7%A1%80%E5%85%A5%E9%97%A8%E5%88%B0%E7%B2%BE%E9%80%9A%E5%AE%9E%E6%88%98.png"></image>
</navigator>
<view class="zuixin_kecheng_biaoti">HTML入门到精通</view>
<view class="zuixin_kecheng_xinxi">
<view class="zuixin_kecheng_xinxi_zuo">3651 人报名</view>
<view class="zuixin_kecheng_xinxi_you">免费</view>
</view>
</view>
<view class="zuixin_kecheng">
<navigator class="zuixin_kecheng_fengmian" url="/pages/shipin/xiangqing">
<image class="zuixin_kecheng_fengmian_img" mode="widthFix" src="http://www.hzyaoyi.cn/ke/12-JavaScript%E5%9F%BA%E7%A1%80%E5%85%A5%E9%97%A8%E5%88%B0%E7%B2%BE%E9%80%9A.png"></image>
</navigator>
<view class="zuixin_kecheng_biaoti">HTML入门到精通</view>
<view class="zuixin_kecheng_xinxi">
<view class="zuixin_kecheng_xinxi_zuo">3651 人报名</view>
<view class="zuixin_kecheng_xinxi_you">免费</view>
</view>
</view>
<view class="zuixin_kecheng">
<navigator class="zuixin_kecheng_fengmian" url="/pages/shipin/xiangqing">
<image class="zuixin_kecheng_fengmian_img" mode="widthFix" src="http://www.hzyaoyi.cn/ke/05-Flex%20Box%E9%A1%B5%E9%9D%A2%E5%B8%83%E5%B1%80%E4%B8%93%E9%A2%98(%E7%BD%91%E9%A1%B5%E7%A7%BB%E5%8A%A8%E7%AB%AF%E5%BE%AE%E4%BF%A1%E7%AD%89).png"></image>
</navigator>
<view class="zuixin_kecheng_biaoti">HTML入门到精通</view>
<view class="zuixin_kecheng_xinxi">
<view class="zuixin_kecheng_xinxi_zuo">3651 人报名</view>
<view class="zuixin_kecheng_xinxi_you">免费</view>
</view>
</view>
</view>
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;}
.chaxun{
background-color:#f2f2f2;
display: flex;
margin: 10px;
align-items: center;
}
.chaxun_zuo{
padding-left: 15px;
flex-grow: 1;
}
.chaxun_you{
border-radius: 0px;
background-color: orange;
color: white;
border-top-right-radius: 5px;
border-bottom-right-radius: 5px;
}
.fenlei{ background-color: orangered;text-align: center;padding: 7px; color: white; margin: 5px; border-radius: 5px;}
.zuixin{ padding: 2px;display: flex; flex-wrap: wrap;}
.zuixin_kecheng{
width: 48%;
margin: 3px;
padding: 3px;
box-sizing: border-box;
border:1px solid #f2f2f2;
box-shadow: 1px 1px 2px gainsboro;
color: gray;
}
.zuixin_kecheng_fengmian{
width: 100%;
}
.zuixin_kecheng_fengmian_img{
width: 100%;
}
.zuixin_kecheng_biaoti{
font-size: 14px;
}
.zuixin_kecheng_xinxi{
display: flex;
align-items: center;
}
.zuixin_kecheng_xinxi_zuo{
font-size: 12px;
flex-grow: 1;
}
.zuixin_kecheng_xinxi_you{
color: red;
font-size: 14px;
} 有需要的请添加QQ 45157718(微信同号) 咨询
|