zoujiandong 4948f35fb3 1.22
2024-01-22 08:42:14 +08:00

242 lines
3.7 KiB
Plaintext

/* pages/selectPatient/selectPatient.wxss */
.contant {
min-height: 100%;
background: #F2F2F2;
}
.card {
padding: 20rpx;
background-color: #fff;
margin-top: 212rpx;
display: flex;
border-radius: 10rpx;
}
.cellinner{
display: flex;
flex-direction: column;
justify-content: center;
height:120rpx;
}
.card image {
width: 104rpx;
height: 104rpx;
}
.card .right {
display: flex;
margin-left: 30rpx;
flex-direction: column;
justify-content: space-between;
}
.card .right .name {
color: #333333;
font-size: 34rpx;
}
.card .right .desc {
color: #666666;
font-size: 28rpx;
}
.celladd{
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
height: 120rpx;
}
.personbox {
margin-top: 40rpx;
border-radius: 10rpx;
background-color: #fff;
padding: 40rpx 20rpx;
}
.personbox .row {
margin-top: 30rpx;
display: flex;
justify-content: space-between;
}
.personbox .row:first-child {
margin-top: 0;
}
.personbox .row .cell {
position: relative;
width: 47%;
height: 120rpx;
display: flex;
flex-direction: column;
justify-content: center;
border-radius: 10rpx;
border: 1px solid #CCCCCC;
}
.personbox .row .cell:first-child {
margin-left: 0rpx;
}
.personbox .person {
display: flex;
margin: 0 25rpx;
align-items: center;
}
.personbox .tag {
margin-left: 32rpx;
font-size: 24rpx;
display: flex;
align-items: center;
line-height: 24rpx;
justify-content: center;
color: #666666;
width: 80rpx;
height: 32rpx;
border-radius: 4rpx;
transform: rotateZ(360deg);
border: 1rpx solid #979797;
}
.personbox .desc {
display: flex;
margin: 0 25rpx;
font-size: 28rpx;
color: #666;
margin-top: 3px;
}
.personbox .name {
white-space: nowrap;
overflow: hidden;
max-width: 200rpx;
text-overflow: ellipsis;
font-size: 34rpx;
color: #333;
}
.personbox .age {
margin-left: 12rpx;
}
.cell .gou {
position: absolute;
bottom: -1rpx;
right: 0rpx;
width: 66rpx;
height: 53.7rpx;
}
.add {
justify-content: center;
align-items: center;
font-size: 34rpx;
color: #333;
}
.button{
outline: none;
position: absolute;
border: none!important;
display: flex;
align-items: center;
justify-content: center;
height: 94rpx;
font-size: 36rpx;
left: 30rpx;
right: 30rpx;
border-radius: 47rpx;
bottom: 30rpx;
color: #fff!important;
background: #3CC7C0!important;
}
.button[disabled]{
color: #000000!important;
background:rgba(0,0,0,0.1)!important;
}
.next{
outline: none;
border: none!important;
display: flex;
align-items: center;
justify-content: center;
height: 94rpx;
font-size: 36rpx;
margin:0 32rpx;
border-radius: 47rpx;
color: #fff!important;
margin-bottom: 40rpx;
background: #3CC7C0!important;
}
.next[disabled]{
background: rgba(0,0,0,0.1)!important;
color:#333!important;
}
.van-icon-cross {
color: #333;
font-size: 40rpx !important;
}
.infobox {
margin-top: 40rpx;
}
.info {
position: relative;
border-bottom: 1rpx solid #E7E7E7;
display: flex;
align-items: center;
height: 112rpx;
color: #333333;
}
.infobox .title {
border-bottom: 1rpx solid #E7E7E7;
text-align: center;
font-size: 34rpx;
padding-bottom: 35rpx;
}
.info .name {
white-space: nowrap;
width: 180rpx;
display: flex;
align-items: center;
margin-left: 52rpx;
color: #333333;
font-size: 34rpx;
}
.info text {
margin-top: 20rpx;
color:#E34D59;
display: flex;
align-items: center;
}
.info input {
margin-left: 15rpx;
margin-right: 52rpx;
flex: 1;
}
.input-placeholder {
color: #999999;
font-size: 28rpx;
}
.tip{
padding:30rpx 52rpx 20rpx;
}
.warntitle{
color: #E34D59;
font-size: 28rpx;
}
.warn{
margin-top: 20rpx;
font-size: 24rpx;
line-height: 36rpx;
color: #666666;
}