3 Star 0 Fork 0

moreycows/husbandry

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
app.wxss 1.82 KB
一键复制 编辑 原始数据 按行查看 历史
hongxb 提交于 2021-11-21 22:36 . 换肤
page {
/* background: #005CAC; */
font-size: 28rpx;
margin: 0;
}
.page {
position: absolute;
left: 0;
top: 0;
z-index: 1;
width: 100%;
min-height: 100%;
background: #005CAC;
box-sizing: border-box;
}
.page.skin-normal {
background-color: #005CAC;
}
.page.skin-light {
background-color: #FAFAFA;
}
.font28 {
font-size: 28rpx;
}
.mr20 {
margin-right: 20rpx;
}
.flex {
display: flex;
}
.flex-1 {
flex: 1;
}
.text-center {
text-align: center;
}
.normal-color {
color: #08F113;
}
.err-color {
color: #FF2828;
}
/* new UI */
.color-primary {
color: #33CC66;
}
.color-danger {
color: #E8564D;
}
.color-warn {
color: #FFCC33;
}
.bg-primary {
background-color: #33CC66;
}
.bg-danger {
background-color: #E8564D;
}
.bg-warn {
background-color: #FFBF00;
}
.cell {
height: 102rpx;
padding: 0 40rpx;
position: relative;
display: flex;
align-items: center;
background: #FFF;
border-bottom: 1rpx solid #ECECEC;
color: #B3B4B5;
font-size: 28rpx;
}
.cell .cell-bd {
flex: 1;
display: flex;
justify-content: space-between;
}
.cell-bd .label {
font-size: 28rpx;
color: #222222;
text-align: left;
width: 6.5em;
}
.cell-bd .value {
font-size: 28rpx;
color: #C2C2C2;
width: 100%;
text-align: right;
}
.cell-bd .input {
width: 100%;
text-align: right;
font-size: 28rpx;
color: #C2C2C2;
}
.cell .cell-ft {
text-align: right;
color: #B3B4B5;
padding-right: 26rpx;
position: relative;
}
.cell .cell-ft::after {
content: " ";
display: inline-block;
height: 12rpx;
width: 12rpx;
border-width: 4rpx 4rpx 0 0;
border-color: #c8c8cd;
border-style: solid;
-webkit-transform: matrix(.71,.71,-.71,.71,0,0);
transform: matrix(.71,.71,-.71,.71,0,0);
position: relative;
top: -4rpx;
position: absolute;
top: 50%;
margin-top: -8rpx;
right: 4rpx;
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
NodeJS
1
https://gitee.com/moreycows/husbandry.git
git@gitee.com:moreycows/husbandry.git
moreycows
husbandry
husbandry
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385