/*720代表设计师给的设计稿的宽度,你的设计稿是多少,就写多少;100代表换算比例,这里写100是
|
为了以后好算,比如,你测量的一个宽度是100px,就可以写为1rem,以及1px=0.01rem等等*/
|
/* *{touch-action: none;} */
|
.mui-card {
|
margin: 0px;
|
border-radius: 8px;
|
box-shadow: 0px 5px 10px 0px rgba(0, 64, 128, 0.04);
|
}
|
.right_area {
|
float: right;
|
}
|
.sffy_dropdown {
|
height: 104px;
|
width: 100%;
|
color: #505050;
|
max-height: 0;
|
line-height: 24px;
|
overflow: hidden;
|
transition: all .3s;
|
background: #FFFFFF;
|
box-shadow: 0px 5px 10px 0px rgba(0, 64, 128, 0.04);
|
border-radius: 8px;
|
}
|
.sffy_down {
|
max-height: 115px;
|
position: fixed;
|
z-index: 1;
|
}
|
.sffy_dropdown_top{
|
height: 34px;
|
margin-left: 16px;
|
font-size: 14px;
|
font-family: PingFang SC;
|
font-weight: 400;
|
line-height: 34px;
|
color: #9393AC;
|
opacity: 1;
|
}
|
.sffy_dropdown_bottom{
|
margin-left: 16px;
|
/* border-top: 1px solid #DAE1EE; */
|
height: 34px;
|
font-size: 14px;
|
font-family: PingFang SC;
|
font-weight: 400;
|
line-height: 34px;
|
color: #9393AC;
|
opacity: 1;
|
}
|
.left_area {
|
float: left;
|
}
|
|
.z_menu_btn_row {
|
height: 54px;
|
line-height: 54px;
|
background-color: #fff;
|
padding: 0 16px;
|
border-bottom: 1px solid #F0F0F0;
|
box-sizing: border-box;
|
|
font-size: 15px;
|
font-family: PingFangSC-Medium, PingFang SC;
|
font-weight: 400;
|
color: #363F4D;
|
-webkit-text-fill-color: #363F4D;
|
}
|
|
.z_menu_btn_row:first-child {
|
border-top-left-radius: 0.2rem; border-top-right-radius: 0.2rem;
|
}
|
.z_menu_btn_row:last-child {
|
border-bottom-left-radius: 0.2rem; border-bottom-right-radius: 0.2rem;
|
border-bottom: 0px;
|
}
|
|
.z_menu_btn_row:active {
|
/* background-color: #D8D8D8; */
|
}
|
.save_button {
|
height: 50px;
|
width: -webkit-fill-available;
|
border-radius: 12px;
|
margin: 0 24px;
|
margin-bottom: 33px;
|
border: 1px solid #21D197;
|
|
|
font-size: 15px;
|
font-family: PingFang SC;
|
font-weight: 400;
|
line-height: 18px;
|
color: #21D197;
|
-webkit-text-fill-color: #21D197;
|
}
|
.title_txt {
|
|
font-size: 14px;
|
font-family: PingFang SC;
|
font-weight: 500;
|
-webkit-text-fill-color: #1E1F20;
|
}
|
.remark_txt {
|
margin: 16px 0;
|
|
font-size: 14px;
|
font-family: PingFang SC;
|
font-weight: 500;
|
color: #1E1F20;
|
-webkit-text-fill-color: #1E1F20;
|
}
|