红绿项目
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.
 
 
 
 

285 lines
4.3 KiB

.bread image{
width: 28rpx;
height: 24rpx;
position: absolute;
right: 36rpx;
top: 50%;
transform: translateY(-50%);
}
.rech-body{
padding: 0 36rpx;
position: relative;
}
.pro-body-p1{
font-size: 22px;
color: #303133;
text-align: center;
padding: 30px 0;
display: flex;
justify-content: center;
align-items: center;
}
.category-sigh{
font-size: 18px;
padding-left: 8px;
}
.pro-body-p1 .s1{
font-family: 'din';
padding-left: 4px;
vertical-align: bottom;
}
.input-item{
position: relative;
height: 48px;
border-bottom: 1px solid #F4F5F7;
margin-bottom: 12px;
padding: 0 24rpx;
}
.input-item input{
line-height: 96rpx;
width: 500rpx;
font-size: 28rpx;
color: #303133;
}
.login-sigh{
width: 110rpx;
position: relative;
}
.login-sigh::before{
content: '';
width: 4rpx;
height: 26rpx;
background-color: #BFC2CC;
position: absolute;
right: 16rpx;
top: 50%;
transform: translateY(-50%);
}
.login-sigh2{
width: 64rpx;
}
.login-sigh2::before{
content: none;
}
.login-sigh .imgcon{
width: 40rpx;
height: 40rpx;
}
.login-sigh .imgcon image{
width: 100%;
height: 100%;
}
.login-sigh .quhao{
font-size: 28rpx;
color: #303133;
}
.flex{
display: flex;
align-items: center;
}
.rech-input-con{
margin-top: 60rpx;
}
.rech-mount {
justify-content: space-between;
padding: 0 36rpx;
margin-top: 48rpx;
flex-wrap: wrap;
}
.mount{
width: 210rpx;
line-height: 88rpx;
background: #FFFFFF;
border: 2rpx solid #EDEFF2;
opacity: 1;
border-radius: 16rpx;
font-size: 28rpx;
font-weight: 500;
color: #303133;
text-align: center;
margin-bottom: 24rpx;
}
.mount:hover{
border-color: #34026B;
}
.rech-capy{
margin-top: 25rpx;
}
.payment{
font-size: 28rpx;
color: #909399;
margin-bottom: 24rpx;
}
.capy{
font-size: 32rpx;
color: #954DE3;
display: flex;
align-items: center;
}
.capy image{
width: 34rpx;
height: 34rpx;
padding-right: 12rpx;
}
.rech-btn{
margin-top: 58rpx;
line-height: 96rpx;
background: #34026B;
border-radius: 24rpx;
font-size: 28rpx;
font-weight: 400;
color: #FFFFFF;
text-align: center;
opacity: .5;
}
.active{
opacity: 1 !important;
}
.rech-btn-con{
padding: 0 36rpx;
}
.content{
padding-bottom: 170rpx;
position: relative;
}
.p_con{
padding: 30rpx;
}
.he{
height: auto !important;
}
.invite-more{
width: 750rpx;
height: 480rpx;
background: #FFFFFF;
border-radius: 48rpx 48rpx 0px 0px;
position: fixed;
bottom: 0;
z-index: 9999;
}
.more-a{
font-size: 32rpx;
color: #303133;
text-align: center;
line-height: 108rpx;
}
.invite-con{
padding: 24rpx 0;
}
.invite-con2{
background-color: #F5F7FA;
}
.msg-box-bg {
width: 100%;
height: 100%;
position: fixed;
left: 0;
top: 0;
z-index: 1001;
background-color: rgba(0,0,0,.5);
}
/deep/ .u-collapse-title{
margin-left: 20rpx;
}
/deep/ .u-dropdown__content__mask{
display: none !important;
}
/* 改 */
.longey_item{
line-height: 96rpx;
display: flex;
align-items: center;
padding: 0 24rpx;
border-bottom: 2rpx solid #F4F5F7;
}
.xiala_con{
width: 678rpx;
border-radius: 20rpx;
border-bottom: 2rpx solid #F4F5F7;
}
.activeErji{
background-color: #fff;
box-shadow: 0 0 40rpx 0 #EDEFF2;
border-bottom: none;
}
.fuji{
line-height: 96rpx;
display: flex;
/* justify-content: space-evenly; */
align-items: center;
padding: 0 24rpx;
margin-top: 70rpx;
position: relative;
}
.img1{
width: 40rpx;
height: 40rpx;
}
.text1{
color: #303133;
font-size: 28rpx;
margin-left: 16rpx;
}
.text2{
color: #909399;
font-size: 28rpx;
position: absolute;
top: 50%;
right: 50rpx;
transform: translateY(-50%);
}
.img2{
width: 28rpx;
height: 28rpx;
margin-left: 10rpx;
}
.erji{
max-height: 0;
height: auto;
overflow: hidden;
transition: all .5s;
opacity: 0;
background-color: #fff;
}
.activeErji .erji{
opacity: 1;
max-height: 600rpx;
overflow: scroll;
overflow-x: hidden;
}
.activeErji .img2{
transform: rotate(180deg);
}
.item{
line-height: 88rpx;
width: 100%;
padding: 0 24rpx;
}
.item-active{
background-color: #F4EDFC;
color: #954DE3;
position: relative;
}
.item-active::after{
content: '';
width: 34rpx;
height: 34rpx;
background: url(../../../static/login/[email protected])no-repeat;
background-size: contain;
position: absolute;
right: 30rpx;
top: 50%;
transform: translateY(-50%);
}