样式优化
This commit is contained in:
@@ -375,7 +375,8 @@ const targetTypeName = computed(() => {
|
|||||||
justify-content: center;
|
justify-content: center;
|
||||||
}
|
}
|
||||||
.ring-text-groups > view > view:first-child:nth-last-child(2) {
|
.ring-text-groups > view > view:first-child:nth-last-child(2) {
|
||||||
margin: 0 30rpx;
|
margin-top: 10rpx;
|
||||||
|
margin-left: 30rpx;
|
||||||
width: 90rpx;
|
width: 90rpx;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
justify-content: flex-end;
|
justify-content: flex-end;
|
||||||
@@ -401,6 +402,7 @@ const targetTypeName = computed(() => {
|
|||||||
display: flex;
|
display: flex;
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
margin-bottom: 30rpx;
|
margin-bottom: 30rpx;
|
||||||
|
transform: translateX(20rpx);
|
||||||
}
|
}
|
||||||
.ring-text-groups > view > view:last-child > text {
|
.ring-text-groups > view > view:last-child > text {
|
||||||
width: 16.6%;
|
width: 16.6%;
|
||||||
|
|||||||
@@ -493,7 +493,8 @@ onShareTimeline(async () => {
|
|||||||
justify-content: center;
|
justify-content: center;
|
||||||
}
|
}
|
||||||
.ring-text-groups > view > view:first-child:nth-last-child(2) {
|
.ring-text-groups > view > view:first-child:nth-last-child(2) {
|
||||||
margin: 0 30rpx;
|
margin-top: 10rpx;
|
||||||
|
margin-left: 30rpx;
|
||||||
width: 90rpx;
|
width: 90rpx;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
justify-content: flex-end;
|
justify-content: flex-end;
|
||||||
@@ -519,6 +520,7 @@ onShareTimeline(async () => {
|
|||||||
display: flex;
|
display: flex;
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
margin-bottom: 30rpx;
|
margin-bottom: 30rpx;
|
||||||
|
transform: translateX(20rpx);
|
||||||
}
|
}
|
||||||
.ring-text-groups > view > view:last-child > text {
|
.ring-text-groups > view > view:last-child > text {
|
||||||
width: 16.6%;
|
width: 16.6%;
|
||||||
|
|||||||
Reference in New Issue
Block a user