Init project
This commit is contained in:
@@ -0,0 +1,39 @@
|
||||
.fixed-share {
|
||||
position: fixed;
|
||||
right: 0;
|
||||
bottom: 200rpx;
|
||||
width: 184rpx;
|
||||
height: 62rpx;
|
||||
vertical-align: middle;
|
||||
z-index: 100;
|
||||
}
|
||||
|
||||
.box-share {
|
||||
.box-img {
|
||||
position: relative;
|
||||
width: 500rpx;
|
||||
height: 632rpx;
|
||||
border-radius: 40rpx;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.icon {
|
||||
position: absolute;
|
||||
top: 22rpx;
|
||||
right: 22rpx;
|
||||
width: 32.5rpx;
|
||||
height: 32.5rpx;
|
||||
}
|
||||
|
||||
.main-img {
|
||||
width: 500rpx;
|
||||
height: 632rpx;
|
||||
border-radius: 40rpx;
|
||||
}
|
||||
|
||||
.btn {
|
||||
width: 500rpx;
|
||||
height: 100rpx;
|
||||
margin-top: 20rpx;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user