/* pages/onehospitalization/onehospitalization.wxss */ .main{ margin: 30rpx 0; width: 750rpx; } .content{ width: 90%; margin: 0 auto; } .hu { height: 80rpx; width: 100%; background-color: #fcf6e6; font-size: 24rpx; display: flex; align-items: center; justify-content: center; } .tjitem-left { height: 80rpx; width: 70%; display: flex; /* justify-content: space-between; */ align-items: center; margin-left: 20rpx; /* color:#d78b6a; */ /* border:2rpx solid #d78b6a; */ } .tjitem-right { width: 250rpx; height: 60rpx; border: 2rpx solid #d78b6a; color: #d78b6a; font-size: 25rpx; line-height: 60rpx; margin-right: 80rpx; /* align-items: center; justify-content: center; */ } .tjitem-right1 { margin-left: 50rpx; /* border:2rpx solid #7503f7; */ } .popWrap { height: 75%; width: 100%; padding: 10rpx; box-sizing: border-box; } .title1 { height: 100rpx; width: 100%; line-height: 100rpx; text-align: center; font-size: 33rpx; color: #333; } .userWrap { height: 100%; width: 95%; margin: 0 auto; } .userItem { height: 160rpx; width: 100%; display: flex; justify-content: space-between; align-items: center; border-bottom: 1rpx solid #f8f8f8; } .msg1 { height: 160rpx; width: 500rpx; } .up1 { height: 80rpx; width: 100%; display: flex; align-items: center } .name1 { font-size: 33rpx; height: 80rpx; color: #333; line-height: 80rpx; } .guanxi1 { height: 60rpx; width: 120rpx; margin-left: 20rpx; background: rgba(228, 240, 255); border-radius: 30rpx; text-align: center; line-height: 80rpx; color: rgba(0, 110, 255); font-size: 32rpx; display: flex; justify-content: center; align-items: center; } .down1 { height: 80rpx; width: 100%; font-size: 33rpx; color: rgb(158, 154, 154); line-height: 80rpx; } .icon1 { color: rgb(180, 179, 179); padding-right: 15rpx; } .font30 { font-size: 30rpx; } .color3 { color: #333; } .color6 { color: #666; } .timeIcon { color: #666; font-size: 18rpx; margin-left: 5rpx; } .item3 { width: 100%; /* margin-top: 50rpx; */ margin-top: 23vh; border-radius: 10rpx; background: #fff; box-shadow: 0px 0px 15rpx #e2e2e2; display: flex; flex-direction: column; justify-content: space-around; } .item4 { width: 100%; margin-top: 3vh; border-radius: 10rpx; background: #fff; box-shadow: 0px 0px 15rpx #e2e2e2; display: flex; flex-direction: column; justify-content: space-around; } .xmTitle { height: 100rpx; width: 100%; display: flex; align-items: center; border-bottom: 1rpx solid #e2e2e2; } .xmMsg { width: 100%; display: flex; padding: 0 20rpx; box-sizing: border-box; align-items: center; border-bottom: 1rpx solid #e2e2e2; } .xmMsg view { width: 20%; padding: 20rpx 0; word-wrap: break-word; font-size: 25rpx; color: #333; display: flex; justify-content: center; align-items: center; } .xmTitle view { height: 100rpx; width: 20%; font-size: 30rpx; color: #666; display: flex; justify-content: center; align-items: center; } .headerLocation{ width: 90%; background-color: #fff; position: fixed; top: 0; z-index: 999; }