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.
414 lines
6.5 KiB
414 lines
6.5 KiB
/* pages/infoRegistration/infoRegistration.wxss */
|
|
.top-bg{background-image: linear-gradient(-90deg, #00967b 0%, #0a6597 100%); height: 176rpx; width: 100%; position: fixed; top: 0; z-index: 100;}
|
|
.content-personal-center-bg {
|
|
width: 750rpx;
|
|
height: 260rpx;
|
|
position: fixed;
|
|
top: 0;
|
|
z-index: 1;
|
|
}
|
|
|
|
page {
|
|
background-color: #f2f2f2;
|
|
}
|
|
|
|
.cus-search {
|
|
position: fixed;
|
|
top: 0;
|
|
z-index: 2;
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
|
|
/* vant-search css start */
|
|
.search {
|
|
--search-background-color: #ffffff;
|
|
--search-padding: 0;
|
|
width: 750rpx;
|
|
height: 110rpx;
|
|
background-color: #ffffff;
|
|
position: fixed;
|
|
z-index: 100;
|
|
left: 0;
|
|
top: 0;
|
|
}
|
|
.content-tab ~ .search{top: 265rpx;}
|
|
/* .content-tab2 + .search{top: 175rpx;} */
|
|
.search{top: 175rpx;}
|
|
.van-search {
|
|
background-color: transparent !important;
|
|
}
|
|
|
|
.van-cell {
|
|
width: 600rpx;
|
|
border-radius: 50rpx;
|
|
border: 1px solid #0a6597;
|
|
}
|
|
|
|
.icon-search {
|
|
width: 40rpx;
|
|
height: 40rpx;
|
|
margin-right: 10rpx;
|
|
margin-left: 20rpx;
|
|
}
|
|
|
|
.icon-search-screen {
|
|
width: 40rpx;
|
|
height: 40rpx;
|
|
margin-right: 10rpx;
|
|
}
|
|
|
|
.van-search-filter {
|
|
border-radius: 999rpx;
|
|
height: 70rpx;
|
|
background-color: var(--search-background-color);
|
|
display: flex;
|
|
align-items: center;
|
|
color: #0a6597;
|
|
padding: 0 35rpx;
|
|
margin-left: 20rpx;
|
|
border: 1px solid #0a6597;
|
|
}
|
|
|
|
.hover-filter {
|
|
background-color: #206d8250;
|
|
}
|
|
|
|
.van-search__action--hover {
|
|
background-color: transparent !important;
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.container {
|
|
margin-top: 300rpx;
|
|
}
|
|
|
|
.popup-title {
|
|
color: #0A6597;
|
|
font-size: 32rpx;
|
|
margin-top: 30rpx;
|
|
margin-left: 20rpx;
|
|
}
|
|
|
|
.popup-item {
|
|
color: #0A6597;
|
|
font-size: 28rpx;
|
|
margin-top: 30rpx;
|
|
margin-left: 20rpx;
|
|
}
|
|
|
|
.popup-content {
|
|
color: #0A6597;
|
|
font-size: 28rpx;
|
|
margin-top: 20rpx;
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
padding: 0 10rpx;
|
|
}
|
|
|
|
.popup-content-item {
|
|
margin: 0 10rpx 16rpx;
|
|
border: 1rpx solid gray;
|
|
border-radius: 8rpx;
|
|
padding: 2rpx 16rpx;
|
|
text-align: center;
|
|
}
|
|
|
|
.popup-content-item.select {
|
|
background-color: #0A6597;
|
|
color: white;
|
|
border-color: #0A6597;
|
|
}
|
|
|
|
.confirm {
|
|
height: 60rpx;
|
|
line-height: 60rpx;
|
|
margin: 20rpx;
|
|
background-color: #0A6597;
|
|
color: white;
|
|
border-radius: 8rpx;
|
|
font-size: 28rpx;
|
|
text-align: center;
|
|
}
|
|
|
|
/* vant-popup css end */
|
|
|
|
|
|
|
|
.content-tab {
|
|
width: 750rpx;
|
|
height: 90rpx;
|
|
display: flex;
|
|
flex-direction: row;
|
|
background-color: #ffffff;
|
|
font-size: 28rpx;
|
|
position: fixed;
|
|
z-index: 100;
|
|
left: 0;
|
|
top: 175rpx;
|
|
}
|
|
|
|
.content-tab-item {
|
|
width: 100%;
|
|
height: 100%;
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
justify-content: center;
|
|
}
|
|
|
|
.content-tab-item-select {
|
|
position: relative;
|
|
width: 100%;
|
|
height: 100%;
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
justify-content: center;
|
|
color: #0A6597;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.content-tab-item-select-tab {
|
|
position: absolute;
|
|
bottom: 0;
|
|
margin-bottom: 10rpx;
|
|
width: 30rpx;
|
|
height: 5rpx;
|
|
background-color: #0A6597;
|
|
border-radius: 5rpx;
|
|
}
|
|
|
|
.content {
|
|
width: 750rpx;
|
|
font-size: 28rpx;
|
|
margin-top: 20rpx;
|
|
}
|
|
|
|
.content-title {
|
|
position: relative;
|
|
margin: 0rpx 20rpx 5rpx 20rpx;
|
|
padding: 10rpx;
|
|
border-radius: 20rpx;
|
|
background-color: #ffffff;
|
|
}
|
|
|
|
|
|
.content-title-text {
|
|
margin-left: 20rpx;
|
|
}
|
|
|
|
.content-title-agent-name {
|
|
margin-top: 5rpx; width: 560rpx;
|
|
}
|
|
|
|
.content-list-type-img {
|
|
height: 40rpx;
|
|
position: absolute;
|
|
right: -10rpx;
|
|
}
|
|
|
|
.content-list {
|
|
margin: 0rpx 20rpx 0rpx 20rpx;
|
|
padding: 10rpx;
|
|
border-radius: 20rpx;
|
|
background-color: #ffffff;
|
|
}
|
|
|
|
.content-list-num {
|
|
display: flex;
|
|
flex-direction: row;
|
|
align-items: center;
|
|
}
|
|
|
|
.content-list-num-img {
|
|
width: 25rpx;
|
|
height: 25rpx;
|
|
margin-left: 10rpx;
|
|
}
|
|
|
|
.content-list-info {
|
|
margin: 20rpx 20rpx 0rpx 20rpx;
|
|
border-radius: 10rpx;
|
|
padding: 20rpx 0rpx 20rpx 0rpx;
|
|
background-color: #edf5f9;
|
|
}
|
|
|
|
.content-list-info-top {
|
|
display: flex;
|
|
flex-direction: row;
|
|
}
|
|
|
|
.content-list-info-top-img {
|
|
width: 25rpx;
|
|
height: 25rpx;
|
|
margin-right: 10rpx;
|
|
}
|
|
|
|
.content-list-info-top-name {
|
|
color: #0a6597;
|
|
margin-left: 20rpx;
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
|
|
.content-list-info-address {
|
|
display: flex;
|
|
flex-direction: row;
|
|
align-items: center;
|
|
margin-top: 10rpx;
|
|
}
|
|
|
|
.content-list-info-address-img {
|
|
width: 20rpx;
|
|
height: 25rpx;
|
|
margin-left: 20rpx;
|
|
margin-right: 20rpx;
|
|
}
|
|
|
|
.content-list-info-address-area {
|
|
margin-right: 20rpx; flex: 1;
|
|
}
|
|
|
|
.content-function {
|
|
display: flex;
|
|
flex-direction: row;
|
|
font-weight: bold;
|
|
flex: 1;
|
|
margin-right: 10rpx;
|
|
}
|
|
.left-time{font-size: 24rpx; color: #999; margin-left: 5rpx;}
|
|
|
|
.content-function-watch {
|
|
margin-right: 12rpx;
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
|
|
.content-function-img {
|
|
width: 50rpx;
|
|
height: 50rpx;
|
|
}
|
|
|
|
.action {
|
|
width: 120rpx;
|
|
height: 60rpx;
|
|
background-color: #0A6597;
|
|
line-height: 60rpx;
|
|
text-align: center;
|
|
color: white;
|
|
border-radius: 6rpx;
|
|
margin-right: 8rpx;
|
|
}
|
|
|
|
.actionNone {
|
|
width: 100rpx;
|
|
height: 60rpx;
|
|
background-color: #cccccc;
|
|
line-height: 60rpx;
|
|
text-align: center;
|
|
color: white;
|
|
border-radius: 6rpx;
|
|
margin-right: 8rpx;
|
|
}
|
|
|
|
|
|
.actionSign {
|
|
width: 150rpx;
|
|
height: 60rpx;
|
|
background-color: #0A6597;
|
|
line-height: 60rpx;
|
|
text-align: center;
|
|
color: white;
|
|
border-radius: 6rpx;
|
|
margin-right: 8rpx;
|
|
}
|
|
|
|
.bottom-action {
|
|
display: flex;
|
|
align-items: center;
|
|
margin: 20rpx 10rpx;
|
|
justify-content: space-between;
|
|
}
|
|
.bottom-action>view:first-child{flex: 1;}
|
|
|
|
.content-none {
|
|
width: 750rpx;
|
|
height: 600rpx;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
}
|
|
|
|
|
|
|
|
.rectify-pop {
|
|
position: relative;
|
|
width: 600rpx;
|
|
height: 600rpx;
|
|
background-color: #ffffff;
|
|
font-size: 32rpx;
|
|
}
|
|
|
|
.rectify-pop-title-text {
|
|
width: 100%;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
font-weight: bold;
|
|
margin-top: 20rpx;
|
|
}
|
|
|
|
.rectify-pop-line {
|
|
width: 560rpx;
|
|
height: 2rpx;
|
|
margin-left: 20rpx;
|
|
margin-right: 20rpx;
|
|
background-color: #f2f2f2;
|
|
}
|
|
|
|
.rectify-pop-list {
|
|
font-size: 28rpx;
|
|
margin: 20rpx;
|
|
display: flex;
|
|
flex-direction: row;
|
|
align-items: center;
|
|
}
|
|
|
|
.rectify-pop-img-right {
|
|
width: 50rpx;
|
|
height: 50rpx;
|
|
}
|
|
|
|
.rectify-pop-matter {
|
|
flex: 1;
|
|
margin-left: 20rpx;
|
|
}
|
|
|
|
.rectify-pop-button {
|
|
position: absolute;
|
|
bottom: 0;
|
|
width: 100%;
|
|
height: 80rpx;
|
|
display: flex;
|
|
flex-direction: row;
|
|
}
|
|
|
|
.rectify-pop-button-type {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
width: 100%;
|
|
height: 100%;
|
|
background-color: #0A6597;
|
|
color: #ffffff;
|
|
}
|
|
|
|
.rectify-pop-button-type-line {
|
|
width: 5rpx;
|
|
height: 100%;
|
|
background-color: #ffffff;
|
|
} |