市北党建引领小程序初始化
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.

75 lines
1.4 KiB

.container{
height: calc(100vh - 100rpx);
overflow-y: scroll ;
overflow-x: hidden;
}
/* .gray{
background-color: #fafafa;
} */
.gray-font{
color:#808080 ;
}
.basic-info {
width: 95%;
background: #fff;
border-radius: 16rpx;
box-sizing: border-box;
padding: 0 20rpx;
margin: 20rpx auto;
}
.basic-info:nth-child(eveb){
background-color: #fafafa !important;
}
.basic-info .list-item {
width: 100%;
height: 100rpx;
display: flex;
align-items: center;
justify-content: space-between;
}
.basic-info .list-item .left .must {
color: #F61616;
font-size: 30rpx;
}
.basic-info .list-item .left .title {
color: #3333338a;
font-size: 34rpx;
}
.basic-info .list-item .left {
display: flex;
align-items: center;
height: 100rpx;
}
.basic-info .list-item .right {
height: 100%;
display: flex;
align-items: center;
justify-content: flex-end;
flex: 1;
}
.basic-info .list-item .right input{
text-align: right;
}
.fixed{
position: fixed;
bottom: 20rpx;
}
.buttons .btn2 {
background: linear-gradient(to right, #f51212, #ff4c4c);
height:84rpx;
line-height: 84rpx;
text-align:center;
color: #fff;
font-size: 36rpx;
border-radius: 16rpx;
padding: 0;
margin: 0;
outline: 0;
font-weight: normal;
}
.buttons .hover-class {
background:red;
}