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.
245 lines
3.7 KiB
Plaintext
245 lines
3.7 KiB
Plaintext
|
2 years ago
|
/* pages/attence/index.wxss */
|
||
|
|
page{
|
||
|
|
/* background-color: #eee; */
|
||
|
|
}
|
||
|
|
.wx-text-list {
|
||
|
|
background-color: #fff;
|
||
|
|
}
|
||
|
|
.userImg{
|
||
|
|
border-radius: 50%;
|
||
|
|
width: 50px;
|
||
|
|
height: 50px;
|
||
|
|
}
|
||
|
|
.wx-text-list .wx-list-li {
|
||
|
|
display: flex;
|
||
|
|
-webkit-align-items: center;
|
||
|
|
align-items: center;
|
||
|
|
-webkit-justify-content: center;
|
||
|
|
justify-content: center;
|
||
|
|
/* padding: 12px 0px 11px 0; */
|
||
|
|
/* margin-left: 15px;
|
||
|
|
margin-right: 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;
|
||
|
|
}
|
||
|
|
.wx-list-li{
|
||
|
|
position: relative;
|
||
|
|
line-height: 28px;
|
||
|
|
padding:13px 16px;
|
||
|
|
}
|
||
|
|
.wx-list-li:after, .wx-list-li:before {
|
||
|
|
content: " ";
|
||
|
|
position: absolute;
|
||
|
|
left: 0px;
|
||
|
|
right:0px;
|
||
|
|
height: 1px;
|
||
|
|
color: #eee;
|
||
|
|
z-index: 2;
|
||
|
|
top: 0;
|
||
|
|
}
|
||
|
|
.wx-text-list{
|
||
|
|
position: relative;
|
||
|
|
}
|
||
|
|
.wx-text-list:after{
|
||
|
|
content: " ";
|
||
|
|
position: absolute;
|
||
|
|
left: 0px;
|
||
|
|
right:0px;
|
||
|
|
height: 1px;
|
||
|
|
color: #eee;
|
||
|
|
z-index: 2;
|
||
|
|
bottom: 0;
|
||
|
|
/* border-top: 1rpx solid #eee; */
|
||
|
|
}
|
||
|
|
|
||
|
|
|
||
|
|
.wx-list-li:before{
|
||
|
|
border-top: 1rpx solid #eee;
|
||
|
|
}
|
||
|
|
.wx-list-li:first-child:before{
|
||
|
|
border-top:0;
|
||
|
|
}
|
||
|
|
.wx-list-li:active {
|
||
|
|
background-color: #ececec;
|
||
|
|
}
|
||
|
|
|
||
|
|
/* .wx-list-li:after{
|
||
|
|
border-bottom: 1rpx solid #eee;
|
||
|
|
} */
|
||
|
|
|
||
|
|
.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: 16px;
|
||
|
|
color: #333;
|
||
|
|
}
|
||
|
|
|
||
|
|
.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;
|
||
|
|
}
|
||
|
|
|
||
|
|
.ava{
|
||
|
|
justify-content: flex-end;
|
||
|
|
width: 50px;
|
||
|
|
height: 50px;
|
||
|
|
border-radius: 50%;
|
||
|
|
overflow: hidden;
|
||
|
|
|
||
|
|
}
|