/* miniprogram/subpages/issue/pages/controlProject/controlProject.wxss */ page{ background: #f7f7f7; } .font{ font-family: 'PingFang-SC-Medium'; font-size: 32rpx; } .box{ box-sizing: border-box; height: auto; } .box1{ height: 80rpx; z-index: 99; } .topfixed{ position: fixed; left: 0; top: 0; width: 100%; height: 80rpx; box-sizing: border-box; background: #fff; /* text-align: center; */ line-height: 80rpx; color: #999999; } .unsolved{ margin-left: 155rpx; } .resolved{ margin-left: 266rpx; } .unsolved-line{ display: inline-block; width: 30rpx; height: 8rpx; background: #29B9A5; 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; }