123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169 |
- .all{
- background-color: #fff;
- height: 100%;
- margin-top: 40rpx;
- border-radius: 20rpx 20rpx 0 0;
- padding-top: 80rpx;
- z-index:3
- }
- .close{
- position: absolute;
- right: 10rpx !important;
- top: 50rpx !important;
- padding: 20rpx;
- }
- .close image{
- width: 40rpx;
- height: 40rpx;
- }
- .search{
- background-color: #f1f1f1;
- border-radius: 6rpx;
- width: 80%;
- margin: 0 auto;
- padding:6rpx 10rpx;
- }
- .search input{
- background-color: #f1f1f1;
- }
- .search image{
- width: 30rpx;
- height: 30rpx;
- margin-left: 10rpx;
- }
- .content{
- margin-top: 16rpx;
- border-top: 1px solid #f1f1f1;
- width: 100%;
- }
- .date-btn view{
- text-align: center;
- padding: 20rpx 0;
- }
- .date-btn view:nth-child(1){
- background-color: #f1f1f1;
- }
- .date-btn view:nth-child(2){
- background-color: #26a2ff;
- color: #fff;
- }
- .data-main{
- margin: 32rpx 0;
- text-align: center;
- }
- .data-main .dateVal{
- color: #26a2ff;
- width: 200rpx;
- padding: 16rpx 0;
- border-bottom: 1px solid #26a2ff;
- display: inline-block;
- }
- .li{
- padding:20rpx 24rpx;
- border-bottom: 1px solid #f1f1f1;
- }
- .ul .li .xia{
- padding-right: 24rpx;
- color: #26A2FF !important;
- }
- .shu{
- padding: 10rpx 24rpx;
- background: #fff;
- font-size: 28rpx;
- color: #26A2FF;
- border-bottom: 1px solid #f1f1f1;
- }
- .shu view:last-child{
- color: #ccc;
- }
- /* 人员 */
- .staff-ul{
- width: 100%;
- background-color: #fff;
- box-sizing: border-box;
- height: calc(100vh - 390rpx);
- }
- .userItem{
- padding:14rpx 24rpx;
- border-bottom: 1px solid #f1f1f1;
- }
- .staff-ul .userItem .xia{
- color: #26A2FF !important;
- }
- .shu view:last-child{
- color: #ccc;
- }
- .search{
- background-color: #f1f1f1;
- border-radius: 10rpx;
- margin: 0 32rpx;
- padding:8rpx 10rpx;
- }
- .search input{
- background-color: #f1f1f1;
- font-size: 26rpx;
- }
- .search image{
- width: 30rpx;
- height: 30rpx;
- margin-left: 10rpx;
- }
- .StaffFooter{
- position: fixed;
- left: 0;
- right: 0;
- bottom: 0;
- background: #fff;
- padding: 10rpx;
- border-top: 1px solid #f1f1f1;
- }
- .staffBtn{
- background: #26A2FF;
- color: #fff;
- border-radius: 6rpx;
- height: 88rpx;
- text-align: center;
- line-height: 88rpx;
- padding: 0 40rpx;
- }
- .f-left{
- margin-right:10rpx;
- overflow-x: auto;
- }
- .rule-all-text{
- font-size: 28rpx;
- color: #999;
- position: relative;
- right: 10rpx;
- bottom: 5rpx;
- }
- .staff-all{
- background: rgba(245, 247, 250, 1);
- padding: 16rpx 32rpx;
- }
- .img_name_box{
- width: 70rpx;
- height: 70rpx;
- border-radius: 50rpx;
- background: #26A2FF;
- color: #fff;
- line-height: 70rpx;
- text-align: center;
- font-size: 28rpx;
- }
- .img_box{
- width: 70rpx;
- height: 70rpx;
- border-radius: 50rpx;
- display: block;
- position: relative;
- top: 4rpx;
- }
|