|
|
|
|
@ -31,7 +31,6 @@
|
|
|
|
|
position:absolute;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.t-progress__canvas--circle{
|
|
|
|
|
width:125.67rpx!important;
|
|
|
|
|
height:125.67rpx !important;
|
|
|
|
|
@ -109,7 +108,6 @@
|
|
|
|
|
background-image: url(https://xzjl-1257436036.cos.ap-nanjing.myqcloud.com/jl/bs.png);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.gh{
|
|
|
|
|
position:absolute;
|
|
|
|
|
width:750rpx;
|
|
|
|
|
@ -120,7 +118,6 @@
|
|
|
|
|
background-image: url(https://xzjl-1257436036.cos.ap-nanjing.myqcloud.com/jl/gh.png);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.call{
|
|
|
|
|
margin: 0;
|
|
|
|
|
padding: 0;
|
|
|
|
|
@ -184,7 +181,6 @@
|
|
|
|
|
font-size: 27rpx;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.txl{
|
|
|
|
|
position:absolute;
|
|
|
|
|
width:72rpx;
|
|
|
|
|
@ -618,7 +614,7 @@ font-size: 16px;
|
|
|
|
|
|
|
|
|
|
.jltxt{
|
|
|
|
|
position: absolute;
|
|
|
|
|
left: 300px;
|
|
|
|
|
right: 0;
|
|
|
|
|
top: 504px;
|
|
|
|
|
width: 75px;
|
|
|
|
|
height: 35px;
|
|
|
|
|
@ -656,3 +652,128 @@ background-repeat: no-repeat;
|
|
|
|
|
background-size:100% 100%;
|
|
|
|
|
background-image: url(https://xzjl-1257436036.cos.ap-nanjing.myqcloud.com/jl/ysfgx.png);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* 弹层 */
|
|
|
|
|
.pray {
|
|
|
|
|
display: flex;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.dialog {
|
|
|
|
|
position: absolute;
|
|
|
|
|
bottom: 500rpx;
|
|
|
|
|
width: 648rpx;
|
|
|
|
|
height: 484rpx;
|
|
|
|
|
padding: 50rpx;
|
|
|
|
|
z-index: 999;
|
|
|
|
|
box-sizing: border-box;
|
|
|
|
|
line-height: 20px;
|
|
|
|
|
border-radius: 15px;
|
|
|
|
|
background-color: rgba(255, 255, 255, 1);
|
|
|
|
|
text-align: center;
|
|
|
|
|
box-shadow: 1px 2px 6px 0px rgba(0, 0, 0, 0.4);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.dialog-item {
|
|
|
|
|
display: flex;
|
|
|
|
|
justify-content: space-between;
|
|
|
|
|
margin-bottom: 38rpx;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.dialog-item textarea {
|
|
|
|
|
width: 400rpx;
|
|
|
|
|
height: 142rpx;
|
|
|
|
|
padding: 20rpx;
|
|
|
|
|
line-height: 40rpx;
|
|
|
|
|
box-sizing: border-box;
|
|
|
|
|
border-radius: 10px;
|
|
|
|
|
background-color: rgba(255, 255, 255, 1);
|
|
|
|
|
color: #9A9A9A;
|
|
|
|
|
font-size: 14px;
|
|
|
|
|
text-align: right;
|
|
|
|
|
border: 1px solid rgba(236, 236, 236, 1);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.dialog-item text {
|
|
|
|
|
padding-top: 16rpx;
|
|
|
|
|
color: #6C6C6C;
|
|
|
|
|
font-size: 16px;
|
|
|
|
|
text-align: center;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.dialog-item .duration {
|
|
|
|
|
width: 400rpx;
|
|
|
|
|
height: 80rpx;
|
|
|
|
|
display: flex;
|
|
|
|
|
justify-content: flex-end;
|
|
|
|
|
align-items: center;
|
|
|
|
|
padding-right: 20rpx;
|
|
|
|
|
box-sizing: border-box;
|
|
|
|
|
border-radius: 10px;
|
|
|
|
|
color: rgba(154, 154, 154, 1);
|
|
|
|
|
font-size: 14px;
|
|
|
|
|
border: 1px solid rgba(236, 236, 236, 1);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.dialog-btn {
|
|
|
|
|
display: flex;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
align-items: center;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.dialog-btn button {
|
|
|
|
|
width: 210rpx;
|
|
|
|
|
height: 70rpx;
|
|
|
|
|
border-radius: 10px;
|
|
|
|
|
background: linear-gradient(233.49deg, rgba(248,99,42,1) 10.48%,rgba(249,135,89,1) 89.2%);
|
|
|
|
|
text-align: center;
|
|
|
|
|
box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.4);
|
|
|
|
|
border: 3px solid rgba(255, 255, 255, 1);
|
|
|
|
|
display: flex;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
align-items: center;
|
|
|
|
|
color: #fff;
|
|
|
|
|
font-size: 14px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.timing {
|
|
|
|
|
position: absolute;
|
|
|
|
|
bottom: 0;
|
|
|
|
|
width: 100%;
|
|
|
|
|
height: 434rpx;
|
|
|
|
|
padding: 0 28px;
|
|
|
|
|
z-index: 999;
|
|
|
|
|
line-height: 20px;
|
|
|
|
|
background-color: rgba(255, 255, 255, 1);
|
|
|
|
|
text-align: center;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.timing .picker{
|
|
|
|
|
padding: 0 28px;
|
|
|
|
|
box-sizing: border-box;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.timing .timing-title {
|
|
|
|
|
height: 70rpx;
|
|
|
|
|
display: flex;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
align-items: center;
|
|
|
|
|
color: #9A9A9A;
|
|
|
|
|
font-size: 14px;
|
|
|
|
|
border: 1px solid #F1F1F1;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.active {
|
|
|
|
|
background-color: #F1F1F1;
|
|
|
|
|
z-index: 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.picker-item {
|
|
|
|
|
display: flex;
|
|
|
|
|
align-items: center;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
picker-view-column {
|
|
|
|
|
height: 364rpx;
|
|
|
|
|
}
|