wpfw_ewei_wxapp/pages/order/pay/share/share.wxss
2023-02-26 08:10:18 +08:00

147 lines
2.2 KiB
Plaintext

page {
background: -webkit-linear-gradient(#ff426a,#ff4343);
}
.share_main {
width: 100%;
height: auto;
}
.share_head_img {
width: 90%;
height: auto;
margin: 0 auto;
}
.share_head_img image {
width: 100%;
}
.share_title {
width: 100%;
height: 120rpx;
margin: 0 auto;
text-align: center;
line-height: 140rpx;
border-radius: 24rpx 24rpx 0 0;
}
.share_title_text {
font-size: 32rpx;
color: black;
}
.content_bg {
width: 90%;
height: 688rpx;
margin: 0 auto;
border-radius: 32rpx 32rpx 32rpx 32rpx;
}
.share_title {
width: 100%;
height: 120rpx;
margin: 0 auto;
text-align: center;
line-height: 140rpx;
border-radius: 24rpx 24rpx 0 0;
}
.share_title_text {
font-size: 32rpx;
color: black;
}
.content_list {
width: 100%;
height: 568rpx;
}
.content_list ul {
width: 100%;
height: 488rpx;
margin: 0 auto;
}
.content_list ul li {
width: 80%;
height: 180rpx;
margin: 0 auto;
}
.list_content1 {
width: 50%;
height: 60%;
float: left;
margin-left: 0.4rem;
margin-top: 0.9rem;
line-height: 3.2rem;
color: #cca865;
padding-left: 1.5rem;
}
.list_content1 div {
width: 100%;
height: 50%;
line-height: 1.5rem;
}
.list_content2 {
width: 38%;
height: 60%;
float: right;
margin-right: 0.8rem;
margin-top: 0.9rem;
font-size: 0.8rem;
color: black;
border-left: 1px dashed #ccc;
padding-right: 0.8rem;
padding-left: 0.8rem;
}
.list_content2 div {
width: 100%;
line-height: 1.5rem;
}
.share_button {
width: 100%;
height: 2rem;
margin: 0 auto;
}
.button_c {
width: 86%;
height: 120rpx;
position: relative;
left: 7%;
top: 64rpx;
line-height: 88rpx;
font-size: 32rpx;
font-weight: 700;
color: #f24d4f;
}
.share_firend {
width: 90%;
height: auto;
margin: 0 auto;
margin-top: 2.2rem;
}
.paperplane {
width: 100%;
height: 100%;
position: fixed;
top: 0;
left: 0;
bottom: 0;
right: 0;
z-index: 99;
background: rgba(0,0,0,0.8);
}
.paperplane image {
width: 70%;
margin: 120rpx 15%;
}