效果

wxml

<button type="primary" form-type='submit'>登录</button>

wxss

添加如下样式:

button[type="primary"] {
    display:flex;
    align-items: center;
    justify-content: center;
}

所有样式如下:

button[type="primary"] {
    display:flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    line-height: 40px;
    font-size: 36rpx;
    text-align: center;
    background-color: #007AFF !important;
    margin-top: 20px;
    margin-bottom: 20px;
    color: #FFFFFF;
    border-radius: 10px;
}

 效果如下

 

posted on 2021-11-25 11:47  周文豪  阅读(4389)  评论(0编辑  收藏  举报