You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
33 lines
551 B
33 lines
551 B
.img-style {
|
|
|
|
position: fixed;
|
|
top: 400rpx;
|
|
/* right: -225rpx; */
|
|
right: 0rpx;
|
|
z-index: 100;
|
|
/* opacity: 0; */
|
|
|
|
|
|
}
|
|
|
|
.img-style .image{
|
|
height: 120rpx;
|
|
width: 120rpx;
|
|
}
|
|
.num{
|
|
position: fixed;
|
|
top: 385rpx;
|
|
/* right: -225rpx; */
|
|
right: 10rpx;
|
|
z-index: 101;
|
|
/* opacity: 0; */
|
|
width: 15px;
|
|
height: 15px;
|
|
border-radius: 50%;
|
|
border:1px solid #eee;
|
|
text-align: center;
|
|
font-size: 20rpx;
|
|
color:#eee ;
|
|
background-color: #cb0200;
|
|
|
|
}
|
|
|