zwh0910

效果

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;
}

 效果如下

 

分类:

技术点:

相关文章:

  • 2022-12-23
  • 2022-01-15
  • 2022-12-23
  • 2021-12-04
  • 2021-10-26
  • 2022-12-23
  • 2021-12-05
猜你喜欢
  • 2021-12-11
  • 2022-01-14
  • 2021-12-08
  • 2021-12-05
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案