123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159 |
- .content{
- background-color: #F2F2F2;
- padding: 20rpx;
- }
- Page {
- width: 100%;
- height: 100%;
- background-color: #F2F2F2;
- }
- .header{
- background-color: #fff;
- width: 710rpx;
- height: 160rpx;
- display: flex;
- flex-flow: column nowrap;
- justify-content: space-around;
- border-radius: 10rpx;
- margin-bottom: 20rpx;
- }
- .top{
- display: flex;
- flex-flow: row nowrap;
- justify-content: left;
- /* padding: 20rpx; */
- }
- .c_img{
- height: 66rpx;
- width: 66rpx;
- margin-left: 30rpx;
- }
- .top_right{
- display: flex;
- flex-flow: column nowrap;
- justify-content: space-around;
- margin-left: 50rpx;
- }
- .c_name{
- font-size: 36rpx;
- color: #1296db;
- }
- .desc{
- font-size: 24rpx;
- color: #667580;
- }
- .search_group{
- display: flex;
- flex-flow: row nowrap;
- justify-content: space-around;
- border: 2rpx solid #E6E6E6;
- border-radius: 50rpx;
- height: 50rpx;
- align-items: center;
- width: 500rpx;
- }
- .search_aa{
- width: 80rpx;
- display: flex;
- flex-flow: row nowrap;
- justify-content: center;
- align-items: center;
- font-size:28rpx;
- margin-left:20rpx;
- color: #1296db;
- }
- .search_input{
- width: 600rpx;
- }
- .bottom{
- display: flex;
- flex-flow: row nowrap;
- justify-content: center;
- }
- .info{
- background-color: #fff;
- /* width: 710rpx; */
- height: 160rpx;
- display: flex;
- flex-flow: column nowrap;
- justify-content: space-around;
- border-radius: 10rpx;
- margin-bottom: 20rpx;
- padding: 5px 15px;
- }
- .info_top,.info_mid,.info_bottom{
- display: flex;
- flex-flow: row nowrap;
- justify-content: space-between;
- /* padding: 0 15rpx; */
- }
- .info_bottom{
- display: flex;
- flex-flow: row nowrap;
- justify-content: left;
- /* padding: 0 15rpx; */
- }
- .info_mid_left{
- display: flex;
- flex-flow: row nowrap;
- justify-content: left;
-
- }
- .info_bottom_img{
- width: 35rpx;
- height: 35rpx;
- }
- .info_top_left{
- color: #43496a;
- font-size: 32rpx;
- font-weight: 600;
- width: 400rpx;
- overflow: hidden;
- text-overflow:ellipsis;
- white-space: nowrap;
- }
- .info_top_right{
- font-size: 32rpx;
- font-weight: bold;
- color: #FF8364
- }
- .info_mid_left,.info_mid_right{
- font-size: 20rpx;
- font-weight: 500;
- color: #808080;
- }
- .info_bottom_2{
- font-size: 28rpx;
- margin-left: 10rpx;
- font-size: 12px;
- font-weight: 600;
- color: #6C6C6C;
- }
- .input_text{
- color: #c2c6da;
- font-size: 28rpx;
- }
- .icon_search{
- margin-left: 20rpx;
-
- }
- .icon_clear{
- margin-right: 20rpx;
- }
- .no_data_par{
- display: flex;
- flex-flow: column nowrap;
- align-items: center;
- margin-top: 200rpx;
- }
- .no_data_img{
- height: 240rpx;
- width: 320rpx;
- }
- .info_mid_left_info{
- background: #FF8364;border-radius: 6px;padding:1px 10px;color:#fff;margin-right:10rpx
- }
|