38 lines
699 B
Plaintext
38 lines
699 B
Plaintext
/* packagecard/sharePage/cardcode.wxss */
|
|
|
|
|
|
.content-box {
|
|
border-radius: 10rpx;
|
|
min-width: 100%;
|
|
display: flex;
|
|
flex-direction: column;
|
|
background: #ffffff;
|
|
align-items: center;
|
|
justify-content: center;
|
|
}
|
|
|
|
.image1 {
|
|
width: 70%;
|
|
height: 70%;
|
|
/* box-shadow: 10rpx 10rpx 40rpx #dadada; */
|
|
align-self: center;
|
|
/* border-radius: 50%; */
|
|
}
|
|
|
|
.box {
|
|
width: 95%;
|
|
/* box-shadow: 10rpx 10rpx 40rpx #dadada; */
|
|
position: absolute;
|
|
z-index: 1;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
padding: 15rpx;
|
|
}
|
|
|
|
.image2 {
|
|
width: 95%;
|
|
box-shadow: 1rpx 1rpx 5rpx #f5f5f5;
|
|
position: absolute;
|
|
z-index: 2;
|
|
} |