jhwxapp/miniprogram/pages/components/sign/sign.wxss

98 lines
1.4 KiB
Plaintext
Raw Normal View History

2023-08-10 01:21:29 +08:00
/* pages/qianming/qianming.wxss */
/* page{
overflow: hidden;
} */
.canvas_view{
padding: 20rpx;
border-radius: 10rpx;
}
.canvas {
width: 100%;
box-sizing: border-box;
background: #eeeeee;
}
.sign_div{
padding: 20rpx 0;
height: 170rpx;
}
.sign_div_min{
padding: 20rpx;
height: 150rpx;
background:#f4f4f4;
border-radius: 15rpx;
line-height: 150rpx;
color: #aaa;
}
.sign_btn {
text-align: center;
}
.sign_btn button{
width: 150rpx;
height: 60rpx;
line-height: 60rpx;
font-size: 30rpx;
color: #ffffff;
}
.sign_btn_qc button{
background:#ffbd02;
}
.sign_btn_qr button{
background:#1397fc;
}
.popup_view{
padding-top: 164rpx;
}
.view_btn{
border: 1px solid #fff;
}
.max_btn{
width: 180rpx;
height: 180rpx;
margin-top: 150rpx;
}
.min_btn{
width: 180rpx;
height: 70rpx;
border-radius: 10rpx;
text-align: center;
line-height: 70rpx;
margin-top: 55rpx;
transform: rotate(90deg);
color: #ffffff;
}
.btn_qd{
background:#3a9bfc ;
}
.btn_qc{
background: #f9ba00;
}
.btn_gb{
background: #ff7800;
}
.popup_fixed{
position: fixed;
width: 100%;
height: 100%;
top: 0;
height: 0;
background: #ffffff;
}
.qm_img{
height: 300rpx;
width: 150rpx;
position: relative;
top: -75rpx;
transform: rotate(270deg);
}
.qm_img_no{
height: 150rpx;
width: 280rpx;
position: relative;
}