Quellcode durchsuchen

智慧养老水查查:修改dashborder样式,如果要回滚,这个文件不要回滚

wangfen vor 4 Jahren
Ursprung
Commit
8e91ef20be
1 geänderte Dateien mit 17 neuen und 6 gelöschten Zeilen
  1. 17 6
      shuichacha-for-TJ/components/dashboard/dashboard.wxss

+ 17 - 6
shuichacha-for-TJ/components/dashboard/dashboard.wxss

@@ -3,8 +3,9 @@
   width: 100%;
   height: 480rpx;
   display: flex;
-  justify-content: center;
+  justify-content: left;
   align-items: center;
+  flex-direction: row;
   background-color: #FAFCFF;
 }
 
@@ -12,12 +13,14 @@
   /* width: 240rpx; */
   width: 50%;
   height: 100%;
-  margin-right: 60rpx;
+  position: relative;
+  /* margin-right: 60rpx; */
 }
 
 .dashboard .content .count {
   /* width: 240rpx; */
-  height: auto;
+  /* height: auto; */
+  height: 100%;
   display: flex;
   flex-direction: column;
   align-items: flex-start;
@@ -156,6 +159,7 @@
   width: 180rpx;
   height: 100%;
   border-radius: 90rpx;
+  margin-left:72rpx;
   box-shadow: 10rpx 20rpx 20rpx 0rpx rgba(236, 238, 245, 1), -10rpx -20rpx 20rpx 0rpx rgba(255, 255, 255, 1), 8rpx 4rpx 30rpx 0rpx rgba(247, 249, 252, 1);
   overflow: hidden;
   position: relative;
@@ -218,17 +222,24 @@
   justify-content: left;
 }
 .textFlag image{
-  width: 60rpx;
-  height: 60rpx;
+  width: 40rpx;
+  height: 40rpx;
   display: block;
   margin-left: 1rpx;
-  margin-bottom: 16rpx;
+  bottom: 0rpx;
+  margin-top: 10rpx;
+  /* margin-bottom: 16rpx; */
   flex-shrink: 0;
 }
 .textFlag .textcurrentMonth{
   align-items: center;
   margin-top: 10rpx;
   margin-left: 15rpx;
+  font-size: 28rpx;
+  font-family: PingFangSC-Regular, PingFang SC;
+  font-weight: 400;
+  color: #686B78;
+  line-height: 40rpx;
 }
 .imgbackground{
   width: 288rpx;