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.
301 lines
6.3 KiB
301 lines
6.3 KiB
.detail-wr {
|
|
width: 100%;
|
|
box-sizing: border-box;
|
|
padding-top: 20rpx;
|
|
padding-bottom: 160rpx;
|
|
}
|
|
.dl-card {
|
|
width: 710rpx;
|
|
/* height: 380px; */
|
|
box-sizing: border-box;
|
|
margin: 0 auto 20rpx;
|
|
padding: 26rpx 20rpx;
|
|
background: #FFFFFF;
|
|
box-shadow: 0 4rpx 29rpx 0 rgba(63, 63, 63, 0.1);
|
|
border-radius: 10rpx;
|
|
-webkit-border-radius: 10rpx;
|
|
-moz-border-radius: 10rpx;
|
|
-ms-border-radius: 10rpx;
|
|
-o-border-radius: 10rpx;
|
|
}
|
|
.dl-card .dl-content {
|
|
width: 100%;
|
|
box-sizing: border-box;
|
|
margin-top: 16rpx;
|
|
}
|
|
.dl-card .dl-content text {
|
|
font-size: 30rpx;
|
|
font-weight: 400;
|
|
color: #333;
|
|
line-height: 48rpx;
|
|
}
|
|
.dl-header .dl-title {
|
|
position: relative;
|
|
font-size: 34rpx;
|
|
font-weight: 800;
|
|
color: #333;
|
|
}
|
|
.dl-cell {
|
|
position: relative;
|
|
width: 100%;
|
|
box-sizing: border-box;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
margin-top: 26rpx;
|
|
font-size: 30rpx;
|
|
}
|
|
.dl-cell .cell-label {
|
|
color: #999;
|
|
}
|
|
.dl-cell .cell-value {
|
|
max-width: 460rpx;
|
|
color: #333;
|
|
}
|
|
.dl-cell .cell-value .fuzhi {
|
|
font-size: 26rpx;
|
|
color: #085EB0;
|
|
}
|
|
.dl-cell .cell-value input {
|
|
text-align: right;
|
|
}
|
|
.dl-cell .cell-value .cell-value-rate {
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
.dl-cell .cell-value .cell-value-rate image {
|
|
width: 36rpx;
|
|
height: 33rpx;
|
|
}
|
|
.dl-cell .cell-value .cell-value-rate1 {
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
.dl-cell .cell-value .cell-value-rate1 image {
|
|
width: 19rpx;
|
|
height: 33rpx;
|
|
}
|
|
.dl-cell .cell-value .cell-value-rate1:nth-child(2n) {
|
|
margin-right: 6rpx;
|
|
}
|
|
.dl-cell .cell-value .cell-value-finish, .cell-value-left {
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
.dl-cell .cell-value .cell-value-finish {
|
|
width: 100%;
|
|
justify-content: space-between;
|
|
}
|
|
.dl-cell .cell-value .cell-value-finish .cell-value-right {
|
|
margin-left: 60rpx;
|
|
}
|
|
.dl-cell .cell-value .cell-value-finish .cell-value-left image {
|
|
width: 40rpx;
|
|
height: 40rpx;
|
|
box-sizing: border-box;
|
|
margin-right: 20rpx;
|
|
}
|
|
.dl-cell .cell-value .cell-value-finish .cell-value-left .cicle {
|
|
width: 40rpx;
|
|
height: 40rpx;
|
|
box-sizing: border-box;
|
|
margin-right: 20rpx;
|
|
background: #fff;
|
|
border: 2rpx solid #E7EEEE;
|
|
border-radius: 50%;
|
|
|
|
-webkit-border-radius: 50%;
|
|
-moz-border-radius: 50%;
|
|
-ms-border-radius: 50%;
|
|
-o-border-radius: 50%;
|
|
}
|
|
.dl-cell .cell-value .cell-picker {
|
|
display: flex;
|
|
}
|
|
.dl-cell .cell-value .cell-picker .cell-value-text {
|
|
color: #999;
|
|
}
|
|
.dl-cell .cell-value .cell-picker image {
|
|
width: 40rpx;
|
|
height: 40rpx;
|
|
box-sizing: border-box;
|
|
}
|
|
.dl-cell .cell-value .input-placeholder {
|
|
font-size: 30rpx;
|
|
font-weight: 400;
|
|
font-family: Source Han Serif SC;
|
|
color: #999;
|
|
}
|
|
|
|
.dl-wrapper {
|
|
width: 100%;
|
|
margin-top: 20rpx;
|
|
}
|
|
.dl-wrapper .dl-input {
|
|
width: 100%;
|
|
height: 280rpx;
|
|
box-sizing: border-box;
|
|
padding: 20rpx 10rpx;
|
|
background: #F7F7F7;
|
|
border-radius: 10rpx;
|
|
-webkit-border-radius: 10rpx;
|
|
-moz-border-radius: 10rpx;
|
|
-ms-border-radius: 10rpx;
|
|
-o-border-radius: 10rpx;
|
|
}
|
|
.dl-wrapper .dl-input .input-text {
|
|
width: 100%;
|
|
height: 200rpx;
|
|
}
|
|
.dl-wrapper .dl-input .input-count {
|
|
padding-right: 10rpx;
|
|
font-size: 26rpx;
|
|
color: #999;
|
|
text-align: right;
|
|
}
|
|
.dl-wrapper .dl-input-btn {
|
|
width: 100%;
|
|
margin-top: 20rpx;
|
|
display: flex;
|
|
justify-content: flex-end;
|
|
}
|
|
.dl-wrapper .dl-input-btn view {
|
|
width: 110rpx;
|
|
height: 48rpx;
|
|
font-size: 26rpx;
|
|
color: #fff;
|
|
text-align: center;
|
|
line-height: 46rpx;
|
|
background: #E3271C;
|
|
border-radius: 24rpx;
|
|
-webkit-border-radius: 24rpx;
|
|
-moz-border-radius: 24rpx;
|
|
-ms-border-radius: 24rpx;
|
|
-o-border-radius: 24rpx;
|
|
}
|
|
|
|
|
|
.dl-bot {
|
|
display: flex;
|
|
justify-content: flex-end;
|
|
align-items: center;
|
|
width: 100%;
|
|
box-sizing: border-box;
|
|
margin-top: 26rpx;
|
|
padding-top: 30rpx;
|
|
border-top: 1rpx solid #E7EEEE;
|
|
}
|
|
.dl-bot image {
|
|
width: 24rpx;
|
|
height: 30rpx;
|
|
box-sizing: border-box;
|
|
margin-right: 6rpx;
|
|
}
|
|
.dl-bot .text {
|
|
font-size: 30rpx;
|
|
font-weight: 800;
|
|
color: #333;
|
|
}
|
|
|
|
|
|
.detail-footer {
|
|
position: fixed;
|
|
right: 0;
|
|
bottom: 0;
|
|
width: 100%;
|
|
height: 100rpx;
|
|
box-sizing: border-box;
|
|
padding: 0 20rpx;
|
|
background: #fff;
|
|
border-top: 1rpx solid #E7EEEE;
|
|
}
|
|
.detail-footer .footer-wr {
|
|
width: 100%;
|
|
height: 100%;
|
|
display: flex;
|
|
justify-content: flex-end;
|
|
align-items: center;
|
|
}
|
|
.detail-footer .footer-wr .footer-tips {
|
|
padding-top: 30rpx;
|
|
font-size: 22rpx;
|
|
font-weight: 500;
|
|
color: #999;
|
|
}
|
|
.detail-footer .footer-wr .footer-tips text {
|
|
color: rgba(227, 39, 28, 1);
|
|
}
|
|
.detail-footer .footer-wr .footer-btn {
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
flex-shrink: 0;
|
|
width: 220rpx;
|
|
height: 70rpx;
|
|
background: #FFFFFF;
|
|
border: 1rpx solid #999;
|
|
border-radius: 10rpx;
|
|
-webkit-border-radius: 10rpx;
|
|
-moz-border-radius: 10rpx;
|
|
-ms-border-radius: 10rpx;
|
|
-o-border-radius: 10rpx;
|
|
}
|
|
.detail-footer .footer-wr .footer-btn image {
|
|
width: 24rpx;
|
|
height: 30rpx;
|
|
box-sizing: border-box;
|
|
margin-right: 10rpx;
|
|
}
|
|
.detail-footer .footer-wr .footer-btn .img-tell {
|
|
width: 20rpx;
|
|
height: 30rpx;
|
|
}
|
|
.detail-footer .footer-wr .footer-btn .img-finish {
|
|
width: 30rpx;
|
|
height: 30rpx;
|
|
}
|
|
.detail-footer .footer-wr .footer-btn .img-cancle {
|
|
width: 24rpx;
|
|
height: 24rpx;
|
|
}
|
|
.detail-footer .footer-wr .footer-btn .img-edit {
|
|
width: 30rpx;
|
|
height: 25rpx;
|
|
}
|
|
.detail-footer .footer-wr .footer-btn .img-rate1 {
|
|
width: 30rpx;
|
|
height: 29rpx;
|
|
}
|
|
.detail-footer .footer-wr .footer-btn .text-normal {
|
|
font-size: 32rpx;
|
|
font-weight: 500;
|
|
color: #333;
|
|
}
|
|
.detail-footer .footer-wr .footer-btn .text-finish {
|
|
color: rgba(8, 94, 176, 1);
|
|
}
|
|
.detail-footer .footer-wr .btn-finish {
|
|
margin-left: 20rpx;
|
|
border: 1rpx solid #085EB0;
|
|
}
|
|
.detail-footer .wr-between {
|
|
justify-content: space-between;
|
|
}
|
|
|
|
.detail-footer-cr {
|
|
font-size: 34rpx;
|
|
font-weight: 500;
|
|
color: #fff;
|
|
text-align: center;
|
|
line-height: 98rpx;
|
|
background: #E3271C;
|
|
}
|
|
.is-require {
|
|
padding-left: 10rpx;
|
|
}
|
|
.is-require::before {
|
|
position: absolute;
|
|
top: 0;
|
|
left: -10rpx;
|
|
content: '*';
|
|
color: #E3271C;
|
|
}
|