12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970 |
- .all-date{
- overflow: hidden;
- height: 100vh;
- position: fixed;
- left: 0;
- right:0;
- top:80rpx;
- z-index: 5;
- /* background-color: rgba(0,0,0,.7); */
- }
- .staff-header{
- background-color: #fff;
- box-shadow:inset 0px 0px 5px #ccc;
- padding-top: 28rpx;
- margin-top: 0rpx;
- transform: translateY(-100%);
- position: fixed;
- left: 0;
- right: 0;
- z-index: 8;
- }
- .staff-btn view{
- text-align: center;
- padding: 20rpx 0;
- }
- .staff-btn view:nth-child(1){
- background-color: #f1f1f1;
- }
- .staff-btn view:nth-child(2){
- background-color: #26a2ff;
- color: #fff;
- }
- .sx-ul{
- width: 100%;
- background-color: #fff;
- height: 600rpx;
- box-sizing: border-box;
- }
- .rule-title{
- margin-bottom: 20rpx;
- padding:0 28rpx;
- }
- .rule-item{
- margin-bottom: 20rpx;
- }
- .ruleGe{
- background: #f5f7fa;
- padding: 16rpx;
- font-size: 28rpx;
- width: 22%;
- text-align: center;
- box-sizing: border-box;
- margin: 0rpx 1.5% 20rpx 1.5%;
- }
- .rule-all-text{
- font-size: 28rpx;
- color: #999;
- position: relative;
- right: 10rpx;
- bottom: 5rpx;
- }
- .rule-items{
- padding: 0 14rpx;
- }
- .ruleActive{
- color: #26a2ff!important;
- background: #26a2ff33!important;
- }
|