24 lines
450 B
Plaintext
24 lines
450 B
Plaintext
/* template/report/report.wxss */
|
|
.report{
|
|
width: 94rpx;
|
|
height: 94rpx;
|
|
border-radius: 50%;
|
|
/* box-shadow: 0 0 10px #ccc; */
|
|
border:1px solid #e4e4e4;
|
|
display: flex;
|
|
flex-direction: column;
|
|
position: fixed;
|
|
right: 14rpx;
|
|
bottom: 200rpx;
|
|
font-size: 24rpx;
|
|
color: #666;
|
|
align-items: center;
|
|
justify-content: center;
|
|
background: #fff;
|
|
z-index: 200
|
|
}
|
|
.report .img{
|
|
width: 26rpx;
|
|
height: 26rpx;
|
|
margin-bottom: 6rpx;
|
|
} |