| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150 |
- page {
- background-color: #F5F5F5;
- }
- .empty {
- width: 100%;
- background: #ffffff;
- height: 93vh;
- }
- .u-tab-item {
- font-weight: 400 !important;
- color: #000000 !important;
- font-size: 24rpx !important;
- }
- .tabs_box {
- /* display: none; */
- /* position: absolute; */
- /* top: 144rpx; */
- }
- .dis {
- /* display: block; */
- /* width: 100%; */
- /* position: absolute; */
- /* top: 100rpx; */
- }
- .content {
- width: 100%;
- position: relative;
- }
- .complain_cont {
- width: 100%;
- position: relative;
- /* display: flex; */
- }
- .complain_tabs {
- width: 100%;
- }
- .complain_btn {
- width: 15%;
- background: #FFFFFF;
- box-shadow: -2rpx 1rpx 3rpx 0rpx rgba(39, 39, 39, 0.11);
- height: 88rpx;
- position: absolute;
- top: 0rpx;
- right: 0rpx;
- z-index: 10075;
- }
- .btn {
- color: #999999;
- font-size: 25rpx;
- letter-spacing: 2rpx;
- text-align: center;
- line-height: 88rpx;
- }
- .complain_none {
- width: 15%;
- background: #FFFFFF;
- box-shadow: -2rpx 1rpx 3rpx 0rpx rgba(39, 39, 39, 0.11);
- height: 88rpx;
- position: absolute;
- top: 88rpx;
- right: 0rpx;
- }
- .popup_list {
- width: 97%;
- margin: 0 auto;
- position: relative;
- top: 90rpx;
- }
- .list_tabs {
- width: 90%;
- height: auto;
- display: flex;
- justify-content: start;
- flex-wrap: wrap;
- }
- .tabs {
- border: 1rpx solid #cccccc;
- padding: 0rpx 25rpx;
- line-height: 50rpx;
- margin: 10rpx 10rpx;
- }
- /* 全部 */
- .complain_box {
- width: 90%;
- margin: 0 auto;
- /* height: 300rpx; */
- background: #ffffff;
- margin-top: 30rpx;
- border-radius: 17rpx;
- }
- .complain_part1 {
- width: 90%;
- margin: 0 auto;
- display: flex;
- /* padding-top: 20rpx; */
- }
- .part1_left {
- flex: 1;
- font-size: 26rpx;
- font-weight: bold;
- letter-spacing: 2rpx;
- height: 80rpx;
- justify-content: left;
- align-items: center;
- display: flex;
- }
- .part1_right {
- flex: 1;
- color: #FF1B1B;
- display: flex;
- justify-content: flex-end;
- align-items: center;
- }
- .complain_part2 {
- width: 90%;
- margin: 0 auto;
- height: 50rpx;
- display: flex;
- justify-content: left;
- align-items: center;
- }
- .complain_part2 image {
- width: 15rpx;
- height: 15rpx;
- margin-right: 20rpx;
- }
- .complain_part2 text {
- color: #999999;
- font-size: 24rpx;
- }
- .u-line {
- border-bottom-width: 3px !important;
- margin-top: 20rpx !important;
- }
- .complain_title {
- /* width: 90%; */
- margin: 0 auto;
- height: 80rpx;
- display: flex;
- justify-content: flex-end;
- align-items: center;
- color: #FF2727;
- font-size: 27rpx;
- font-weight: bold;
- letter-spacing: 2rpx;
- }
|