fix location icon
This commit is contained in:
@ -35,8 +35,8 @@
|
||||
margin-bottom: 8rpx;
|
||||
|
||||
.icon {
|
||||
width: 32rpx;
|
||||
height: 32rpx;
|
||||
color: var(--theme-wx);
|
||||
font-size: 48rpx;
|
||||
margin-right: 8rpx;
|
||||
}
|
||||
}
|
||||
@ -81,9 +81,21 @@
|
||||
align-items: baseline;
|
||||
|
||||
.location {
|
||||
gap: 8rpx;
|
||||
color: #666;
|
||||
flex-basis: 100%;
|
||||
display: flex;
|
||||
font-size: 24rpx;
|
||||
flex-basis: 100%;
|
||||
align-items: center;
|
||||
|
||||
.icon {
|
||||
color: var(--theme-wx);
|
||||
font-size: 32rpx;
|
||||
}
|
||||
|
||||
.text {
|
||||
font-size: 24rpx;
|
||||
}
|
||||
}
|
||||
|
||||
.date {
|
||||
|
||||
Reference in New Issue
Block a user