You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

211 lines
3.4 KiB
Plaintext

2 years ago
/* pages/attence/index.wxss */
page{
background-color: #eee;
}
.wx-text-list {
background-color: #fff;
}
.userImg{
border-radius: 50%;
width: 38px;
height: 38px;
}
.wx-text-list .wx-list-li {
display: flex;
-webkit-align-items: center;
align-items: center;
-webkit-justify-content: center;
justify-content: center;
padding: 12px 15px 11px 0;
margin-left: 15px;
border-bottom: 1rpx solid #ececec;
}
/* .wx-text-list .wx-list-li:last-child {
border-bottom: 0;
} */
.wx-text-list .wx-list-li:last-child{
border-bottom: 0;
}
.flex-right {
text-align: right;
flex: 1;
}
.flex-left {
text-align: left;
flex: 1;
}
.input-pl {
padding-left: 30px;
}
.mw-label {
min-width: 80px;
font-size: 16px;
font-weight: 400;
color: #333333;
line-height: 22px;
}
.icon-xiayiye, .icon-dianji {
font-size: 34rpx;
margin-left: 5px;
display: inline;
color: #ccc;
}
.icon-dianji {
opacity: 0;
pointer-events: none;
}
.cur.icon-dianji {
opacity: 1;
pointer-events: auto;
}
.pce {
color: #ccc;
}
/* button[type="primary"] {
background-color: #00a0ff;
}
.button-hover[type="primary"] {
background-color: #008fe5;
color: #fff;
} */
.wx-text-cover .wx-list-li {
margin-left: 0;
padding-left: 15px;
background-color: #fff;
}
.code {
color: #00a0ff;
min-width: 90px;
text-align: center;
}
.code.disabled {
color: #ccc;
pointer-events: none;
}
.ad_popError {
background: #de352d;
color: #fff;
height: 58rpx;
line-height: 58rpx;
font-size: 28rpx;
text-align: center;
position: absolute;
left: 0;
top: 0;
width: 100%;
z-index: 3;
transition: all 0.5s;
}
.ui-poptips {
width: 100%;
position: fixed;
top: 0px;
left: 0px;
z-index: 999;
padding: 0px 10px;
box-sizing: border-box;
transform: translateY(-40px);
-webkit-transform: translateY(-40px);
-webkit-transition: all 0.5s;
transition: all 0.5s;
}
.ui-poptips.ui-poptipsTop {
transform: translateY(0px);
-webkit-transform: translateY(0px);
}
.ui-poptips-cnt {
background-color: rgba(0,0,0,0.6);
line-height: 40px;
height: 40px;
color: #fff;
font-size: 32rpx;
text-align: center;
border-bottom-left-radius: 3px;
border-bottom-right-radius: 3px;
max-width: 100%;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
.flex-right,.picker{
font-size: 36rpx;
color: #888;
}
.navigator-li .wx-list-li{
margin-left:0;
}
.wx-text-cover .wx-list-li:before{
content: "";
border-top:1px solid #f00;
}
.pl20{
padding-left: 20px;
}
.liRight{
font-size:36rpx;
color:#888;
text-align:right;
flex:1;
}
.liRight view{
display: inline-block;
text-align: left;
}
button.detailBtn{
margin-bottom: 0;
font-size: 20px;
line-height: 42px;
padding-left: 20px;
width: 120px;
font-weight: 400;
padding-right: 20px;
border-radius: 4px;
margin-top: 16px;
}button::after{
border: 0;
}
.mt24{
margin-top: 24px;
}
.loginOut{
width: 260px;
height: 50px;
opacity: 1;
background: #027AFF;
border-radius: 25px;
font-size: 18px;
font-weight: 601;
color: #ffffff;
padding: 0;
line-height:50px;
margin-top: 100px;
}
.ava{
justify-content: flex-end;
width: 38px;
height: 38px;
border-radius: 30px;
overflow: hidden;
}