136 lines
2.0 KiB
Plaintext
136 lines
2.0 KiB
Plaintext
/* packageD/energy/AddCheck/AddCheck.wxss */
|
|
page {
|
|
background-color: #fff;
|
|
}
|
|
|
|
.bpx {
|
|
margin-top: 60rpx;
|
|
}
|
|
|
|
.top {
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
|
|
.line {
|
|
width: 6rpx;
|
|
height: 31rpx;
|
|
background-color: #ff4946;
|
|
margin-left: 25rpx;
|
|
margin-right: 30rpx;
|
|
}
|
|
|
|
.card {
|
|
margin: 0 47rpx 0 64rpx;
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: flex-start;
|
|
}
|
|
|
|
.radbox {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
width: 100%;
|
|
}
|
|
|
|
.lines {
|
|
width: 750rpx;
|
|
height: 20rpx;
|
|
background-color: #f5f7fa;
|
|
}
|
|
|
|
.checkBtn {
|
|
/* position: fixed; */
|
|
|
|
/* bottom: 10rpx; */
|
|
display: flex;
|
|
width: 100%;
|
|
justify-content: center;
|
|
align-items: center;
|
|
margin-top: 50rpx;
|
|
}
|
|
|
|
.check {
|
|
width: 600rpx;
|
|
height: 80rpx;
|
|
background-image:
|
|
linear-gradient(
|
|
0deg,
|
|
#ff8a66 0%,
|
|
#ff4946 84%
|
|
),
|
|
linear-gradient(
|
|
#03ddc8,
|
|
#03ddc8
|
|
);
|
|
background-blend-mode:
|
|
normal,
|
|
normal;
|
|
box-shadow:
|
|
0rpx 4rpx 8rpx 0rpx
|
|
rgba(255, 79, 73, 0.13);
|
|
border-radius: 40rpx;
|
|
text-align: center;
|
|
line-height: 80rpx;
|
|
color: #fff;
|
|
}
|
|
|
|
.popBox {
|
|
width: 540rpx;
|
|
height: 383rpx;
|
|
background-color: #fff;
|
|
border-radius: 23rpx;
|
|
}
|
|
|
|
.popTop {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
}
|
|
|
|
.left {
|
|
width: 180rpx;
|
|
height: 70rpx;
|
|
border-radius: 35rpx;
|
|
border: solid 1rpx #999;
|
|
text-align: center;
|
|
line-height: 70rpx;
|
|
}
|
|
|
|
.right {
|
|
width: 180rpx;
|
|
height: 70rpx;
|
|
background-image:
|
|
linear-gradient(
|
|
0deg,
|
|
#ff8a66 0%,
|
|
#ff4946 100%
|
|
),
|
|
linear-gradient(
|
|
#0adfc6,
|
|
#0adfc6
|
|
);
|
|
background-blend-mode:
|
|
normal,
|
|
normal;
|
|
box-shadow:
|
|
0rpx 4rpx 8rpx 0rpx
|
|
rgba(255, 79, 73, 0.13);
|
|
border-radius: 35rpx;
|
|
text-align: center;
|
|
line-height: 70rpx;
|
|
color: #fff;
|
|
}
|
|
|
|
.isNone {
|
|
background: #fff;
|
|
text-align: center;
|
|
margin-top: 60rpx;
|
|
color: #999;
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: center;
|
|
align-items: center;
|
|
}
|