flat: style修改

This commit is contained in:
Apcallover
2024-02-20 09:53:41 +08:00
parent 2474855442
commit 20df47f170

View File

@@ -543,14 +543,14 @@
.headd { .headd {
// background-color: #f6f6f6; // background-color: #f6f6f6;
border-radius: 200rpx; border-radius: 200rpx;
border: 2rpx solid #2297fa; border: 4rpx solid #2297fa;
display: flex; display: flex;
justify-content: space-between; justify-content: space-between;
align-items: center; align-items: center;
margin: 0 auto; margin: 0 auto;
width: 690rpx; width: 690rpx;
margin-right: auto; margin-right: auto;
height: 60rpx; height: 80rpx;
.headd_left{ .headd_left{
padding-left: 15rpx; padding-left: 15rpx;
display: flex; display: flex;
@@ -572,7 +572,7 @@
content: ''; content: '';
left: 0; left: 0;
top: calc(50% - 15rpx); top: calc(50% - 15rpx);
width: 2rpx; width: 4rpx;
height: 30rpx; height: 30rpx;
background-color: #2297fa; background-color: #2297fa;