12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970 |
- /* pages/report/report.wxss */
- .report-content {
- width: 100%;
- height: 100%;
- background-color: #f7f7ff;
- padding-top: 1rpx;
- }
- .nodata {
- width: 100%;
- height: 100%;
- position: relative;
- display: flex;
- flex-direction: column;
- justify-content: flex-start;
- align-items: center;
- }
- .itt-btn {
- width: 690rpx;
- height: 80rpx;
- border-radius: 10rpx;
- }
- .repot-list {
- width: 100%;
- height: 100%;
- background-color: #f7f7f7;
- overflow-y: auto;
- }
- .report-item {
- width: 690rpx;
- margin: 20rpx auto 0;
- }
- .padding-bottom {
- padding-bottom: 200rpx;
- }
- .report-name {
- font-size: 30rpx;
- font-weight: bold;
- color: #333333;
- font-family: PingFang SC;
- }
- .report-this {
- width: 640rpx;
- margin: 0 auto;
- display: flex;
- justify-content: space-between;
- flex-wrap: wrap;
- }
- .report-tap {
- width: 280rpx;
- height: 100%;
- margin-top: 20rpx;
- display: flex;
- flex-direction: column;
- align-items: center;
- }
- .tap-img {
- width: 200rpx;
- height: 218rpx;
- }
- .imagereport {
- width: 100%;
- height: 100%;
- }
- .reposttime {
- font-size: 26rpx;
- font-weight: 400;
- color: #333333;
- margin-top: 20rpx;
- text-align: center;
- }
|