From 96aeb2a232d85306ced2061f024a2ff491a92ff7 Mon Sep 17 00:00:00 2001 From: xuxueyang <xuxy@fengyuntec.com> Date: 星期四, 25 七月 2024 17:47:12 +0800 Subject: [PATCH] fix bug --- common/self.scss | 44 ++++++++++++++++++++++++++++++++++++++++---- 1 files changed, 40 insertions(+), 4 deletions(-) diff --git a/common/self.scss b/common/self.scss index 9f3c54a..a4e635b 100644 --- a/common/self.scss +++ b/common/self.scss @@ -237,7 +237,9 @@ .m-r-80 { margin-right: 160rpx; } - +.m-b-12{ + margin-bottom: 24rpx; +} .m-b-20 { margin-bottom: 40rpx; } @@ -489,7 +491,10 @@ .el-icon-arrow-down { font-size: 12px; } - +.icon-arrow-down { + width: 24rpx; + height: 24rpx; +} .app-tips {} .app-tips .app-tip { @@ -890,10 +895,41 @@ } .store-name { + font-weight: 600; + font-size: 28rpx; + color: #000000; + line-height: 40rpx; + } + .store-address{ + font-weight: 400; + font-size: 24rpx; + color: #666666; + line-height: 34rpx; + } + .store-to{ + width: 172rpx; + height: 52rpx; + background: #E1F0E7; + border-radius: 4rpx; + font-weight: 400; + font-size: 24rpx; + color: #5B8C71; + line-height: 52rpx; + text-align: center; + } + .store-sc{ + width: 176rpx; + height: 64rpx; + background: #39AF6E; + border-radius: 32rpx; font-weight: 400; font-size: 32rpx; - color: #000000; - line-height: 96rpx; + color: #FFFFFF; + line-height: 64rpx; + .icon{ + width: 36rpx; + height: 36rpx; + } } } .text-left{ -- Gitblit v1.9.3