This commit is contained in:
parent
41f94b98b2
commit
2ca3ddd959
|
@ -770,6 +770,7 @@
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
color: #000000;
|
color: #000000;
|
||||||
|
margin-bottom: 8rpx;
|
||||||
}
|
}
|
||||||
.my-head-top-text span:nth-child(1){
|
.my-head-top-text span:nth-child(1){
|
||||||
font-size: 32rpx;
|
font-size: 32rpx;
|
||||||
|
@ -777,12 +778,11 @@
|
||||||
}
|
}
|
||||||
.my-head-top-text span:nth-child(2){
|
.my-head-top-text span:nth-child(2){
|
||||||
font-size: 26rpx;
|
font-size: 26rpx;
|
||||||
|
|
||||||
}
|
}
|
||||||
.my-head-top-view{
|
.my-head-top-view{
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
width: 80%;
|
width: 82%;
|
||||||
}
|
}
|
||||||
.my-head-top image{
|
.my-head-top image{
|
||||||
width: 106rpx;
|
width: 106rpx;
|
||||||
|
|
Loading…
Reference in New Issue