You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
bocai_supplyChain/pages/balanceDetail/index.wxss

28 lines
525 B
Plaintext

/* pages/balanceDetail/index.wxss */
.container {
position: relative;
height: 100%;
box-sizing: border-box;
padding: 10px;
}
.container .content {
background-color: #fff;
height: 100%;
text-align: center;
}
.container .content .submitbtn {
margin: 90px auto 10px;
width: 200px;
height: 42px;
line-height: 42px;
font-size: 18px;
color: #fff;
background-color: var(--color-ysd);
border-radius: 999px;
}
.container .content .t-icon-zhanghuyue {
width: 50px;
height: 50px;
margin-top: 57px;
}