373 lines
5.8 KiB
Plaintext
373 lines
5.8 KiB
Plaintext
/* pages/medinceList/medinceList.wxss */
|
|
.page {
|
|
background-color: #fff;
|
|
display: flex;
|
|
flex-direction: column;
|
|
overflow: hidden;
|
|
}
|
|
.swipecell {
|
|
display: flex;
|
|
|
|
}
|
|
.celladd{
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: center;
|
|
align-items: center;
|
|
height: 120rpx;
|
|
}
|
|
.delslot {
|
|
font-size: 28rpx;
|
|
font-weight: 400;
|
|
color: #FFFFFF;
|
|
padding: 0 14px;
|
|
height: 100%;
|
|
display: flex;
|
|
color: #fff;
|
|
background: #EF4F20;
|
|
align-items: center;
|
|
justify-content: center;
|
|
}
|
|
.medincebox {
|
|
flex:1;
|
|
overflow-y: scroll;
|
|
-webkit-overflow-scrolling: touch;
|
|
margin-top: 172rpx;
|
|
background-color: #fff;
|
|
padding-bottom: 144rpx;
|
|
}
|
|
|
|
.medincebox .cell {
|
|
padding: 30rpx 32rpx;
|
|
width:100vw;
|
|
box-sizing: border-box;
|
|
display: flex;
|
|
align-items: center;
|
|
border-bottom: 1rpx solid #E3E4E5;
|
|
}
|
|
|
|
.rightinfo {
|
|
margin-left: 30rpx;
|
|
flex: 1;
|
|
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: center;
|
|
}
|
|
|
|
.medincebox .cell .name {
|
|
word-break: break-all;
|
|
font-size: 32rpx;
|
|
font-weight: bold;
|
|
color: #333;
|
|
text-overflow: ellipsis;
|
|
|
|
display: -webkit-box;
|
|
|
|
-webkit-box-orient: vertical;
|
|
|
|
-webkit-line-clamp: 2;
|
|
/* 这里是超出几行省略 */
|
|
|
|
overflow: hidden;
|
|
}
|
|
|
|
.imgbox {
|
|
border-radius:8rpx;
|
|
border:1rpx solid #ccc;
|
|
width: 200rpx;
|
|
height: 200rpx;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
position: relative;
|
|
}
|
|
|
|
.yaoimg {
|
|
width: 120rpx;
|
|
height: 128rpx;
|
|
}
|
|
|
|
.imgbox .desc {
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
justify-content: center;
|
|
position: absolute;
|
|
top: 50%;
|
|
font-size: 22rpx;
|
|
font-weight: 400;
|
|
color: #666666;
|
|
line-height: 30rpx;
|
|
transform: translateY(-50%);
|
|
}
|
|
|
|
.imgbox .desc .tip {
|
|
text-align: center;
|
|
}
|
|
|
|
.rightinfo .own {
|
|
margin-top: 47rpx;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
font-size: 28rpx;
|
|
font-weight: 400;
|
|
color: #333333;
|
|
}
|
|
|
|
.namenum {
|
|
font-size: 28rpx;
|
|
font-weight: 400;
|
|
color: #333333;
|
|
}
|
|
|
|
.yaodian {
|
|
margin-top: 25rpx;
|
|
color: rgba(51, 51, 51, 1);
|
|
font-size: 28rpx;
|
|
}
|
|
|
|
.own .company {
|
|
font-size: 34rpx;
|
|
font-weight: 600;
|
|
color: #EF4F20;
|
|
}
|
|
|
|
.own .num {
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
|
|
.own .currentnum {
|
|
font-size: 24rpx;
|
|
color: rgba(0, 0, 0, 0.9);
|
|
margin: 0 10rpx;
|
|
height: 48rpx;
|
|
width:48rpx;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
background: #E7E7E7;
|
|
border-radius: 4rpx;
|
|
|
|
}
|
|
|
|
.own .add,
|
|
.own .minus {
|
|
width: 48rpx;
|
|
height: 48rpx;
|
|
font-weight: bold;
|
|
font-size: 30rpx;
|
|
background: #E7E7E7;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
border-radius: 4rpx
|
|
}
|
|
.btnbox{
|
|
position: fixed;
|
|
width:100%;
|
|
bottom:0rpx;
|
|
height: 134rpx;
|
|
background:#fff;
|
|
|
|
|
|
}
|
|
.btnbox .btn{
|
|
border-radius: 47rpx;
|
|
border:none;
|
|
background: #3CC7C0!important;
|
|
margin:0 32rpx;
|
|
height: 94rpx;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
font-size: 36rpx;
|
|
color: #FFFFFF!important;
|
|
}
|
|
.btnbox .btn[disabled]{
|
|
color: #000000!important;
|
|
background:rgba(0,0,0,0.1)!important;
|
|
}
|
|
.personbox {
|
|
border-radius: 10rpx;
|
|
background-color: #fff;
|
|
padding: 40rpx 20rpx 144rpx;
|
|
overflow-y: scroll;
|
|
}
|
|
|
|
.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;
|
|
margin-left: 30rpx;
|
|
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;
|
|
}
|
|
|
|
.personbox .cell .gou {
|
|
position: absolute;
|
|
bottom: -1rpx;
|
|
right: 0rpx;
|
|
width: 66rpx;
|
|
height: 53.7rpx;
|
|
}
|
|
|
|
.personbox .add {
|
|
justify-content: center;
|
|
align-items: center;
|
|
font-size: 34rpx;
|
|
color: #333;
|
|
}
|
|
.own .add.disabled{
|
|
color: #999;
|
|
}
|
|
.titlepop{
|
|
font-size: 34rpx;
|
|
font-weight: 400;
|
|
color: #333333;
|
|
padding:40rpx 0;
|
|
text-align: center;
|
|
width:100%;
|
|
border-bottom:1rpx solid #E7E7E7;
|
|
}
|
|
|
|
.van-icon-cross {
|
|
color: #333;
|
|
font-size: 40rpx !important;
|
|
}
|
|
|
|
.infobox {
|
|
margin-top: 40rpx;
|
|
}
|
|
|
|
.info {
|
|
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;
|
|
}
|
|
.next{
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
height: 94rpx;
|
|
font-size: 36rpx;
|
|
left: 30rpx;
|
|
right: 30rpx;
|
|
margin:0 52rpx;
|
|
border-radius: 47rpx;
|
|
color: #fff;
|
|
margin-bottom: 40rpx;
|
|
background: #3CC7C0;
|
|
} |