微信小程序第三章作业

二、分析题

.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">×</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>

.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: 230rpx;
  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: 6.6rem;
  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

<view class="cont2">
<text>行业走势指南 √ </text>                       
<text>年度走势指南 √ </text>
</view>
<!-- 分割线代码-->
<view class="divLine" style="height: 2rpx;width: 100%;background-color: grey;margin-top: 38rpx;"></view>
<view class="cont3">
  <text>最新发布</text>
 <text>单品</text>
 <text>色彩</text>
 <text>风格</text>
 <text>细节</text>
 <text>面料</text>
</view>
<view class="ab"></view>
<view class="cd"></view>


<View class="img-one">
<image src="../image/con2.jpg"></image>
<image src="../image/con3.jpg"></image>
</View>
 
<view class="img-two">
<image src="../image/con4.jpg"></image>
<image src="../image/con5.jpg"></image>
</view>
 
<view class="img-three">
<image src="../image/con6.jpg"></image>
<image src="../image/con7.jpg"></image>
</view>

.wxss

.cont3{
  display:flex;
  flex-direction:row;
  align-items:baseline;
  }
.cont2{ 
  display: flex;
  justify-content: space-around}
.cont3{ justify-content: space-around}
.item{
background-color:#ccc;
border:1px solid #f00;
height:100px;
width:100px;
margin:2px;

}
.item2{
  height:100px;
  width:100px;
}

 
.img-one image{
  width: 180px;
  height: 150px;
}
.img-two image{
  width: 180px;
  height: 150px;
}
.img-three image{
  width: 180px;
  height: 150px;
}
 
.img-one,.img-two,.img-three{
  margin: 10px 20px;
  display: flex;
  justify-content: space-between;
}

.ab{
  width: 100%;
  height: 2px;
  background: rgba(175, 172, 172, 0.932);
}

.cd{
  width: 60px;
  height: 4px;
  margin-left: 30px;
  background: rgb(32, 32, 32);
}


运行结果 

 

 

 

  • 2
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 1
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论 1
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值