You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
68 lines
1.0 KiB
68 lines
1.0 KiB
/**app.wxss**/
|
|
/* Wux Weapp Utility 工具类 */
|
|
@import './dist/styles/index.wxss';
|
|
|
|
.card {
|
|
display: flex;
|
|
margin: 10px 10px 10px 10px;
|
|
background: #ffffff;
|
|
border-radius: 8px;
|
|
height: calc(100% - 20px);
|
|
box-shadow: 0px 0px 5px #eeeeee;
|
|
flex-direction: column;
|
|
}
|
|
.fixed{
|
|
margin: auto;
|
|
position: fixed;
|
|
bottom: 50px;
|
|
left: 0;
|
|
right: 0;
|
|
}
|
|
.fixed2{
|
|
margin: auto;
|
|
position: fixed;
|
|
bottom: 125px;
|
|
left: 0;
|
|
right: 0;
|
|
}
|
|
.buttons {
|
|
width: 560rpx;
|
|
height: 84rpx;
|
|
font-size: 32rpx;
|
|
font-weight: bold;
|
|
margin: auto;
|
|
left: 0;
|
|
right: 0;
|
|
}
|
|
.btn_label{
|
|
position: absolute;
|
|
color: #fff;
|
|
z-index: 99;
|
|
width: 560rpx;
|
|
height: 84rpx;
|
|
text-align: center;
|
|
line-height: 84rpx;
|
|
}
|
|
.btn_label2{
|
|
position: absolute;
|
|
color: #fff;
|
|
z-index: 99;
|
|
width: 560rpx;
|
|
height: 84rpx;
|
|
text-align: center;
|
|
line-height: 84rpx;
|
|
}
|
|
.ic_btn {
|
|
width: 560rpx;
|
|
height: 84rpx;
|
|
position: fixed;
|
|
}
|
|
.ic_btn2 {
|
|
width: 560rpx;
|
|
height: 84rpx;
|
|
}
|
|
.btn {
|
|
width: 560rpx;
|
|
height: 84rpx;
|
|
opacity: 0;
|
|
}
|
|
|