锦水居民端小程序
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.

278 lines
4.1 KiB

.topfixed {
position: fixed;
top: 0;
width: 100%;
z-index: 999999;
}
.margintop {
margin-top: 60px;
}
.tab2 {
color: #999;
font-size: 0.975rem;
position: relative;
}
.tab2 .status.pass {
position: absolute;
width: 74rpx;
height: 32rpx;
top: 10%;
left: 100%;
}
.tab2 .status.pass image {
position: absolute;
width: 100%;
height:100%;
object-fit: cover;
left: 0;
top: 0;
}
.tab2 .status.pass view {
position: relative;
z-index: 100;
width: 100%;
height: 100%;
line-height: 27rpx;
text-align: center;
font-size: 16rpx;
color: #06B5A4;
}
.tab2 .status.unpass {
position: absolute;
width: 90rpx;
height: 32rpx;
top: 10%;
left: 100%;
}
.tab2 .status.unpass image {
position: absolute;
width: 100%;
height:100%;
object-fit: cover;
left: 0;
top: 0;
}
.tab2 .status.unpass view {
position: relative;
z-index: 100;
width: 100%;
height: 100%;
line-height: 27rpx;
text-align: center;
font-size: 16rpx;
color: #E74848;
}
.jzdz {
font-size: 0.975rem;
padding: 10px 0 0 10px;
color: #333;
}
.content {
width: 670rpx;
padding-top: 5px;
padding-bottom: 10px;
padding-right: 30rpx;
padding-left: 10rpx;
}
.cardcon {
height: auto;
}
.btn1 {
margin-top: 40rpx;
}
.logo-layout {
height: 136rpx;
width: 159rpx;
margin: 0 auto;
padding: 60rpx 0 80rpx 0;
}
.logo {
height: 136rpx;
width: 159rpx;
}
.tap {
font-size: 12px;
color: #999;
padding: 0 10px 0 10px;
}
.input-placeholder {
color: #999;
text-align: right;
font-size: 0.875rem;
}
.scode {
text-align: left !important;
}
.wux-tabs__tab-title {
color: #999;
font-size: 0.975rem;
}
.wux-tabs__tab--balanced .wux-tabs__tab-bar {
background: #f00 !important;
color: #f00 !important;
}
.wux-tabs__tab--current .wux-tabs__tab-title {
color: #f00 !important;
}
.wux-input__label {
font-size: 0.975rem;
color: #333;
}
.wux-input__item {
text-align: right;
}
.yzm .wux-input__item {
text-align: left;
}
.xing {
color: #f00;
float: left;
width: 10px;
}
.sex-select {
width: 100%;
position: absolute;
top: 5rpx;
right: 0px;
text-align: right;
z-index: 999;
}
.select-img {
width: 40rpx;
height: 40rpx;
}
.select-text {
padding: 15rpx;
}
.float-right {
float: right;
}
/* 弹性盒子 */
.flex {
display: -webkit-box;
display: flex;
}
/* 垂直水平居中 */
.flex-container {
justify-content: center;
align-items: center;
flex-wrap: wrap;
}
/* 等宽排列 */
.justify-space-between {
justify-content: space-between;
}
.sex-content {
display: flex;
align-items: center;
justify-content: space-between;
}
radio {
font-size: 30rpx;
color: #999;
}
radio + radio {
margin-left: 30rpx;
}
.verify-content {
display: flex;
justify-content: space-between;
align-items: center;
}
.verify-content .verify-code {
height: 100%;
display: flex;
align-items: center;
}
.verify-content .verify-code input {
width: 190rpx;
text-align: right;
margin-right: 20rpx;
}
.verify-content .verify-code .getcode {
background: #f30;
color: #fff;
font-size: 24rpx;
border-radius: 8rpx;
height: 50rpx;
line-height: 50rpx;
padding: 6rpx 20rpx 6rpx 20rpx;
}
.submit-btn {
width: 100%;
height: 85rpx;
display: flex;
justify-content: center;
align-items:center;
margin-top: 40rpx;
}
.submit-btn button {
background: linear-gradient(to right, #f51010, #ff4c4c);
width: 560rpx;
height: 85rpx;
border-radius: 16rpx;
line-height: 85rpx;
font-size: 36rpx;
color: #fff;
text-align: center;
margin: 0;
padding: 0;
outline: 0;
}
.submit-btn .hover-button {
background: red;
}
.jzdz .address {
display: flex;
justify-content: space-between;
align-items: center;
box-sizing: border-box;
padding-right: 30rpx;
height: 60rpx;
}
.jzdz .address .right {
display: flex;
align-items: center;
justify-content: flex-end;
}
.jzdz .address .right .change-grid {
color: #999;
margin-right: 10rpx;
font-size: 25rpx;
}
.jzdz .address .right image {
width: 22rpx;
height: 22rpx;
object-fit: cover;
}
.wux-actionsheet__button {
font-size: 34rpx !important;
color: #333 !important;
}