<view class='main'> <image src='/images/胡歌.jpg' class="image"></image> <text class="word">hello world</text> <view class='box'> <text class='box-word'>naniu</text> </view> </view> 分割线,下边的是CSS代码
.image{
width: 200rpx;
height: 200rpx;
margin-top: 160rpx;
}
.main{
display: flex;
flex-direction: column;
align-items: center;
}
.word{
font-size: 24px;
font-weight: bold;
margin-top: 160rpx;
}
.box{
width: 600rpx;
height: 100rpx;
border: 1px solid blue;
border-radius: 5px;
text-align: center;
margin-top: 160px;
}
.box-word{
line-height: 100rpx;
}
page{
background-color: orange;
height:100%;
}
麻烦帮我测试一下,按照老师之前讲的内容写的,图片看不见问题不大,主要是最下边的盒子在我设置宽度600rpx以后就很明显的不居中显示了
4年同步微信官方迭代,累计20000+人学习, 比微信官方更火爆!
了解课程