/* pages/attence/index.wxss */ page{ background-color: #f5f5f5; } .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: 16px 10px; } .wx-list-li:after, .wx-list-li:before { content: " "; position: absolute; left: 10px; right:10px; height: 1px; color: #eee; z-index: 2; top: 0; } .wx-list-li:before{ border-top: 1rpx solid rgba(0, 0, 0, 0.1); } .wx-list-li:first-child:before{ border-top:0; } /* .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; } .ui-step.ui-list>view{ margin-left:10px; } .ui-step .ui-list-info{ padding-left:16px; border-left: 1px solid #027aff; } .cb-cricle { background-color: #027aff; width: 10px; height: 10px; } .ui-step{ margin-bottom:0px; padding-bottom: 0; } .ui-step view:last-child .ui-list-info{ padding-bottom: 0; } .ui-step view{ display:none; } .ui-step view:nth-child(4) .ui-list-info{ border-left:1px solid transparent; padding-bottom: 0; } .ui-step view:nth-child(-n+4){ display: block; } .ui-step.all view:nth-child(4) .ui-list-info{ border-left: 1px solid #027aff; padding-bottom: 20px; } .ui-step.all view{ display:block; } .dBtn{ width: 136px; height: 32px; background: #027aff; border-radius: 25px; margin: 30px auto; font-size: 16px; color: #ffffff; line-height: 32px; text-align: center; }