From f2ed53b7fb41b1d15334934bf8caeea798ddcf2f Mon Sep 17 00:00:00 2001 From: xuxy <1059738716@qq.com> Date: 星期四, 27 六月 2024 16:51:41 +0800 Subject: [PATCH] 1 --- pages/home/home.scss | 10 +++++++--- 1 files changed, 7 insertions(+), 3 deletions(-) diff --git a/pages/home/home.scss b/pages/home/home.scss index 8640718..3c0ab36 100644 --- a/pages/home/home.scss +++ b/pages/home/home.scss @@ -2,6 +2,8 @@ .main-container{ // background-image: url('../../static/images/farmer/home/bg.png'); background: #E1F0E7; + // https://hmy-flower.oss-cn-shanghai.aliyuncs.com/2a/2aa62e6bd1f74456b005d3f57daa54adbg.png + .top-bg{ background-image: unset; max-height: unset; @@ -149,10 +151,11 @@ content: ''; position: absolute; top: 50%; /* 将三角形垂直居中 */ - left: 180rpx; + left: 190rpx; transform: translateY(-50%) rotate(0deg); /* 旋转90度使三角形指向右,并垂直居中 */ border-top: 12rpx solid transparent; border-left: 12rpx solid #20613D; + margin-top: -3rpx; border-bottom: 12rpx solid transparent; } .name.pink::after{ @@ -181,6 +184,7 @@ } .tj-panel.green{ background: #FDF4E5; + margin-left: auto; } } .order-icon{ @@ -227,14 +231,14 @@ } .order-icon.shlp{ // margin-top: 16rpx; - margin-top: -4rpx; + margin-top: -1rpx; width: 54rpx; height: 58rpx; } .order-icon.kkjl{ // margin-top: 12rpx; // margin-top: 0rpx; - margin-top: -6rpx; + margin-top: -3rpx; width: 58rpx; height: 58rpx; } -- Gitblit v1.9.3