1 Star 24 Fork 3

路庆武/微信小程序 chatgpt AI聊天对话 语音识别 AI设计 AI创作师 会员管理 springboot

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
app.wxss 1.87 KB
一键复制 编辑 原始数据 按行查看 历史
luqingwu 提交于 2023-07-18 10:27 . 优化bug
/**app.wxss**/
@import 'wa-ui.wxss';
page{
height: 100%;
background: #1e2d72;
}
.container {
height: 100%;
display: flex;
flex-direction: column;
align-items: center;
justify-content: space-between;
padding: 200rpx 0;
box-sizing: border-box;
}
.padding{
padding:20rpx;
}
.padding_half{
padding: 10rpx;
}
.graySpace{
padding-left: 40rpx;
background: #eee;
font-size: 12px;
min-height: 30rpx;
}
.item-avatar .text_box,.item-avatar-lg .text_box{
display: flex;
flex-direction: column
}
.flex-row{
display: flex;
flex-direction: row;
}
.flex-column{
display: flex;
flex-direction: column
}
.flex-center{
display: flex;
justify-content: center;
}
.flex{
display: flex;
}
.title{
font-family: "微软雅黑";
font-size: 32rpx;
}
.message{
font-size: 30rpx;
}
.item-avatar-lg,.item-avatar-md,.item-avatar-sm,.item-avatar-xs{
display: flex;
padding: 20rpx 30rpx;
border-bottom: 1rpx solid #eee;
cursor: pointer;
position:relative;
}
.item-avatar-lg image{
float: left;
width: 125rpx;
height: 125rpx;
box-sizing: border-box
}
.item-avatar-md image{
float: left;
width: 85rpx;
height: 85rpx;
box-sizing: border-box
}
.item-avatar-sm image{
float: left;
width: 65rpx;
height: 65rpx;
box-sizing: border-box
}
.item-avatar-xs image{
float: left;
width: 45rpx;
height: 45rpx;
box-sizing: border-box
}
.item-avatar-md .marks{
position: absolute;
top: 0px;
left: 90rpx;
width: 40rpx;
height: 40rpx;
line-height: 40rpx;
background: red;
border-radius: 50%;
color: white;
text-align: center;
font-size: 28rpx;
}
.item-avatar-lg .item-text,.item-avatar-md .item-text,.item-avatar-sm .item-text,.item-avatar-xs .item-text{
padding-left: 10px;
}
.item-avatar-md .item-time{
position: absolute;
right: 20rpx;
}
.clearfix{
overflow: hidden;
}
.icon::before{
font-size: 70rpx
}
.floatR{
float: right;
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/lu_qw/chat-wx.git
git@gitee.com:lu_qw/chat-wx.git
lu_qw
chat-wx
微信小程序 chatgpt AI聊天对话 语音识别 AI设计 AI创作师 会员管理 springboot
master

搜索帮助