.print {
|
position: relative;
|
width: 100%;
|
height: 100%;
|
overflow-y: auto;
|
background-color: $ztd-color-white;
|
z-index: 99;
|
|
.model {
|
margin-top: 20rpx;
|
padding: 0 20rpx;
|
font-size: 26rpx;
|
color: $ztd-text-color-grey;
|
margin-bottom: 160rpx;
|
}
|
|
.break-off {
|
height: 40rpx;
|
line-height: 40rpx;
|
width: 130rpx;
|
border-radius: 8rpx;
|
color: #fdd605;
|
font-size: 30rpx;
|
text-align: center;
|
background-color: #515151;
|
margin-top: 12rpx;
|
}
|
|
.button-wraper {
|
display: flex;
|
margin: 0 10rpx;
|
align-items: center;
|
justify-content: center;
|
flex-direction: column;
|
}
|
|
.shadow {
|
box-shadow: $ztd-shadow;
|
border-radius: $ztd-border-radius;
|
background: $ztd-color-white;
|
margin: 20rpx;
|
padding: 20rpx !important;
|
}
|
|
.Connecting {
|
// width: 100%;
|
display: flex;
|
align-items: center;
|
|
text {
|
font-weight: bold;
|
}
|
|
&-flex {
|
flex: 2;
|
display: flex;
|
align-items: center;
|
justify-content: space-between;
|
}
|
|
&-name {
|
font-size: 30rpx;
|
margin-left: 10rpx;
|
}
|
}
|
|
.search-cted-selected {
|
color: $ztd-color-white;
|
background-color: $ztd-color-primary;
|
}
|
|
.search-cted {
|
color: $ztd-color-primary;
|
border: 2rpx solid $ztd-color-primary;
|
}
|
|
.search-cted,
|
.search-cted-selected {
|
font-size: 30rpx;
|
width: 100rpx;
|
height: 40rpx;
|
text-align: center;
|
border-radius: 8rpx;
|
}
|
|
.print-nearby {
|
// width: 100%;
|
|
.name {
|
font-size: 32rpx;
|
font-weight: bold;
|
}
|
|
&-title {
|
display: flex;
|
align-items: center;
|
justify-content: space-between;
|
margin-bottom: 40rpx;
|
|
.matching {
|
font-size: 32rpx;
|
font-weight: bold;
|
}
|
|
.break {
|
width: 100rpx;
|
height: 40rpx;
|
line-height: 40rpx;
|
text-align: center;
|
background-color: $uni-color-error;
|
color: $ztd-color-white;
|
border-radius: $ztd-border-radius;
|
}
|
}
|
|
&-list {
|
max-height: 280rpx;
|
overflow-y: auto !important;
|
z-index: 999;
|
|
&-search {
|
display: flex;
|
align-items: center;
|
justify-content: space-between;
|
margin-bottom: 30rpx;
|
|
.search-titID {
|
font-size: 30rpx;
|
|
text {
|
margin-left: 10rpx;
|
font-size: 32rpx;
|
font-weight: 700;
|
}
|
}
|
}
|
}
|
}
|
|
.print-btn {
|
display: flex;
|
align-items: center;
|
justify-content: center;
|
position: fixed;
|
bottom: 30rpx;
|
left: 0;
|
right: 0;
|
|
&-tab {
|
width: 29%;
|
text-align: center;
|
padding: 25rpx 0;
|
background-color: $ztd-color-primary;
|
box-shadow: $ztd-shadow;
|
font-size: 30rpx;
|
color: $ztd-color-white;
|
border-radius: $ztd-border-radius;
|
margin-right: 10rpx;
|
}
|
}
|
}
|