/* miniprogram/subpages/leaderModel/pages/leaderIndex/leaderIndex.wxss */ .box{ box-sizing: border-box; height: auto; } .box1{ height: 80rpx; z-index: 99; background: #fff; } .topfixed{ position: fixed; left: 0; top: 0; width: 100%; height: 80rpx; box-sizing: border-box; background: #fff; /* text-align: center; */ line-height: 30rpx; color: #999999; display: flex; } .unsolved{ margin-left: 155rpx; } .resolved{ margin-left: 216rpx; } .unsolved-line{ display: inline-block; width: 30rpx; height: 8rpx; background: #29B9A5; border-radius: 4rpx; position: absolute; bottom: 0; left: 188rpx; } .solved-line{ left: 544rpx; } .seleted-color{ color: #29B9A5; font-weight: 600; } /* 头部样式结束 */ .content{ box-sizing: border-box; width: 100%; height: auto; background: #fff; margin-top: 20rpx; padding: 30rpx 19rpx 30rpx 21rpx; /* white-space:normal; */ word-wrap:break-word; } /* 下拉框 */ .header { width: 100%; height: 92rpx; display: flex; justify-content: space-between; align-items: center; background: #fff; padding: 31rpx 20rpx 31rpx 25rpx; box-sizing: border-box; } .header .filter { display: flex; height: 100%; align-items: center; justify-content: flex-end; position: relative; } .header .hover-filter { background: #f7f7f7; } .header .filter .time { font-size: 26rpx; color: #B6BAC6; /* border: 1rpx solid red; */ } .header .filter .trigger { width: 0; height: 0; border: 13rpx solid transparent; border-top: 15rpx solid #B6BAC6; margin-left: 4rpx; position: relative; top: 10rpx; transition: transform 0.3s; transform-origin: 50% 7rpx; } .header .filter .time-select { width: 164rpx; position: absolute; left: -10rpx; top: 50rpx; background: #fff; z-index: 100; box-sizing: border-box; padding: 0 10rpx; box-shadow: 0px 3px 18px 0px rgba(211,211,211,0.63); overflow: hidden; transition: height 0.3s; } .header .filter .time-select .list-item { font-size: 26rpx; color: #B6BAC6; height: 50rpx; line-height: 50rpx; text-align: center; } /* 左边下拉框 */ .header .title { display: flex; color: #333333; font-size: 32rpx; position: relative; } .trigger-left{ width: 0; height: 0; border: 13rpx solid transparent; border-top: 15rpx solid #B6BAC6; margin-left: 4rpx; margin-top: 20rpx; transition: transform 0.3s; transform-origin: 50% 7rpx; } .stree-select{ width: 264rpx; position: absolute; left: -10rpx; top: 50rpx; background: #fff; z-index: 100; box-sizing: border-box; padding: 0 10rpx; box-shadow: 0px 3px 18px 0px rgba(211,211,211,0.63); overflow-y: scroll; transition: height 0.3s; } .stree-item{ font-size: 26rpx; color: #B6BAC6; height: 50rpx; line-height: 50rpx; text-align: center; }