@import "/repair/css/tab.wxss";
|
@import "/repair/css/step.wxss";
|
@import "/repair/css/common.wxss";
|
@import "/repair/css/timeLine.wxss";
|
@import "/style/RotateMenu.wxss";
|
@import "../../style/main.wxss";
|
@import "../../style/icon.wxss";
|
@import "../../style/animation.wxss";
|
|
.formUL {
|
margin-bottom: 3.5rem;
|
overflow: auto;
|
}
|
|
.weui-tab__panel,
|
.weui-tab__content {
|
width: 100%;
|
background-color: #fff;
|
}
|
|
/* weui */
|
.weui-navbar {
|
display: flex;
|
position: fixed;
|
z-index: 500;
|
width: 100%;
|
border-bottom: 1rpx solid #CCCCCC;
|
}
|
|
.weui-navbar__item {
|
position: relative;
|
-webkit-box-flex: 1;
|
-webkit-flex: 1;
|
flex: 1;
|
text-align: center;
|
font-size: 0;
|
}
|
|
.weui-navbar__title {
|
max-width: 8em;
|
width: auto;
|
overflow: hidden;
|
text-overflow: ellipsis;
|
white-space: nowrap;
|
word-wrap: normal;
|
}
|
|
.weui-navbar__slider {
|
position: absolute;
|
content: " ";
|
left: 0;
|
bottom: 0;
|
width: 33.3333%;
|
background-color: #1AAD19;
|
-webkit-transition: -webkit-transform .3s;
|
transition: transform .3s, -webkit-transform .3s;
|
}
|
|
/* 浮动 */
|
#ss_menu {
|
bottom: 15vh;
|
|
}
|
|
/* //弹窗 */
|
|
/**index.wxss**/
|
|
.show-btn {
|
margin-top: 100rpx;
|
color: #2c2;
|
}
|
|
.modal-mask {
|
width: 100%;
|
height: 100%;
|
position: fixed;
|
top: 0;
|
left: 0;
|
background: #000;
|
opacity: 0.5;
|
overflow: hidden;
|
z-index: 9000;
|
color: #fff;
|
}
|
|
.modal-dialog {
|
width: 540rpx;
|
overflow: hidden;
|
position: fixed;
|
top: 50%;
|
left: 0;
|
z-index: 9999;
|
background: #fff;
|
margin: -180rpx 105rpx;
|
border-radius: 36rpx;
|
}
|
|
.modal-title {
|
padding-top: 50rpx;
|
font-size: 36rpx;
|
color: #030303;
|
text-align: center;
|
}
|
|
.modal-content {
|
padding: 50rpx 32rpx;
|
}
|
|
.modal-input {
|
display: flex;
|
background: #fff;
|
/* border-bottom: 2rpx solid #ddd; */
|
border-radius: 4rpx;
|
font-size: 28rpx;
|
}
|
|
.input {
|
width: 100%;
|
height: 82rpx;
|
font-size: 28rpx;
|
line-height: 28rpx;
|
padding: 0 20rpx;
|
box-sizing: border-box;
|
color: #333;
|
}
|
|
.textarea {
|
width: 100%;
|
min-height: 150rpx;
|
font-size: 28rpx;
|
line-height: 28rpx;
|
padding: 0 20rpx;
|
box-sizing: border-box;
|
color: #333;
|
border: 2rpx solid #ddd;
|
}
|
|
input-holder {
|
color: #666;
|
font-size: 28rpx;
|
}
|
|
.modal-footer {
|
display: flex;
|
flex-direction: row;
|
height: 86rpx;
|
border-top: 1px solid #dedede;
|
font-size: 34rpx;
|
line-height: 86rpx;
|
}
|
|
.btn-cancel {
|
width: 50%;
|
color: #666;
|
text-align: center;
|
border-right: 1px solid #dedede;
|
}
|
|
.btn-confirm {
|
width: 50%;
|
color: #16b5cb;
|
text-align: center;
|
}
|
|
|
|
.weui-tab_scroll {
|
margin-bottom: 3.6rem;
|
background-color: #efeff4;
|
}
|
|
|
/* 维修记录css */
|
.tips {
|
width: 100%;
|
justify-content: center;
|
display: flex;
|
align-items: center;
|
flex-direction: column;
|
}
|
|
.tips_content {
|
height: 160rpx;
|
line-height: 160rpx;
|
width: 100%;
|
text-align: center;
|
border-bottom: 1rpx solid #ccc;
|
border-bottom-style: dashed;
|
margin-bottom: 50rpx;
|
}
|
|
.MR {
|
position: relative;
|
width: 98vw;
|
margin: 0 auto;
|
}
|
|
.MR_li {
|
position: relative;
|
width: 100%;
|
margin: 10rpx auto;
|
font-size: 30rpx;
|
border-radius: 10px;
|
background-color: #fff;
|
}
|
|
.MR_li_header {
|
width: 95%;
|
margin: 0 auto;
|
padding: 10rpx 0rpx;
|
justify-content: space-between;
|
border-bottom: 1px dashed rgb(241, 237, 237);
|
}
|
|
.MR_li_header_left {
|
color: rgb(250, 167, 12);
|
}
|
|
.MR_li_header_right {
|
color: rgb(201, 197, 197);
|
font-size: 25rpx;
|
}
|
|
.MR_li_body {
|
width: 95%;
|
margin: 0 auto;
|
border-bottom: 1px dashed rgb(241, 237, 237);
|
}
|
|
.MR_li_body_li,
|
.MR_li_body_image {
|
width: 100%;
|
padding: 10rpx 0rpx;
|
}
|
|
.MR_li_body_li>icon {
|
height: 30rpx;
|
margin-right: 10px;
|
font-size: 30rpx;
|
justify-content: center;
|
}
|
|
.icon-denglu1 {
|
color: #16b5cb;
|
}
|
|
.icon-shouye-liang {
|
color: rgb(221, 75, 107);
|
}
|
|
.MR_li_body_li>span {
|
color: rgb(143, 137, 137);
|
justify-content: center;
|
}
|
|
.MR_li_body_li>view {
|
justify-content: flex-start;
|
}
|
|
.MR_li_body_image {
|
min-height: 150rpx;
|
}
|
|
.MR_li_footer {
|
padding: 10rpx 0rpx;
|
color: rgb(201, 197, 197);
|
justify-content: center;
|
}
|
|
.MR_li_static_icon {
|
position: relative;
|
z-index: 1;
|
width: 100rpx;
|
height: 100rpx;
|
justify-content: center;
|
}
|
|
|
.MR_li_static {
|
position: absolute;
|
z-index: 1;
|
top: 80rpx;
|
right: 50rpx;
|
width: 80rpx;
|
height: 80rpx;
|
}
|
|
.MR_li_static_icon>icon {
|
position: absolute;
|
color: #16b5cb;
|
font-size: 80rpx;
|
justify-content: center;
|
}
|
|
.MR_li_static_title {
|
color: #16b5cb;
|
font-size: 25rpx;
|
transform: rotate(-16deg);
|
}
|
|
.MR_li_body_no_image {
|
color: rgb(201, 197, 197);
|
}
|
|
.MRfixed {
|
position: fixed;
|
z-index: 2;
|
bottom: 15vh;
|
left: 20px;
|
font-size: 80rpx;
|
width: 80rpx;
|
height: 80rpx;
|
color: #fff;
|
justify-content: center;
|
background-color: #16b5cb;
|
border-radius: 50%;
|
}
|
|
.MRfixed,
|
.MR_li_header,
|
.MR_li_body_li,
|
.MR_li_footer,
|
.MR_li_body_image,
|
.MR_li_static_icon,
|
.MR_li_body_li>icon,
|
.MR_li_body_li>span,
|
.MR_li_body_li>view {
|
display: flex;
|
align-items: center;
|
}
|