WeiXin.ZhiXueHuiCha.MiniPro.../static/style/public.scss

110 lines
1.7 KiB
SCSS

page {
font-family: 'PingFang SC';
// border: 1rpx solid rgba(0,0,0,0);
background: #ffffff;
}
.page-bg {
background: #f5f5f5;
}
.flex {
display: flex;
align-items: center;
}
.bold {
font-weight: bold;
}
// 空提示
.empty_box {
height: 60%;
display: flex;
flex-direction: column;
justify-content: center;
width: 100%;
text-align: center;
position: absolute;
top: 100rpx;
left: 0;
z-index: 1;
color: #666;
image {
margin: 0 auto;
width: 140px;
height: 120px;
}
text {
margin-top: 20rpx;
font-size: 28rpx;
color: #666;
}
}
// 查询按钮
.add_btn {
padding: 64rpx 0;
width: 100%;
button {
width: 80%;
height: 70rpx;
line-height: 70rpx;
border-radius: 40rpx;
font-size: 28rpx;
background: #6b86ff;
margin-bottom: 20rpx;
&:nth-child(1) {
background: #6b86ff;
color: #fff;
&:active {
background: skyblue;
transform: scale(0.95);
}
}
&:nth-child(2) {
background: rgba(0, 0, 0, 0);
color: #6b86ff;
border: 2rpx solid #6b86ff;
}
}
}
// 继续绑定按钮
.popup_add_btn {
padding: 64rpx 0 0 0;
width: 100%;
button {
width: 80%;
height: 48rpx;
line-height: 48rpx;
border-radius: 40rpx;
font-size: 24rpx;
background: #6b86ff;
margin-bottom: 20rpx;
justify-content: center;
padding: 0;
&:nth-child(1) {
background: #6b86ff;
color: #fff;
&:active {
background: skyblue;
transform: scale(0.95);
}
}
&:nth-child(2) {
background: rgba(0, 0, 0, 0);
color: #6b86ff;
border: 2rpx solid #6b86ff;
margin-left: 20rpx;
&:active {
transform: scale(0.95);
}
}
image {
width: 32rpx;
height: 32rpx;
margin-right: 10rpx;
}
}
}
.popup_cont_des {
color: #3d425b;
font-size: 30rpx;
}