44 lines
804 B
Plaintext

/**app.wxss**/
.container {
height: 100%;
display: flex;
flex-direction: column;
align-items: center;
justify-content: space-between;
padding: 200rpx 0;
box-sizing: border-box;
}
button {
color: #ffffff !important;
background-color: #01ae42!important;
}
.i-background-color{
background-color: #01ae42 !important;
}
.i-color{
color: #01ae42 !important;
}
.i-border-color{
border: 2rpx solid #01ae42 !important;
}
.i-border-color-left{
border-left: 15rpx solid #01ae42;
}
.i-border-bottom{
border-bottom: 8rpx solid #01ae42;
}
.i-transparent-color{
background: #01ae4220;
}
/* 小众的颜色 */
.i-yellow-background-color{
background: #ffb565 !important;
}
.i-yellow-border-color{
border: 2rpx solid #ffb565 !important;
}
.i-yellow-color{
color: #ffb565 !important;
}