本次修改ui完成

This commit is contained in:
lym
2026-03-18 20:11:05 +08:00
parent c076cf32b0
commit 31fda700cf
19 changed files with 128 additions and 46 deletions

View File

@@ -1,6 +1,6 @@
/**index.wxss**/
page{
background: #ccc;
background: linear-gradient(to bottom, #E8F4FC, #F5FAFF);
}
.ub
{
@@ -113,7 +113,7 @@ page{
}
.demo-container-right .demo-container-title{float:right;width:100%; padding-right:0.8em; text-align:right;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;}
.demo-container-right .webui-popover{float:right;width:85%; margin-top:0em; position:relative; padding-right:0.8em;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;}
.demo-container-right .webui-popover .webui-popover-content{float:right;z-index:0;margin:0; padding:0; min-height:2.5em; line-height:2.5em; width:auto; max-width:100%; border-radius:0.4em; border:1px solid #89be4f; background-color:#a8e563;box-sizing:border-box;}
.demo-container-right .webui-popover .webui-popover-content{float:right;z-index:0;margin:0; padding:0; min-height:2.5em; line-height:2.5em; width:auto; max-width:100%; border-radius:0.4em; border:1px solid #6BA3F0; background:linear-gradient(to right, #6BA3F0, #8BBDF5);box-sizing:border-box;}
.demo-container-right .webui-popover .webui-popover-content image{float:left;max-width:6em;margin:0; padding:0;border-radius:0.3em; overflow:hidden;}
.demo-container-right .webui-popover .webui-popover-content .audio{float:left; max-width:100%; position:relative;}
.demo-container-right .webui-popover .webui-popover-content .audio image{float:right;margin-top:0.7em; width:1em; height:1em;}
@@ -191,7 +191,7 @@ page{
color: #666;
}
.mybtn {
background: linear-gradient(to right,#00B050,#00B050);
background: linear-gradient(to right, #6BA3F0, #8BBDF5);
color: #fff;
}
.footer .addchatbox .addabtn {
@@ -211,7 +211,7 @@ page{
height: 2em;
}
.footer .addchatbox .addabtn#addabtn1 {
background-color: #00B050;
background: linear-gradient(to right, #6BA3F0, #8BBDF5);
border-radius: 0.5em;
}
.footer .addchatbox .addabtn0 {
@@ -221,7 +221,7 @@ page{
line-height:2.4em;
border-radius: 0.5em;
text-align: center;
background-color: #00B050;
background: linear-gradient(to right, #6BA3F0, #8BBDF5);
color: #fff;
box-sizing: border-box;
overflow: hidden;