tuns-mobile-components
Version:
Tuns Design UI
28 lines (23 loc) • 491 B
text/less
// @import "../styles/theme.less";
@prefix: tuns-mobile-bottombtndemo;
.@{prefix}-root {
.@{prefix}-btnbox {
flex: 1;
display: flex;
justify-content: flex-end;
align-items: center;
}
.@{prefix}-btn {
background-color: #ff8a00;
border-radius: 44px;
height: 88px;
font-family: PingFangSC-Medium;
font-size: 32px;
color: #ffffff;
text-align: center;
line-height: 88px;
width: 169px;
margin-left: 10px;
display: block;
}
}