From 8580ef310f61f4bc275c19ddcc6ebd2135720d4a Mon Sep 17 00:00:00 2001 From: xuxueyang <xuxy@fengyuntec.com> Date: 星期一, 08 七月 2024 10:19:42 +0800 Subject: [PATCH] update合伙人加价配置 --- pages/home/home.scss | 91 +++++++++++++++++++++++++++++++++++++++------ 1 files changed, 78 insertions(+), 13 deletions(-) diff --git a/pages/home/home.scss b/pages/home/home.scss index 3c0ab36..bd9753a 100644 --- a/pages/home/home.scss +++ b/pages/home/home.scss @@ -1,7 +1,7 @@ .main-container{ - // background-image: url('../../static/images/farmer/home/bg.png'); - background: #E1F0E7; + // background-image: url('../../static/images/supplier/home/bg.png'); + background-color: #E1F0E7; // https://hmy-flower.oss-cn-shanghai.aliyuncs.com/2a/2aa62e6bd1f74456b005d3f57daa54adbg.png .top-bg{ @@ -86,13 +86,14 @@ -.main-container.farmer.home{ - // background-image: url('../../static/images/farmer/home/bg.png'); +.main-container.home{ + background-image: url('https://hmy-flower.oss-cn-shanghai.aliyuncs.com/2a/2aa62e6bd1f74456b005d3f57daa54adbg.png'); min-height: 99vh; padding: 30rpx; .item-container{ padding: 22rpx 28rpx; background-color: #fff; + border-radius: 8rpx; .title{ font-weight: 600; font-size: 32rpx; @@ -175,16 +176,61 @@ } .title{ margin-top: 12rpx; - + font-weight: 400; } } .tj-panel.pink{ background: #E7F6EB; + margin-left: auto; + + .title{ + color: #20613D; + + } } .tj-panel.green{ background: #FDF4E5; - margin-left: auto; + + .title{ + color: #936E32; + + } + + } + } + + .item-container.partner{ + padding-bottom: 0rpx; + .tj-container{ + .tj-each{ + // width: fit-content; + flex: 1; + .num.total{ + text-align: left; + } + .num.status{ + font-size: 24rpx; + text-align: right; + // margin-left: auto; + // margin-right: 0rpx; + // display: inline-block; + } + } + .tj-each:first-child{ + margin-left: 0rpx; + margin-right: auto; + flex: unset; + } + .tj-each:last-child{ + margin-left: 0rpx; + margin-right: auto; + flex: unset; + } + } + .line{ + margin-top: 0rpx; + margin-bottom: 0rpx; } } .order-icon{ @@ -203,11 +249,18 @@ // margin-top: 24rpx; } .order-desc{ - font-size: 28rpx; + font-size: 24rpx; color: #000000; text-align: center; margin-top: 12rpx; } + .order-desc.syst{ + margin-top: 0rpx; + } + .order-desc.wbsp{ + margin-top: 0rpx; + } + .img-c{ // min-height: 68rpx; // width: fit-content; @@ -219,10 +272,20 @@ // margin-left: auto; // margin-right: auto; } + .order-icon.ddgl{ + margin-top: 8rpx; + width: 42rpx; + height: 52rpx; + } + .order-icon.jjpz{ + margin-top: 8rpx; + width: 42rpx; + height: 52rpx; + } .order-icon.zdjs{ - // margin-top: -8rpx; - width: 54rpx; - height: 58rpx; + margin-top: 8rpx; + width: 42rpx; + height: 52rpx; } .order-icon.spgl{ margin-top: 6rpx; @@ -231,18 +294,20 @@ } .order-icon.shlp{ // margin-top: 16rpx; - margin-top: -1rpx; + margin-top: 10rpx; width: 54rpx; height: 58rpx; + } .order-icon.kkjl{ // margin-top: 12rpx; // margin-top: 0rpx; - margin-top: -3rpx; + // margin-top: -3rpx; + margin-top: 10rpx; width: 58rpx; height: 58rpx; } } -} \ No newline at end of file +} -- Gitblit v1.9.3