page { background: #f9f9f9; overflow-x: hidden; } ::v-deep .uni-load-more{ bottom: 200rpx!important; } .container { // margin-top: 25%; padding-top: 80rpx; padding-bottom: 130rpx; .taskList{ padding: 0 30rpx; .ul{ margin-top: 30rpx; .li{ background: #fff; border-radius: 20rpx; display: flex; align-items: center; padding: 30rpx; margin-bottom: 30rpx; .leftPicBox{ border-radius: 20rpx; flex-shrink: 0; margin-right: 20rpx; width: 200rpx; height: 200rpx; background: #eee; image{ border-radius: 20rpx; width: 200rpx; height: 200rpx; } } .right{ // width: 80%; .title{ font-size: 36rpx; font-weight: 600; } .des2{ width:440rpx; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; } .mb30{ margin-bottom: 10rpx; } .bottom{ display: flex; align-items: center; margin-top: 20rpx; width: 445rpx; justify-content: space-between; .money{ font-size: 36rpx; font-weight: 600; // margin-right: 60rpx; } .btn{ background: #26B3A0; padding: 5rpx 15rpx; margin-right: 20rpx; border-radius:25rpx; font-weight: 600; color: #fff; } } } } } } } .yongjin{ color: #666; font-size: 26rpx; }