26 lines
494 B
Plaintext
26 lines
494 B
Plaintext
|
|
.container .content {
|
||
|
|
position: relative;
|
||
|
|
}
|
||
|
|
.container .content .bjImg {
|
||
|
|
width: 750rpx;
|
||
|
|
}
|
||
|
|
.container .content .imgCard {
|
||
|
|
position: absolute;
|
||
|
|
left: 50%;
|
||
|
|
-webkit-transform: translateX(-50%);
|
||
|
|
transform: translateX(-50%);
|
||
|
|
width: 690rpx;
|
||
|
|
height: 730rpx;
|
||
|
|
border-radius: 40rpx;
|
||
|
|
top: 690rpx;
|
||
|
|
}
|
||
|
|
.container .content .btnImg {
|
||
|
|
position: absolute;
|
||
|
|
width: 566rpx;
|
||
|
|
left: 50%;
|
||
|
|
-webkit-transform: translateX(-50%);
|
||
|
|
transform: translateX(-50%);
|
||
|
|
bottom: 31rpx;
|
||
|
|
}
|
||
|
|
|