1 Star 1 Fork 2

cds1998/CloudRanch

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
app.wxss 1.11 KB
一键复制 编辑 原始数据 按行查看 历史
cds1998 提交于 2020-01-13 14:19 . 2020-01-13改
@import './utils/animate.wxss';
page {
min-height: 100vh;
}
view, input, text {
font-weight: lighter;
}
.container-h {
width: 100%;
display: flex;
justify-content: space-between;
align-items: center;
box-sizing: border-box;
padding: 20rpx 25rpx;
}
.tip {
display: block;
text-align: center;
font-size: 35rpx;
color: #555;
font-style: italic;
padding: 20rpx 0;
}
.warn {
display: block;
color: red;
font-size: 30rpx;
text-align: center;
}
.full {
width: 100% !important;
}
.float_button {
position: fixed;
bottom: 50rpx;
right: 25rpx;
width: 120rpx;
height: 120rpx;
display: flex;
justify-content: center;
align-items: center;
border-radius: 50%;
background-color: #0d2f8a;
box-shadow: 0 0 10rpx 0 #0d2f8a;
z-index: 5;
}
.float_button > image {
width: 60%;
height: 60%;
}
button {
margin: 0;
padding: 0;
}
.item .l {
font-size: 45rpx;
}
.item .m {
font-size: 35rpx;
}
.item .s {
font-size: 28rpx;
color: #888;
margin-top: 25rpx;
}
.itdt {
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
}
.float_left {
float: right;
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/cds1998/CloudRanch.git
git@gitee.com:cds1998/CloudRanch.git
cds1998
CloudRanch
CloudRanch
master

搜索帮助