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.
88 lines
1.9 KiB
88 lines
1.9 KiB
.WriteOff.data-v-21bfc52a { |
|
width: 560rpx; |
|
height: 500rpx; |
|
background-color: #fff; |
|
border-radius: 20rpx; |
|
position: fixed; |
|
top: 50%; |
|
left: 50%; |
|
margin-top: -400rpx; |
|
margin-left: -280rpx; |
|
padding-top: 55rpx; |
|
z-index: 99999; |
|
} |
|
.WriteOff .pictrue.data-v-21bfc52a { |
|
width: 340rpx; |
|
height: 340rpx; |
|
margin: 0 auto; |
|
} |
|
.WriteOff .pictrue image.data-v-21bfc52a { |
|
width: 100%; |
|
height: 100%; |
|
display: block; |
|
border-radius: 10rpx; |
|
} |
|
.WriteOff .num.data-v-21bfc52a { |
|
font-size: 30rpx; |
|
color: #666; |
|
margin: 28rpx 0 30rpx 0; |
|
} |
|
.WriteOff .num .see.data-v-21bfc52a { |
|
font-size: 16rpx; |
|
color: #fff; |
|
border-radius: 4rpx; |
|
background-color: #c68937; |
|
padding-left: 5rpx; |
|
margin-left: 12rpx; |
|
} |
|
.WriteOff .num .see .iconfont.data-v-21bfc52a { |
|
font-size: 15rpx; |
|
} |
|
.WriteOff .tip.data-v-21bfc52a { |
|
font-size: 36rpx; |
|
color: #282828; |
|
text-align: center; |
|
border-top: 1px dashed #ccc; |
|
padding-top: 40rpx; |
|
position: relative; |
|
} |
|
.WriteOff .tip.data-v-21bfc52a:after { |
|
content: ""; |
|
position: absolute; |
|
width: 25rpx; |
|
height: 25rpx; |
|
border-radius: 50%; |
|
background-color: #7f7f7f; |
|
right: -12.5rpx; |
|
top: -12.5rpx; |
|
} |
|
.WriteOff .tip.data-v-21bfc52a:before { |
|
content: ""; |
|
position: absolute; |
|
width: 25rpx; |
|
height: 25rpx; |
|
border-radius: 50%; |
|
background-color: #7f7f7f; |
|
left: -12.5rpx; |
|
top: -12.5rpx; |
|
} |
|
.WriteOff .sure.data-v-21bfc52a { |
|
font-size: 32rpx; |
|
color: #fff; |
|
text-align: center; |
|
line-height: 82rpx; |
|
height: 82rpx; |
|
width: 460rpx; |
|
border-radius: 41rpx; |
|
margin: 40rpx auto 0 auto; |
|
background-image: -webkit-linear-gradient(left, #f67a38 0%, #f11b09 100%); |
|
background-image: linear-gradient(to right, #f67a38 0%, #f11b09 100%); |
|
background-image: -webkit-linear-gradient(to right, #f67a38 0%, #f11b09 100%); |
|
background-image: -moz-linear-gradient(to right, #f67a38 0%, #f11b09 100%); |
|
} |
|
.WriteOff .sure.cancel.data-v-21bfc52a { |
|
background-image: none; |
|
color: #999; |
|
margin-top: 10rpx; |
|
} |
|
|
|
|