@import "../../style/weui.wxss";
|
@import "/style/form.wxss";
|
page {
|
background-color: #F8F8F8;
|
height: 100%;
|
font-size: 32rpx;
|
line-height: 1.1;
|
}
|
|
|
|
|
|
|
/* 20191219 */
|
.y_page,.y_page .y_title,.y_page .y_input{
|
position: relative;
|
font-size: 30rpx;
|
min-height: 80rpx;
|
display: flex;
|
align-items: center;
|
}
|
.y_page{
|
position: relative;
|
width: 95vw;
|
border-radius: .25rem;
|
margin-top: 0.5rem;
|
background-color: white;
|
border-width: 0;
|
justify-content: flex-start;
|
flex-wrap: nowrap;
|
box-shadow: 0 2px 6px 0 rgba(114, 124, 245, .5);
|
overflow: hidden;
|
}
|
.y_page .y_title{
|
width: 23%;
|
color: #16b5cb;
|
justify-content: flex-end;
|
}
|
.y_page .y_input{
|
position: relative;
|
width:76%;
|
padding-left: 5px;
|
height: 80rpx;
|
justify-content: flex-start;
|
background-color: #fff;
|
}
|
.y_page .y_textarea{
|
position: relative;
|
height: 120px;
|
line-height: 20px;
|
padding: 10px 0px;
|
/* z-index: -1; */
|
}
|
|
.y_page>.iconfont{
|
position: absolute;
|
right: 0rem;
|
color: #16b5cb;
|
font-size: 60rpx;
|
padding: 10rpx;
|
border-radius: 0.5rem;
|
background-color: #ffffff;
|
z-index: 100;
|
}
|
.y_shuoming{
|
width: 23%;
|
top: 5px;
|
left: 5px;
|
color: #EF9C58 !important;
|
}
|
/* 20191220 */
|
.weui-uploader{
|
position: relative;
|
border-radius: .25rem;
|
margin-top: 0.5rem;
|
width: 95vw;
|
box-shadow: 0 2px 6px 0 rgba(114, 124, 245, .5);
|
overflow: hidden;
|
background-color: #fff;
|
}
|
.weui-uploader__bd {
|
margin-right: 0px;
|
}
|
.weui-uploader__input-box,.weui-uploader__file{
|
margin-left: 5px;
|
}
|
.weui-uploader__title{
|
position: relative;
|
}
|
.weui-uploader__title span{
|
position: relative;
|
font-size: 25rpx;
|
color: #16b5cb;
|
}
|
.weui-uploader__title span:nth-child(2){
|
position: absolute;
|
right: 0.5rem;
|
top: 0rpx;
|
padding: 2px;
|
color: #C4273A;
|
}
|
|
|
/* 20191221 */
|
button[type=primary]{
|
background-color:#16b5cb;
|
box-shadow: 0 2px 6px 0 rgba(114, 124, 245, .5);
|
}
|
|
|
|
/* 联动 */
|
ddress-item {
|
min-height: 98rpx;
|
display: flex;
|
justify-content: flex-start;
|
align-items: center;
|
border-bottom: 1px solid #f1f1f1;
|
}
|
|
.item-title {
|
width: 203rpx;
|
color: #4d4c4c;
|
font-size: 28rpx;
|
height: 98rpx;
|
line-height: 98rpx;
|
}
|
.item-content {
|
width: 520rpx;
|
white-space: nowrap;
|
overflow: hidden;
|
text-overflow: ellipsis;
|
font-size: 28rpx;
|
height: 98rpx;
|
line-height: 98rpx;
|
color: #4d4c4c;
|
}
|
/* 地区级联选择器 */
|
|
.picker-view {
|
width: 100%;
|
display: flex;
|
background-color: #fff;
|
flex-direction: column;
|
justify-content: center;
|
align-items: center;
|
bottom: 0rpx;
|
left: 0rpx;
|
}
|
|
.picker-item {
|
line-height: 70rpx;
|
margin-left: 5rpx;
|
margin-right: 5rpx;
|
text-align: center;
|
}
|
|
.picker-view__pane {
|
height: 100rpx;
|
width: 100%;
|
padding: 20rpx 32rpx;
|
display: flex;
|
justify-content: space-between;
|
align-items: center;
|
box-sizing: border-box;
|
}
|
|
.picker-view__pane text{
|
color: #16b5cb;
|
font-size: 30rpx;
|
}
|
|
.pick-view__group {
|
width: 96%;
|
height: 450rpx;
|
}
|
|
/* 20191226 */
|
.view-degree{
|
display: flex;
|
align-items: center;
|
}
|
.view-degree text{
|
font-size: 20px;
|
color: #e8e8e8;
|
margin: 0px 5px;
|
}
|
.degree-active {
|
color: #F6605D !important;
|
}
|
|
|
|
.mini-btn {
|
margin: 0px;
|
margin-top: 10px;
|
}
|
|
.flex-item-tab {
|
width: 50%;
|
height: 35px;
|
text-align: center;
|
vertical-align: middle;
|
border: 1px solid #ddd;
|
line-height: 35px;
|
background-color: #ddd;
|
|
}
|
|
.flex-item-active {
|
border-bottom: 0px solid #ddd;
|
background-color: white;
|
}
|
|
.flex-wrp-tab {
|
height: 35px;
|
vertical-align: middle;
|
border: 0px;
|
}
|
|
.group {
|
background-color: white;
|
}
|
|
|
|
|
.flex-item {
|
font-size: 26rpx;
|
}
|
|
.flex-item-left {
|
width: 30%;
|
height: 93.4vh;
|
overflow:auto;
|
font-size: 26rpx;
|
border-right: 1px solid #ddd;
|
}
|
|
.flex-item-right {
|
width: 70%;
|
height: 93.4vh;
|
overflow:auto;
|
font-size: 26rpx;
|
min-height: 300px;
|
background-color: white;
|
}
|
|
.flex-item-left-view {
|
padding: 10px;
|
border-bottom: 1px solid #ddd;
|
text-align: center;
|
}
|
|
.flex-item-right-view {
|
padding: 10px;
|
border-bottom: 1px solid #ddd;
|
}
|
|
.flex-item-left-view-active {
|
background-color: white;
|
}
|
.flex-height{
|
|
margin-top: 6.6vh;
|
}
|
|
/* 20191227 */
|
.pop_up{
|
position: absolute;
|
top: 0px;
|
z-index: 900;
|
}
|
.filter-multiple {
|
flex-direction: column;
|
}
|
.filter-panel{
|
display: flex;
|
background: #f5f5f5;
|
position: absolute;
|
width: 100%;
|
z-index: 13;
|
overflow: hidden;
|
}
|
.flex-wrp {
|
display: flex;
|
border: 1px solid #ddd;
|
}
|
.solution-view{
|
color:#07b5e0;
|
float: right;
|
margin-right: 10px;
|
|
}
|
checkbox, radio{
|
margin-right: 10rpx;
|
}
|
.btn-default{
|
background: #fff !important;
|
color: #fff;
|
}
|
.btn-block{
|
width: 100%;
|
line-height: 88rpx;
|
}
|
button{
|
margin-top: 20rpx !important;
|
margin-bottom: 20rpx;
|
font-size: 32rpx;
|
line-height: 80rpx;
|
}
|
.btn-area{
|
padding: 0 0;
|
}
|
.btn-area,.btn-area button{
|
margin-top: 0.5rem;
|
}
|
textarea{
|
width: 77%;
|
}
|
|
|
/* 20200109 ywg */
|
.fanhui{
|
height: 6.6vh;
|
position: fixed;
|
margin: 0 auto !important;
|
top: 0px;
|
left: 0px;
|
display: flex;
|
align-items: center;
|
justify-content: space-around;
|
flex-wrap: nowrap;
|
}
|
.fanhui>view{
|
width: 40%;
|
height: 80%;
|
/* border: 1px dashed #EF9C58; */
|
border-radius: 5px;
|
display: flex;
|
align-items: center;
|
justify-content: center;
|
font-size: 28rpx;
|
color: #fff;
|
}
|
.fanhui>view>span{
|
margin: 0px 5rpx;
|
}
|
.fanhui>view:nth-child(1){
|
background-color: #39b54a;
|
}
|
.fanhui>view:nth-child(2){
|
background-color: #EF9C58;
|
}
|
|
/* 20200110 ywg */
|
.y_input_body{
|
position: absolute;
|
min-height: 30px;
|
max-height: 200px;
|
width: 50vw;
|
top: 77rpx;
|
left: 25vw;
|
right: 24vw;
|
z-index: 101;
|
border-radius: .25rem;
|
margin-top: 0.5rem;
|
background-color: #fff;
|
border-width: 0;
|
justify-content: flex-start;
|
flex-wrap: nowrap;
|
box-shadow: 0 2px 6px 0 rgba(114, 124, 245, .5);
|
overflow: auto;
|
}
|
.y_input_body>view:nth-child(1){
|
border-top:0px;
|
}
|
.y_input_body>view{
|
width: 100%;
|
height: 30px;
|
display: flex;
|
align-items: center;
|
justify-content: center;
|
border-top: 1px solid rgb(236, 236, 235);
|
flex-wrap: wrap
|
}
|