| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980 |
- #information.data-v-f8f98b02 {
- height: 100%;
- display: flex;
- flex-direction: column;
- background: #fff;
- }
- #information .info-max-box.data-v-f8f98b02 {
- flex: 1;
- overflow: scroll;
- background: #fff;
- }
- #information .info-max-box .for-info-box.data-v-f8f98b02:nth-child(1) {
- border: none;
- }
- #information .info-max-box .for-info-box.data-v-f8f98b02 {
- height: 150rpx;
- border-top: 1rpx solid #f5f5f5;
- position: relative;
- display: flex;
- }
- #information .info-max-box .for-info-box ._img.data-v-f8f98b02 {
- border-radius: 50%;
- margin: 25rpx 28rpx 25rpx 20rpx;
- width: 100rpx;
- height: 100rpx;
- }
- #information .info-max-box .for-info-box .right-box.data-v-f8f98b02 {
- flex: 1;
- overflow: hidden;
- }
- #information .info-max-box .for-info-box .right-box .top-box.data-v-f8f98b02 {
- display: flex;
- line-height: 67rpx;
- margin-top: 7rpx;
- margin-right: 20rpx;
- }
- #information .info-max-box .for-info-box .right-box .top-box view.data-v-f8f98b02:nth-child(1) {
- font-size: 30rpx;
- color: #333;
- margin-right: 28rpx;
- }
- #information .info-max-box .for-info-box .right-box .top-box view.data-v-f8f98b02:nth-child(2) {
- font-size: 24rpx;
- color: #999;
- flex: 1;
- display: block;
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
- }
- #information .info-max-box .for-info-box .right-box .top-box view.data-v-f8f98b02:nth-child(3) {
- font-size: 20rpx;
- color: #999;
- text-align: right;
- }
- #information .info-max-box .for-info-box .right-box .bottom.data-v-f8f98b02 {
- width: 530rpx;
- line-height: 62rpx;
- font-size: 25rpx;
- color: #666;
- display: block;
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
- }
- #information .info-max-box .for-info-box .tips-box.data-v-f8f98b02 {
- position: absolute;
- top: 0;
- left: 0;
- background-color: #fa5151;
- }
- #information .info-max-box .get-null-box.data-v-f8f98b02 {
- height: 100rpx;
- line-height: 100rpx;
- color: #999;
- text-align: center;
- padding-bottom: 200rpx;
- }
|