From 2d5090c2b215a5ea7e489d4b50fbf30aae569324 Mon Sep 17 00:00:00 2001 From: xuxueyang <xuxy@fengyuntec.com> Date: 星期五, 26 七月 2024 15:03:01 +0800 Subject: [PATCH] fix bug 接口对接和样式调整 --- common/self.scss | 81 ++++++++++++++++++++++++++++++++++++---- 1 files changed, 72 insertions(+), 9 deletions(-) diff --git a/common/self.scss b/common/self.scss index 587608d..e5be877 100644 --- a/common/self.scss +++ b/common/self.scss @@ -104,6 +104,9 @@ .bg-white { background-color: #FFFFFF; } +.br-4{ + border-radius: 8rpx; +} .bg-app-white { background-color: #FFFFFF; @@ -177,7 +180,13 @@ .m-l-40 { margin-left: 80rpx; } - +.m-l-5{ + margin-left: 10rpx; +} +.m-l-12{ + margin-left: 24rpx; + +} .m-r-a { margin-right: auto; } @@ -195,7 +204,9 @@ margin-right: 4rpx; } - +.m-r-5{ + margin-right: 10rpx; +} .m-r-10 { margin-right: 20rpx; @@ -229,7 +240,9 @@ .m-r-80 { margin-right: 160rpx; } - +.m-b-12{ + margin-bottom: 24rpx; +} .m-b-20 { margin-bottom: 40rpx; } @@ -481,7 +494,10 @@ .el-icon-arrow-down { font-size: 12px; } - +.icon-arrow-down { + width: 24rpx; + height: 24rpx; +} .app-tips {} .app-tips .app-tip { @@ -672,10 +688,11 @@ .uni-noticebar{ border-radius: 10rpx; - height: 68rpx; + height: 82rpx; .self-uni-notice-bar-icon-left{ - width: 58rpx; - height: 52rpx; + width: 38rpx; + height: 38rpx; + margin-right: 16rpx; } .self-uni-notice-bar-icon{ width: 16rpx; @@ -737,6 +754,7 @@ line-height:36rpx; padding-top:30rpx; padding-bottom:30rpx; + position: relative; .require::before{ content:'*'; color:red; @@ -880,11 +898,45 @@ } .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{ + text-align: left; } .img100{ background-size: 100% 100%; @@ -958,4 +1010,15 @@ } uni-image>img{ opacity: 1 !important; +} +.component-radio{ + width: 26rpx; + height: 26rpx; + min-width: 26rpx; + min-height: 26rpx; + border-radius: 50%; + border: 2rpx solid #20613D; + &.cur{ + background-color:#20613D; + } } \ No newline at end of file -- Gitblit v1.9.3