203 lines
3.5 KiB
Plaintext
203 lines
3.5 KiB
Plaintext
page{
|
|
background-color: #F6F6F6;
|
|
}
|
|
.container{
|
|
letter-spacing: 3rpx;
|
|
}
|
|
.item{
|
|
width: 92vw;
|
|
border-radius: 20rpx;
|
|
background-color: rgb(255, 255, 255);
|
|
margin: 20rpx auto;
|
|
}
|
|
.item_top{
|
|
position: relative;
|
|
display: flex;
|
|
align-items: center;
|
|
padding: 20rpx 32rpx;
|
|
}
|
|
.item_top::after {
|
|
position: absolute;
|
|
box-sizing: border-box;
|
|
content: ' ';
|
|
pointer-events: none;
|
|
right: 32rpx;
|
|
left: 32rpx;
|
|
bottom: 0;
|
|
border-bottom: 1px dashed var(--td-cell-border-color, var(--td-gray-color-3, #999));
|
|
transform: scaleY(0.5);
|
|
}
|
|
|
|
.item_top_name{
|
|
color: #3CC7C0;
|
|
font-size: 34rpx;
|
|
margin-right: 20rpx;
|
|
}
|
|
.item_top_sex{
|
|
flex: 1;
|
|
font-size: 34rpx;
|
|
color: #666;
|
|
}
|
|
.check{
|
|
border-radius: 10rpx;
|
|
border: 1rpx solid #3CC7C0;
|
|
font-size: 26rpx;
|
|
color: #3CC7C0;
|
|
padding: 10rpx 20rpx;
|
|
}
|
|
.item_content{
|
|
padding: 20rpx 32rpx 0rpx 32rpx;
|
|
}
|
|
.item_content_li{
|
|
display: flex;
|
|
padding-bottom: 20rpx;
|
|
}
|
|
.item_content_li_title{
|
|
font-size: 30rpx;
|
|
color: #333333;
|
|
}
|
|
.item_content_li_txt{
|
|
margin-left: 10rpx;
|
|
flex: 1;
|
|
color: #666666;
|
|
font-size: 28rpx;
|
|
}
|
|
|
|
.txt_title{
|
|
font-size: 30rpx;
|
|
margin: 20rpx 0;
|
|
position: relative;
|
|
left: 4vw;
|
|
width: 50vw;
|
|
}
|
|
.drugs_box{
|
|
width: 92vw;
|
|
margin: 0 auto;
|
|
background-color: #fff;
|
|
border-radius: 20rpx;
|
|
}
|
|
.drugs_box_item{
|
|
padding: 20rpx 20rpx 20rpx 20rpx;
|
|
}
|
|
.drugs_box_item:not(:first-child){
|
|
border-top: 1px solid #E7E7E7;
|
|
}
|
|
.drugs_name{
|
|
color: #333333;
|
|
font-size: 32rpx;
|
|
margin-bottom: 20rpx;
|
|
}
|
|
.drugs_guige, .drugs_dosage{
|
|
color: #666;
|
|
margin-bottom: 20rpx;
|
|
font-size: 32rpx;
|
|
|
|
}
|
|
.btn{
|
|
text-align: right;
|
|
}
|
|
.adddrugs_btn{
|
|
width: 92vw;
|
|
margin: 20rpx auto;
|
|
}
|
|
.doctors_advice{
|
|
position: relative;
|
|
width: calc(92vw - 40rpx);
|
|
min-height: 100rpx;
|
|
margin: 20rpx auto;
|
|
background-color: rgb(255, 255, 255);
|
|
border-radius: 20rpx;
|
|
padding: 20rpx;
|
|
}
|
|
.doctors_advice::after{
|
|
border-radius: 5rpx;
|
|
position: absolute;
|
|
width: 0px;
|
|
height: 0px;
|
|
border-width: 16rpx;
|
|
border-style: solid;
|
|
border-color: transparent transparent #ffffff transparent;
|
|
content: ' ';
|
|
left: 40rpx;
|
|
top: -30rpx;
|
|
}
|
|
.sub_btn{
|
|
width: 92vw;
|
|
margin: 20rpx auto;
|
|
}
|
|
.pop_title{
|
|
text-align: center;
|
|
font-size: 34rpx;
|
|
margin-top: 16px;
|
|
}
|
|
.search_drug_btn{
|
|
position: relative;
|
|
display: flex;
|
|
align-items: center;
|
|
padding-left: 32rpx;
|
|
}
|
|
.search_drug_btn::after{
|
|
position: absolute;
|
|
box-sizing: border-box;
|
|
content: ' ';
|
|
pointer-events: none;
|
|
right: 32rpx;
|
|
left: 32rpx;
|
|
bottom: 0;
|
|
border-bottom: 1px solid var(--td-cell-border-color, var(--td-gray-color-3, #E7E7E7));
|
|
transform: scaleY(0.5);
|
|
}
|
|
.search_drug_btn_input{
|
|
flex: 1;
|
|
}
|
|
.search_drug_list{
|
|
height: 50vh;
|
|
}
|
|
.search_drug_list_empty{
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
height: 100%;
|
|
}
|
|
.search_drug_list_item{
|
|
padding-left: 32rpx;
|
|
position: relative;
|
|
height: 150rpx;
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: space-evenly;
|
|
font-size: 34rpx;
|
|
color: #333333;
|
|
}
|
|
.search_drug_list_item::after{
|
|
position: absolute;
|
|
box-sizing: border-box;
|
|
content: ' ';
|
|
pointer-events: none;
|
|
right: 32rpx;
|
|
left: 32rpx;
|
|
bottom: 0;
|
|
border-bottom: 1px solid var(--td-cell-border-color, var(--td-gray-color-3, #E7E7E7));
|
|
transform: scaleY(0.5);
|
|
}
|
|
.addzhenduan{
|
|
font-size: 30rpx !important;
|
|
color: #3CC7C0 !important;
|
|
}
|
|
.zhenduan_data_list{
|
|
font-size: 30rpx;
|
|
color: #999999;
|
|
margin: 0 20rpx;
|
|
padding: 0 20rpx;
|
|
|
|
}
|
|
.zhenduan_item{
|
|
height: 100rpx;
|
|
line-height: 100rpx;
|
|
border-bottom: 1px solid #E7E7E7;
|
|
}
|
|
.label_item{
|
|
display: flex;
|
|
font-size: 30rpx;
|
|
color: #333333;
|
|
} |