From 4efeb31d5b4921d7e851c256009486ad86bc70e2 Mon Sep 17 00:00:00 2001
From: zengh <123456>
Date: Tue, 21 Jun 2022 09:14:57 +0800
Subject: [PATCH] 地址替换
---
common/css/mycss.scss | 78 +++++++++++++++++++++++++++++++++++++++
1 files changed, 78 insertions(+), 0 deletions(-)
diff --git a/common/css/mycss.scss b/common/css/mycss.scss
new file mode 100644
index 0000000..967cc3d
--- /dev/null
+++ b/common/css/mycss.scss
@@ -0,0 +1,78 @@
+//页面撑开头部样式
+.content {
+ padding-top: var(--status-bar-height);
+}
+.tb_solt {
+ display: inline-block;
+ font-weight: normal;
+ height: 88rpx;
+ line-height: 88rpx;
+ box-sizing: border-box;
+ padding-left: 30rpx;
+}
+
+.main {
+ padding-top: 104rpx;
+ padding-bottom: $uni-spacing-col-base;
+ //border: 1px solid red;
+}
+.top-bar{
+ position: fixed;
+ z-index: 1001;
+ top: 0;
+ left: 0;
+ width: 100%;
+ height: 88rpx;
+ background: rgba(255, 255, 255, 1);
+}
+.tb_solt {
+ height: 88rpx;
+ line-height: 88rpx;
+ padding-left: 26rpx;
+}
+//底部样式
+.bottom-bar {
+ position: fixed;
+ bottom: 0;
+ width: 100%;
+ height: 90rpx;
+ padding-top: 10rpx;
+ padding-bottom: var(--status-bar-height);
+ //background-color: rgba(255,255,255,0.96);
+}
+
+//btn1样式
+.btn1 {
+ text-align: center;
+ line-height: 80rpx;
+ font-size: $uni-font-size-lg;
+ color: $uni-text-color;
+ height: 80rpx;
+ border-radius: $uni-border-radius-sm;
+}
+.comtarbar{
+ position: fixed;
+ top: var(--status-bar-height);
+ right: 0;
+ left: 0;
+ height: 88rpx;
+ z-index: 1001;
+ .title {
+ line-height: 88rpx;
+ padding: 0rpx 20rpx;
+ view{
+ display: inline-block;
+ }
+ }
+ .info {
+ width: 60rpx;
+ height: 88rpx;
+ display: flex;
+ justify-content: center;
+ align-items: center;
+ image {
+ width: 100%;
+ height: auto;
+ }
+ }
+}
\ No newline at end of file
--
Gitblit v1.9.3