163 lines
2.4 KiB
Plaintext
163 lines
2.4 KiB
Plaintext
/* pages/bindCompany/bindCompany.wxss */
|
|
|
|
.top {
|
|
background: #f5f5f5;
|
|
width: 750rpx;
|
|
height: 286rpx;
|
|
}
|
|
|
|
.top image {
|
|
width: 200rpx;
|
|
height: 200rpx;
|
|
margin: 40rpx 0rpx 0rpx 275rpx;
|
|
}
|
|
|
|
.main {
|
|
background: #fff;
|
|
width: 750rpx;
|
|
border-radius: 40rpx 40rpx 0rpx 0rpx;
|
|
}
|
|
|
|
.main-input {
|
|
width: 600rpx;
|
|
margin: 0 auto;
|
|
}
|
|
|
|
.ipt {
|
|
width: 100%;
|
|
height: 90rpx;
|
|
margin-top: 30rpx;
|
|
border-bottom: 1rpx solid #dce1eb;
|
|
}
|
|
.input-text {
|
|
font-size: 28rpx;
|
|
color: #8e8e93;
|
|
width: 130rpx;
|
|
}
|
|
.int{
|
|
color:#000;
|
|
font-size: 28rpx;
|
|
letter-spacing: 1rpx;
|
|
width: 300rpx;
|
|
}
|
|
.fsyl{
|
|
padding: 0 10rpx;
|
|
height: 48rpx;
|
|
border-radius: 4rpx;
|
|
border: solid 2rpx #ee7b1e;
|
|
line-height: 48rpx;
|
|
text-align: center;
|
|
font-size: 24rpx;
|
|
color: #ee7b1e;
|
|
}
|
|
.check-jt{
|
|
width: 26rpx;
|
|
height: 14rpx;
|
|
}
|
|
.btn{
|
|
width: 690rpx;
|
|
height: 80rpx;
|
|
background-image: linear-gradient(-90deg,
|
|
#ee7b1e 0%,
|
|
#fdae03 100%);
|
|
border-radius: 40rpx;
|
|
font-size: 32rpx;
|
|
line-height: 80rpx;
|
|
color: #ffffff;
|
|
text-align: center;
|
|
margin: 240rpx 0rpx 0rpx 30rpx;
|
|
}
|
|
/* 遮罩层 */
|
|
|
|
.mask {
|
|
width: 100%;
|
|
height: 100%;
|
|
position: fixed;
|
|
top: 0;
|
|
left: 0;
|
|
background: #000;
|
|
z-index: 9000;
|
|
opacity: 0.5;
|
|
}
|
|
|
|
/* 弹出层 */
|
|
|
|
.modalDlg {
|
|
width: 750rpx;
|
|
height: 911rpx;
|
|
background-color: #ffffff;
|
|
border-radius: 40rpx 40rpx 0rpx 0rpx;
|
|
position: fixed;
|
|
bottom: 0;
|
|
left: 0;
|
|
right: 0;
|
|
z-index: 9999;
|
|
display: flex;
|
|
flex-direction: column;
|
|
}
|
|
|
|
.modal-title {
|
|
width: 690rpx;
|
|
height: 56rpx;
|
|
margin: 60rpx 30rpx;
|
|
}
|
|
.modal-title-view{
|
|
background-color: #f3f4f8;
|
|
border-radius: 27rpx;
|
|
padding-right:20rpx;
|
|
height: 56rpx;
|
|
}
|
|
.search {
|
|
width: 35rpx;
|
|
height: 34rpx;
|
|
margin-left: 26rpx;
|
|
margin-right: 20rpx;
|
|
}
|
|
.search-int{
|
|
width: 415rpx;
|
|
font-size: 28rpx;
|
|
color: #333;
|
|
}
|
|
.empty{
|
|
margin: 150rpx auto 0;
|
|
text-align: center;
|
|
color: #ccc;
|
|
font-size: 28rpx;
|
|
}
|
|
.none{
|
|
width: 32rpx;
|
|
height: 32rpx;
|
|
}
|
|
.search-right{
|
|
width: 120rpx;
|
|
height: 56rpx;
|
|
background-color: #ee7b1e;
|
|
border-radius: 27rpx;
|
|
font-size: 32rpx;
|
|
color: #ffffff;
|
|
text-align: center;
|
|
line-height: 56rpx;
|
|
}
|
|
.modal-main {
|
|
width: 690rpx;
|
|
height: 620rpx;
|
|
overflow-y: scroll;
|
|
margin: 40rpx 0 0 30rpx;
|
|
}
|
|
|
|
.modal-main::-webkit-scrollbar {
|
|
display: none;
|
|
}
|
|
|
|
.modal-list-mk {
|
|
width: 690rpx;
|
|
height: 80rpx;
|
|
font-size: 32rpx;
|
|
color: #333333;
|
|
line-height: 80rpx;
|
|
text-align: center;
|
|
}
|
|
.text-xz{
|
|
color: #ee7b1e;
|
|
}
|