page { background-color: #fff; } .page { background-color: #fff; } .topbg { } .topBody { width:750rpx; } .mainBody { width:750rpx;padding:1rpx 20rpx;display: flex;flex-direction: column; border-bottom: solid 2rpx #f0f0f0; .menu { display: flex;flex-direction: row;justify-content: space-between;padding:20rpx 0rpx 0rpx; .item { width:25%;border-radius: 18rpx;height:80rpx;display: flex;flex-direction:column;justify-content: center;align-items: center; color:#999999; .line { width: 36rpx;height: 8rpx;margin-top: 20rpx; background: #959595; border-radius: 4rpx 4rpx 4rpx 4rpx; } } .active { color:#333; .line { width: 36rpx;height: 8rpx;margin-top: 20rpx; background: linear-gradient( 90deg, #FF5869 0%, #F83881 100%); border-radius: 4rpx 4rpx 4rpx 4rpx; } } } } .list_info { display: flex;flex-direction: column;justify-content: flex-start;align-items: center;color:#333; width:750rpx; .item { width: 690rpx;margin: 0rpx 0;color:#333;font-size: 28rpx;padding:20rpx 0 0rpx; display: flex;flex-direction: row;justify-content: flex-start;align-items: center; .avator { width:88rpx; .icon { width:72rpx;height:72rpx;border-radius: 36rpx; } } .tit { width:470rpx; .list1 { display: flex;flex-direction: row;justify-content: flex-start;align-items: center; .name { font-size: 32rpx;padding-right: 10rpx;height:40rpx;line-height: 40rpx; } .sex1 { width: 76rpx; height: 40rpx; background: #423339; border-radius: 16rpx 16rpx 16rpx 16rpx; border: 2rpx solid #36D6FF;color:#36D6FF; display: flex;flex-direction: row;justify-content: flex-start;align-items: center; image { width:24rpx;height:24rpx; } } .sex2 { width: 76rpx; height: 40rpx; background: #423339; border-radius: 16rpx 16rpx 16rpx 16rpx; border: 2rpx solid #FF7D88;color:#FF7D88; display: flex;flex-direction: row;justify-content: flex-start;align-items: center; image { width:24rpx;height:24rpx; } } .xinzuo { width: 92rpx;height: 44rpx;margin-left:10rpx;line-height: 44rpx; border-radius: 16rpx 16rpx 16rpx 16rpx; border: 2rpx solid #404040;font-size: 20rpx;color: #D0D0D0; display: flex;flex-direction: row;justify-content: center;align-items: center; } } .time { color:#D0D0D0;font-size: 24rpx; } } .state { width:130rpx;font-size: 28rpx;font-weight: normal;text-align: right; .status_2 { color:#999; } .status_1 { color:#36D6FF; } .status_4 { color:#FE2D56; } } } .content { width: 690rpx;font-weight: 400;font-size: 28rpx;color: #333;text-align: left;font-style: normal; text-transform: none;padding:20rpx 0; padding-left:88rpx; } .photo_list { width: 690rpx;margin-bottom:0rpx;padding-left:88rpx; border-radius: 28rpx;font-size: 28rpx; display: flex;flex-direction: row;align-items: center; flex-wrap: wrap; .img { width:186rpx;height:186rpx;margin-bottom: 24rpx;margin-right: 12rpx; image { width:186rpx;height:186rpx;border-radius: 28rpx;border:solid 1px rgba(255, 255, 255, 0.2); } } .right { color:#333; } } .desc { width: 690rpx;padding:10rpx 0 0rpx;padding-left:88rpx; font-weight: 400; font-size: 24rpx; color: #999999; line-height: 0rpx; text-align: left; font-style: normal; text-transform: none; display: flex;flex-direction: row;justify-content: space-between;align-items: center; image { width:40rpx;height:40rpx; } .addr { width:200rpx; } .img { display: flex;flex-direction: row;justify-content: center;align-items: center; padding:0 0rpx 0 30rpx;font-size: 28rpx;color:#333; } } } .btn_submit { width: 660rpx;height: 96rpx;position: fixed;bottom:50rpx;left:45rpx; border: 2rpx solid #404040; border-radius: 28rpx;font-weight: bold;font-size: 32rpx;color: #FF2A95; display: flex;flex-direction: row;justify-content: center;align-items: center; } .blankHeight { height:300rpx; }