36 lines
493 B
Plaintext
36 lines
493 B
Plaintext
.fixed-share {
|
|
position: fixed;
|
|
right: 0;
|
|
bottom: 200rpx;
|
|
width: 184rpx;
|
|
height: 62rpx;
|
|
vertical-align: middle;
|
|
z-index: 100;
|
|
}
|
|
|
|
.box-share {
|
|
width: 600rpx;
|
|
.box-img {
|
|
position: relative;
|
|
border-radius: 40rpx;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.icon {
|
|
position: absolute;
|
|
top: 22rpx;
|
|
right: 22rpx;
|
|
width: 32.5rpx;
|
|
height: 32.5rpx;
|
|
}
|
|
|
|
.main-img {
|
|
width: 100%;
|
|
border-radius: 40rpx;
|
|
}
|
|
|
|
.btn {
|
|
width: 100%;
|
|
margin-top: 20rpx;
|
|
}
|
|
} |