123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162 |
- .content {
- padding: 0 10rpx;
- }
- .search-box {
- margin-top: 10rpx;
- width: 100%;
- align-items: center;
- }
- .search-item {
- display: flex;
- align-items: center;
- justify-content: left;
- }
- .search-item>text {
- /* width: 35rpx; */
- text-align: right;
- margin-right: 5rpx;
- font-size: 9rpx;
- }
- .input {
- width: 58rpx;
- height: 24rpx;
- background: #FFFFFF;
- border-radius: 2rpx;
- /* border: 1px solid #B8EFF3; */
- box-sizing: border-box;
- font-size: 9rpx;
- color: #00A2FF;
- }
- .inquire,
- .clear {
- height: 24rpx;
- width: 40rpx;
- border-radius: 2rpx;
- font-size: 9rpx;
- text-align: center;
- line-height: 24rpx;
- }
- .inquire {
- background: #1689FF;
- border: 1px solid #B8EFF3;
- color: #FFFFFF;
- margin-right: 5rpx;
- }
- .clear {
- color: #614B33;
- background-color: #fdf3e0;
- }
- .table {
- margin-top: 5.8rpx;
- height: 255rpx;
- overflow: hidden;
- }
- .table-tit {
- height: 24rpx;
- line-height: 24rpx;
- width: 100%;
- background: #1689FF;
- border-radius: 1rpx;
- border: 1px solid #B8EFF3;
- justify-content: left;
- }
- .table-item {
- font-size: 11rpx;
- color: #FFFFFF;
- margin-right: 5rpx;
- text-align: center;
- justify-content: left;
- }
- .one {
- width: 50rpx;
- }
- .two {
- width: 70rpx;
- }
- .three {
- width: 80rpx;
- }
- .three1 {
- width: 110rpx;
- }
- .four {
- width: 100rpx;
- }
- .five {
- width: 70rpx;
- }
- .six {
- width: 90rpx;
- }
- .seven {
- width: 50rpx;
- }
- .eight {
- width: 70rpx;
- }
- .table-content {
- height: 27.5rpx;
- line-height: 27.5rpx;
- border-bottom: 1px solid #79BBE9;
- align-items: center;
- justify-content: left;
- text-align: center;
- }
- .col {
- font-size: 9rpx;
- color: #145676;
- }
- .bottom {
- justify-content: center;
- margin-top: 11rpx;
- }
- .previous,
- .next {
- width: 76rpx;
- height: 23rpx;
- line-height: 23rpx;
- text-align: center;
- background: #3398FF;
- border-radius: 12rpx;
- font-size: 11rpx;
- color: #FFFFFF;
- }
- .next {
- margin: 0 11.7rpx;
- }
- .total {
- line-height: 23rpx;
- font-size: 9rpx;
- color: #145676;
- }
- .l-h {
- line-height: 10rpx;
- }
|