57 lines
866 B
Plaintext
57 lines
866 B
Plaintext
/* packageE/ConsumePacket/ConsumePacketSuccess/ConsumePacketSuccess.wxss */
|
|
.content {
|
|
position: relative;
|
|
}
|
|
|
|
.content .bg {
|
|
width: 100%;
|
|
}
|
|
|
|
.content .red-packet {
|
|
position: absolute;
|
|
width: 75%;
|
|
text-align: center;
|
|
top: 30%;
|
|
left: 50%;
|
|
transform: translateX(-50%);
|
|
color: #fff;
|
|
font-size: 18px;
|
|
}
|
|
|
|
.content .money {
|
|
line-height: 2;
|
|
}
|
|
|
|
.content .num {
|
|
font-size: 36px;
|
|
}
|
|
|
|
.button {
|
|
text-align: center;
|
|
width: 320rpx;
|
|
margin: 64rpx auto;
|
|
height: 64rpx;
|
|
background-image:
|
|
linear-gradient(
|
|
0deg,
|
|
#ffc600 0%,
|
|
#ffe023 39%,
|
|
#fff945 100%
|
|
),
|
|
linear-gradient(
|
|
#ffe71f,
|
|
#ffe71f
|
|
);
|
|
background-blend-mode:
|
|
normal,
|
|
normal;
|
|
box-shadow:
|
|
0 0 0 0
|
|
rgba(255, 148, 8, 0.8);
|
|
border-radius: 64rpx;
|
|
color: #ff4e00;
|
|
font-size: 16px;
|
|
line-height: 64rpx;
|
|
font-weight: bold;
|
|
}
|