9 lines
148 B
SCSS
9 lines
148 B
SCSS
|
.share-btn {
|
||
|
background: none;
|
||
|
font-size: 24rpx;
|
||
|
color: #666;
|
||
|
display: flex;
|
||
|
flex-direction: column;
|
||
|
align-items: center;
|
||
|
}
|