代码拉取完成,页面将自动刷新
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;
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。