123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170 |
- @charset "UTF-8";
- /* 这里是你自己写的全局css样式 */
- .page {
- background-color: #f3f4f6;
- padding: 20rpx;
- }
- .empty-wrap {
- margin-top: 200rpx;
- width: 100%;
- display: flex;
- justify-content: center;
- align-items: center;
- }
- .content-page {
- min-height: 100vh;
- background-color: #fff;
- }
- .footer {
- display: flex;
- align-items: center;
- color: #909399;
- width: 100%;
- padding: 20rpx 0;
- justify-content: center;
- }
- .box-shadow {
- box-shadow: 0rpx 2rpx 4rpx 0 rgba(0, 0, 0, 0.2);
- }
- .flex-empty {
- visibility: hidden;
- width: 120rpx;
- height: 0rpx;
- }
- .bwin-btn-100 {
- width: 100%;
- }
- .bwin-popup {
- display: flex;
- flex-direction: column;
- width: 100%;
- position: relative;
- min-height: 100%;
- overflow: hidden;
- }
- .bwin-popup .popup-header {
- z-index: 2;
- width: 80%;
- position: fixed;
- padding: 20rpx 0;
- text-align: center;
- font-size: 32rpx;
- color: #fff;
- font-weight: bold;
- background-color: #2080f0;
- border-top-left-radius: 20rpx;
- border-top-right-radius: 20rpx;
- }
- .bwin-popup .popup-body {
- z-index: 1;
- position: relative;
- top: 90rpx;
- margin-bottom: 90rpx;
- padding: 20rpx;
- font-size: 32rpx;
- overflow-y: scroll;
- }
- .bwin-popup .popup-footer {
- position: relative;
- left: 0;
- bottom: 20rpx;
- width: 100%;
- display: flex;
- justify-content: space-around;
- }
- .search-wrap {
- padding: 20rpx;
- }
- .filter-wrap {
- position: relative;
- }
- .customer-list-wrap {
- width: 100%;
- }
- .customer-list-wrap .customer-item {
- display: flex;
- flex-direction: column;
- align-items: flex-start;
- font-size: 24rpx;
- color: #606266;
- border-bottom: 1rpx solid #e4e7ed;
- padding: 24rpx 32rpx;
- }
- .customer-list-wrap .customer-item .info {
- display: flex;
- align-items: flex-start;
- justify-content: space-between;
- width: 100%;
- margin-bottom: 10rpx;
- }
- .customer-list-wrap .customer-item .info .customer {
- display: flex;
- flex-direction: column;
- align-items: flex-start;
- }
- .customer-list-wrap .customer-item .info .customer .relname {
- color: #303133;
- font-size: 32rpx;
- font-weight: bold;
- margin-bottom: 10rpx;
- }
- .customer-list-wrap .customer-item .info .customer .item {
- margin-bottom: 10rpx;
- }
- .customer-list-wrap .customer-item .info .data-wrap {
- text-align: right;
- }
- .customer-list-wrap .customer-item .info .data-wrap .date {
- font-size: 32rpx;
- }
- .customer-list-wrap .customer-item .tool-wrap {
- display: flex;
- align-items: center;
- justify-content: space-between;
- width: 100%;
- }
- .float-search {
- opacity: 0.9;
- position: fixed;
- right: 20rpx;
- bottom: 40rpx;
- padding: 20rpx;
- border-radius: 50%;
- background-color: #2080f0;
- }
- .scoped-list-more-info {
- position: absolute;
- right: 20rpx;
- }
- .scoped-list-img-more .slim-tips {
- padding-left: 120rpx;
- position: relative;
- padding-bottom: 10rpx;
- }
- .scoped-list-img-more .slim-tips.pl0 {
- padding-left: 0;
- }
- .scoped-list-img-more .slim-tips .b {
- position: absolute;
- left: 0;
- top: 0;
- color: #2080f0;
- }
- .scoped-list-img-more .op {
- display: inline-block;
- vertical-align: middle;
- margin-right: 10rpx;
- margin-bottom: 10rpx;
- border-radius: 10rpx;
- text-align: center;
- border: 1PX dotted #dcdcdc;
- padding: 10rpx;
- }
- .scoped-list-img-more .op:last-child {
- margin-right: 0;
- }
- .scoped-list-img-more .op .img {
- height: 130rpx;
- width: 130rpx;
- }
|