123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153 |
- .list {
- padding: 15rpx 30rpx;
- }
- .list-search {
- height: 420rpx;
- padding: 15rpx;
- background-color: #fff;
- border-radius: 15rpx;
- }
- .list-info-item {
- height: 100rpx;
- display: flex;
- align-items: center;
- border-bottom: 1px solid #f4f4f4;
- position: relative;
- padding: 0;
- }
- .list-info-item-tit {
- width: 30%;
- font-size: 32rpx;
- font-weight: 500;
- color: #333;
- }
- input {
- width: 500rpx;
- height: 80rpx;
- background-color: #fff;
- padding: 0rpx;
- }
- .list-search-footer {
- margin-top: 30rpx;
- display: flex;
- align-items: center;
- justify-content: center;
- }
- .list-search-btn {
- width: 164rpx;
- margin-right: 30rpx;
- }
- .list-search-btn1 {
- width: 164rpx;
- }
- .list-search-btn button {
- background-color: #E6F0FF;
- color: #4181FF;
- height: 70rpx;
- line-height: 70rpx;
- border-radius: 10rpx;
- }
- .list-search-btn1 button {
- background-color: #4181FF;
- color: #fff;
- height: 70rpx;
- line-height: 70rpx;
- border-radius: 10rpx;
- }
- .list-top {
- display: flex;
- align-items: center;
- justify-content: center;
- height: 80rpx;
- font-size: 28rpx;
- color: #8B96B3;
- }
- .list-top-icon {
- width: 26rpx;
- height: 26rpx;
- margin-right: 30rpx;
- }
- .list-top-icon image {
- width: 100%;
- height: 100%;
- }
- /* 列表 */
- .list-content {
- height: 204rpx;
- padding: 15rpx;
- margin-bottom: 15rpx;
- background-color: #fff;
- border-radius: 15rpx;
- }
- .list-content-tit {
- height: 64rpx;
- line-height: 64rpx;
- padding-left: 15rpx;
- background-color: #FAFBFF;
- color: #1E3461;
- font-size: 32rpx;
- font-weight: 700;
- }
- .list-content-main {
- display: flex;
- justify-content: space-between;
- align-items: center;
- margin-top: 30rpx;
- }
- .list-main-left {
- padding-left: 15rpx;
- }
- .list-main-left-item {
- display: flex;
- align-items: center;
- margin-bottom: 10rpx;
- }
- .list-main-left-img {
- width: 36rpx;
- height: 36rpx;
- margin-right: 30rpx;
- }
- .list-main-left-img image {
- width: 100%;
- height: 100%;
- }
- .list-main-right-img {
- width: 128rpx;
- height: 60rpx;
- }
- .list-main-right-img image {
- width: 100%;
- height: 100%;
- }
- .list-main-left-name {
- color: #3A3C65;
- font-size: 35rpx;
- line-height: 45rpx;
- }
- .list-main-right {}
|