You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
159 lines
3.0 KiB
159 lines
3.0 KiB
3 years ago
|
|
||
|
.typeyuan{
|
||
|
background-color: #17A00E;
|
||
|
width: 14rpx;
|
||
|
height: 14rpx;
|
||
|
border-radius: 50px;
|
||
|
margin-right: 6rpx;
|
||
|
}
|
||
|
.seletypeyuan{
|
||
|
background-color: red;
|
||
|
width: 14rpx;
|
||
|
height: 14rpx;
|
||
|
border-radius: 50px;
|
||
|
margin-right: 6rpx;
|
||
|
}
|
||
|
.is-input-border{
|
||
|
border: 0px !important;
|
||
|
}
|
||
|
page {
|
||
|
background-color: #F0F2FF;
|
||
|
}
|
||
|
.form_body_item_footer {
|
||
|
display: flex;
|
||
|
color: #BBBBBB;
|
||
|
font-size: 22rpx;
|
||
|
justify-content: space-between;
|
||
|
/* margin-top: 15rpx; */
|
||
|
align-items: center;
|
||
|
flex: 1;
|
||
|
}
|
||
|
.form-item_body_right {
|
||
|
flex-grow: 1;
|
||
|
text-align: end;
|
||
|
color: #999999;
|
||
|
font-size: 24rpx;
|
||
|
height: -webkit-max-content;
|
||
|
height: max-content;
|
||
|
display: flex;
|
||
|
justify-content: flex-end;
|
||
|
align-items: center;
|
||
|
}
|
||
|
.form-item_body_left_bottom_text {
|
||
|
font-size: 24rpx;
|
||
|
color: #999999;
|
||
|
}
|
||
|
.form-item_body_left {
|
||
|
display: flex;
|
||
|
align-items: center;
|
||
|
}
|
||
|
.form_body_item_body_container {
|
||
|
margin-left: 24rpx;
|
||
|
font-size: 28rpx;
|
||
|
}
|
||
|
.form_body_item_body {
|
||
|
display: flex;
|
||
|
/* height: 100rpx; */
|
||
|
border-bottom: 1rpx solid #F0F0F0;
|
||
|
padding-bottom: 31rpx;
|
||
|
}
|
||
|
.form_body_item {
|
||
|
height: 217rpx;
|
||
|
background: #FFFFFF;
|
||
|
box-shadow: 0px 3px 9px 0px rgba(88, 88, 88, 0.2);
|
||
|
border-radius: 12rpx;
|
||
|
font-size: 28rpx;
|
||
|
padding: 20rpx;
|
||
|
display: flex;
|
||
|
flex-direction: column;
|
||
|
padding-bottom: 0;
|
||
|
}
|
||
|
.form_body {
|
||
|
width: 100vw;
|
||
|
padding: 0 10px;
|
||
|
margin-top: 40rpx;
|
||
|
box-sizing: border-box;
|
||
|
}
|
||
|
.navigation_seleitem {
|
||
|
width: 150rpx;
|
||
|
height: 59rpx;
|
||
|
background: #F0F2FF;
|
||
|
border-top-left-radius: 11rpx;
|
||
|
border-top-right-radius: 11rpx;
|
||
|
font-size: 26rpx;
|
||
|
color: #333333;
|
||
|
display: flex;
|
||
|
justify-content: center;
|
||
|
align-items: center;
|
||
|
transition: all 0.3s;
|
||
|
position: relative;
|
||
|
bottom: -2px;
|
||
|
}
|
||
|
.navigation_item {
|
||
|
width: 150rpx;
|
||
|
height: 59rpx;
|
||
|
border-top-left-radius: 11rpx;
|
||
|
border-top-right-radius: 11rpx;
|
||
|
font-size: 26rpx;
|
||
|
color: #F0F2FF;
|
||
|
display: flex;
|
||
|
justify-content: center;
|
||
|
align-items: center;
|
||
|
transition: all 0.3s;
|
||
|
bottom: -2px;
|
||
|
}
|
||
|
.Navigation {
|
||
|
display: flex;
|
||
|
position: absolute;
|
||
|
bottom: 0px;
|
||
|
transition: all .5s;
|
||
|
}
|
||
|
.header_seach_butten {
|
||
|
font-size: 24rpx !important;
|
||
|
display: flex !important;
|
||
|
align-items: center !important;
|
||
|
margin: 0 !important;
|
||
|
flex-shrink: 1;
|
||
|
margin-left: 9rpx !important;
|
||
|
background: #FFFFFF !important;
|
||
|
justify-content: center;
|
||
|
}
|
||
|
.uni-easyinput__content {
|
||
|
height: 80rpx;
|
||
|
}
|
||
|
.uni-easyinput {
|
||
|
height: 80rpx;
|
||
|
}
|
||
|
.header_seach_seach {
|
||
|
display: flex;
|
||
|
height: 80rpx;
|
||
|
margin-top: 23rpx;
|
||
|
}
|
||
|
.header_seach_title {
|
||
|
display: flex;
|
||
|
align-items: center;
|
||
|
}
|
||
|
.header_seach {
|
||
|
font-size: 26rpx;
|
||
|
padding: 0 10px;
|
||
|
}
|
||
|
.uni-navbar--border {
|
||
|
border: 0px !important;
|
||
|
}
|
||
|
.header {
|
||
|
background-color: #007AFF;
|
||
|
color: white;
|
||
|
min-height: 403rpx;
|
||
|
background-image: url('https://xoi-support.oss-cn-hangzhou.aliyuncs.com/星油admin小程序/sjbj.png');
|
||
|
background-size: 100% 100%;
|
||
|
position: relative;
|
||
|
}
|
||
|
.uni-navbar__header-btns-right {
|
||
|
padding-right: 0 !important;
|
||
|
width: 120rpx !important;
|
||
|
}
|
||
|
.top {
|
||
|
height: 25px;
|
||
|
}
|
||
|
|