From 4b48bacef8646cee8b66f5e10b0ed7124534e93e Mon Sep 17 00:00:00 2001
From: odc.xiaohui <xiaohui@Q1>
Date: 星期五, 12 五月 2023 17:10:47 +0800
Subject: [PATCH] 首页修改

---
 miniprogram/pages/user/pubulicty/index.wxss |   46 +++++++++++++++++++++++++++++++++++++++++++---
 1 files changed, 43 insertions(+), 3 deletions(-)

diff --git a/miniprogram/pages/user/pubulicty/index.wxss b/miniprogram/pages/user/pubulicty/index.wxss
index d7da3a2..627ff6e 100644
--- a/miniprogram/pages/user/pubulicty/index.wxss
+++ b/miniprogram/pages/user/pubulicty/index.wxss
@@ -7,7 +7,30 @@
 .container {
     width: 100%;
 }
-
+.buttonView{
+    font-size: 14px;
+   
+    width: 100%;
+    margin-bottom: 1rem;
+}
+.button{
+    height: 5vh;
+    line-height: 5vh;
+    text-align: center;
+    left: 0;
+    right: 0;
+    margin: 0 auto;
+    width: 90%;
+    font-size: 13px;
+    color: #6699ff;
+    background-color: white;
+    border: 1px solid #6699ff;
+}
+.register{
+    position: absolute;
+    width: 100%;
+    bottom: 12%;
+}
 .content {
     margin-top: 1rem;
 }
@@ -28,17 +51,34 @@
     margin-bottom: 1%;
     color: rgba(0, 0, 0, 0.5);
     margin-right: 0.5rem;
+    /* width: 100%; */
 }
 
 .lists .lists-top .lists-top-title {
     font-size: 14px;
-    margin-right: 40%;
+    /* margin-right: 40%; */
     font-weight: bold;
-    margin-left: 0.5rem;
+    /* margin-left: 0.5rem; */
+    width: 35%;
+    overflow:hidden;/*鍐呭瓒呭嚭鍚庨殣钘�*/
+
+    text-overflow: ellipsis;/* 瓒呭嚭鍐呭鏄剧ず涓虹渷鐣ュ彿 */
+
+    white-space: nowrap;/* 鏂囨湰涓嶈繘琛屾崲琛� */
 }
 
 .lists .lists-content {
     font-size: 11px;
     margin: 0.5rem;
     margin-bottom: 0.5rem;
+    width: 90%;
+    overflow:hidden;/*鍐呭瓒呭嚭鍚庨殣钘�*/
+
+    text-overflow: ellipsis;/* 瓒呭嚭鍐呭鏄剧ず涓虹渷鐣ュ彿 */
+
+    white-space: nowrap;/* 鏂囨湰涓嶈繘琛屾崲琛� */
 }
+.lists .swiper-video{
+    height: 100%;
+    width: 100%;
+}
\ No newline at end of file

--
Gitblit v1.8.0