微信小程序第三章作业

文章详细分析了两个示例,分别展示了如何通过WXML和WXSS文件实现页面布局和特定效果,涉及到了视图层级、样式设置和组件间的交互设计。
摘要由CSDN通过智能技术生成

目录

一、分析下列代码,实现如图页面布局。

         主要分为2部分,wxml文件和wxss文件代码如下:

 运行结果如下:

​编辑二、 分析页面结构,实现如图效果。

         wxml和wxss文件代码如下:

        运行结果如下:


一、分析下列代码,实现如图页面布局。

         主要分为2部分,wxml文件和wxss文件代码如下:

//index.wxml
<view class="content">
  <view class="layout-top">
    <view class="screen">168</view>
  </view>
  <view class="layout-bottom" >
    <view class="btnGroup">
      <view class="item orange" >C</view>
      <view class="item orange" >⬅</view>
      <view class="item orange" >#</view>
  <view class="item orange"> +</view>
  </view>
  <view class="btnGroup">
    <view class="item blue" >9</view>
    <view class="item blue" >8</view>
    <view class="item blue" >7</view>
    <view class ="item orange" >- </view>
  </view>
  <view class="btnGroup">
    <view class="item blue" >6</view>
    <view class="item blue">5</view>
    <view class="item blue">4 </view>
    <view class="item orange">x </view>
  </view>
  <view class="btnGroup">
    <view class="item blue">3 </view>
    <view class ="item blue">2</view>
    <view class="item blue" >1</view>
    <view class="item orange">➗</view>
  </view>
  <view class="btnGroup">
    <view class ="item blue zero">0 </view>
    <view class="item blue" >. </view>
    <view class="item orange">=</view>
  </view>
  </view>
</view>
//app.wxss
/**app.wxss**/
.container {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 200rpx 0;
  box-sizing: border-box;
} 
//index.wxss
//index.wxss
.content{
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #ccc;
  font-family: "Microsoft YaHei";
  overflow-x: hidden;
}
.layout-top{
  width: 100%;
  margin-bottom: 30rpx;
}
.layout-bottom{
  width: 100%;
}
.screen{
  text-align: right;
  width: 100%;
  line-height: 130rpx;
  padding: 0 10rpx;
  font-weight: bold;
  font-size: 60px;
  box-sizing: border-box;
  border-top: 1px solid #fff;
}
.btnGroup{
  display: flex;
  flex-direction: row;
  flex: 1;
  width: 100%;
  height: 4rem;
  background-color: #fff;
}
.item{
  width: 25%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  margin-top: 1px;
  margin-right: 1px;
}
.zero{
  width: 50%;
}
.orange{
  color: #fef4e9;
  background: #f78d1d;
  font-weight: bold;
}
.blue{
  color: #d9eef7;
  background-color: #0095cd;
}

 运行结果如下:

二、 分析页面结构,实现如图效果。

         wxml和wxss文件代码如下:

//index.wxml
<view class="container">
  <view class="item1">
    <view class="item2">行业趋势指南 ∨</view>
    <view class="item3">年度趋势指南 ∨</view>
  </view>
  <view class="item4" style="border-bottom: 1px solid darkgrey;padding: 10px;"></view>
  <view class="app" style="padding: 10px;">
      <view class="app1" style="border-bottom:5px solid #000;">最新发布</view>
      <view class="app2">单品</view>
      <view class="app3">色彩</view>
      <view class="app4">风格</view>
      <view class="app5">细节</view>
      <view class="app6">面料</view>
  </view>
  <view class="col">
  <view class="col1" style="border: 2px solid #000;width: 120px;height: 120px;margin: 10px 30px;background-color:paleturquoise;"></view>
  <view class="col2" style="border: 2px solid #000;width: 120px;height: 120px;margin: 10px 30px;background-color: pink;"></view>
</view>
<view class="col">
  <view class="col3" style="border: 2px solid #000;width: 120px;height: 120px;margin: 0 30px;background-color: purple;"></view>
  <view class="col4" style="border: 2px solid #000;width: 120px;height: 120px;margin: 0 30px;background-color: yellowgreen;"></view>
</view>
  <view class="col">
  <view class="col5" style="border: 2px solid #000;width: 120px;height: 120px;margin: 10px 30px;background-color: skyblue;"></view>
  <view class="col6" style="border: 2px solid #000;width: 120px;height: 120px;margin: 10px 30px;background-color: red;"></view>
  </view>
</view>
//index.wxss
.container{
  height: 100%;
}
.item1,.app{
  display: flex;
  justify-content:space-around;
}
.item2,.item3{
  margin-top:-100px;
}
.app{
  margin-top: -90px;
}
.col{
  display: flex;
  flex-direction: row;
}

        运行结果如下:

评论 1
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值