@import '../../dist/styles/index.wxss'; .layout{ width: 100%; display: flex; /* flex-direction: column; justify-content: space-between; box-sizing: border-box; */ border-bottom: 1pt solid #f6f8f8; } .subject-item{ /* display: flex; flex-direction: column; */ width: 100%; margin: 10px; } .subject-title{ padding-left: 15rpx; font-size: 32rpx; color: #333333; width: 460rpx; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; } .tag1{ color: #ff9f00; background: #fff0cf; border: 1px solid #ffe1b8; } /* .subject-user{ width: 100%; display: table; padding: 5rpx 0; } */ /* .user-name{ float: left; height: 46rpx; } */ .time{ padding: 5rpx 0 0 15rpx; height: 25rpx; line-height: 30rpx; font-size: 20rpx; color: #A5B0B9; } .loadmore{ width: 100%; text-align: center; height: 50px; line-height: 50px; background: #f6f8f8; font-size:12px; color: #999; } /* 自定义按钮样式 */ .buttons { font-size: 32rpx; font-weight: bold; padding: 8rpx 0 0 0; /* margin: auto; */ /* left: 0; right: 0; */ } .btn-size-small{ width: 150rpx; height: 60rpx; } .btn_label{ position: absolute; color: #fff; z-index: 99; text-align: center; } .btn_label-small{ line-height: 60rpx; font-size: 28rpx; font-weight: normal; } .btn { opacity: 0; } .imgView{ width: 80rpx; height: 80rpx; } .imgView image{ width: 80rpx; height: 80rpx; } .userManage_fail{ float: right; width: 100rpx; text-align: right; font-size: 36rpx; padding: 8rpx 0 0 0; color: #999999; }