1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071 |
- /* 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: 100rpx;
- }
- .report-name {
- font-size: 30rpx;
- font-weight: bold;
- color: #333333;
- font-family: PingFang SC;
- }
- .report-this {
- width: 640rpx;
- height: 336rpx;
- 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;
- }
|