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.
152 lines
2.6 KiB
152 lines
2.6 KiB
.page{
|
|
min-height:calc(100vh - 45px);
|
|
background-color: #f5f5f5;
|
|
padding:24rpx;
|
|
.tabs{
|
|
height: 80rpx;
|
|
background-color: rgb(35, 96, 48);
|
|
padding: 6rpx;
|
|
border-radius: 5px;
|
|
display: flex;
|
|
.tabsItem{
|
|
flex:1;
|
|
text-align: center;
|
|
line-height: 70rpx;
|
|
font-size: 26rpx;
|
|
color: #ffffff;
|
|
}
|
|
.active{
|
|
background-color: #fff;
|
|
font-size: 30rpx;
|
|
font-weight: bold;
|
|
border-radius: 5px;
|
|
color: rgb(35, 96, 48);
|
|
}
|
|
}
|
|
.yhk{
|
|
width: 100%;
|
|
background-color: #FFFFFF;
|
|
margin-top:20rpx;
|
|
border-radius: 10px;
|
|
.list-input{
|
|
display: flex;
|
|
align-items: center;
|
|
padding: 0 4%;
|
|
height: 100rpx;
|
|
border-bottom: 2rpx solid #f6f6f6;
|
|
.title{
|
|
display: flex;
|
|
align-items: center;
|
|
width: 30%;
|
|
height: 100%;
|
|
text{
|
|
color: #236030;
|
|
font-size: 26rpx;
|
|
}
|
|
}
|
|
.content{
|
|
display: flex;
|
|
align-items: center;
|
|
width: 70%;
|
|
height: 100%;
|
|
input{
|
|
width: 100%;
|
|
height: 100%;
|
|
font-size: 26rpx;
|
|
color: #222222;
|
|
}
|
|
}
|
|
}
|
|
.yzmBtn{
|
|
background: rgb(35, 96, 48);
|
|
color: rgb(255, 255, 255);
|
|
margin-bottom: 5px;
|
|
padding: 0px;
|
|
width: 126px;
|
|
overflow: hidden;
|
|
font-size: 14px;
|
|
height: 38px;
|
|
line-height: 38px;
|
|
color: #fff;
|
|
text-align: center;
|
|
border-radius:10rpx;
|
|
}
|
|
|
|
}
|
|
.saveBtn{
|
|
background: rgb(35, 96, 48);
|
|
color: rgb(255, 255, 255);
|
|
border: 1px solid rgb(35, 96, 48);
|
|
overflow: hidden;
|
|
font-size: 28rpx;
|
|
height: 44px;
|
|
line-height: 44px;
|
|
text-align: center;
|
|
border-radius: 10rpx;
|
|
margin-top:50rpx;
|
|
}
|
|
.input-info{
|
|
padding: 0 6%;
|
|
.info{
|
|
display: flex;
|
|
align-items:center;
|
|
justify-content: space-between;
|
|
width: 100%;
|
|
height: 100rpx;
|
|
border-bottom: 2rpx solid #f6f6f6;
|
|
input{
|
|
width: 70%;
|
|
height: 100%;
|
|
font-size: 26rpx;
|
|
color: #222222;
|
|
}
|
|
.more{
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: flex-end;
|
|
width: 30%;
|
|
height: 100%;
|
|
.iconfont{
|
|
font-size: 34rpx;
|
|
}
|
|
.mo{
|
|
font-size: 26rpx;
|
|
padding-left: 20rpx;
|
|
margin-left: 10rpx;
|
|
border-left: 2rpx solid #EEEEEE;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
.zfb{
|
|
text-align: center;
|
|
.hasPic{
|
|
display: flex;
|
|
align-items: center;
|
|
flex-direction: column;
|
|
justify-items: center;
|
|
image{
|
|
width:200rpx;
|
|
height:200rpx;
|
|
margin:100rpx auto 40rpx auto;
|
|
}
|
|
.lookBig{
|
|
background: rgb(35, 96, 48);
|
|
color:#fff;
|
|
padding:10rpx 15rpx;
|
|
border-radius: 10rpx;
|
|
}
|
|
}
|
|
.emptyPic{
|
|
width:200rpx;
|
|
height:200rpx;
|
|
margin:100rpx auto;
|
|
}
|
|
|
|
.mesInfo{
|
|
margin-top: 26rpx;
|
|
font-size: 26rpx;
|
|
color: #999;
|
|
}
|
|
} |