请稍等 ...
×

采纳答案成功!

向帮助你的同学说点啥吧!感谢那些助人为乐的人

文字竖直方向感觉没有居中

<view class="container">
    <image class="user-avatar" src="/images/01.jpg"></image>
    <text class="user-name"><text style="color:red">Hello</text>,LDP</text>
    <view class="moto-container">
        <text class="moto">开启小程序之旅</text>
    </view>
</view>

https://img1.sycdn.imooc.com/szimg//5840e8ba0001589001870064.jpg

.moto-container{
    margin-top: 200rpx;
    border: 1px solid #405f80;
    width: 200rpx;
    height: 80rpx;
    border-radius: 5px;
    text-align: center;
    line-height: 80rpx;   
}

.moto{
    font-size: 22rpx;
    color: #405f80;
}


正在回答 回答被采纳积分+3

1回答

7七月 2016-12-02 12:31:46

垂直方向居中,对于文本和容器来说,将文字的line-height和容器高度设置为一样就可以了。上面的代码中,container的height设置为80rpx,那么在.moto中请同样将line-height 设置为80rpx,就可以实现垂直居中了。

0 回复 有任何疑惑可以回复我~
问题已解决,确定采纳
还有疑问,暂不采纳
意见反馈 帮助中心 APP下载
官方微信