/* pages/guarantee/guarantee.wxss */ page { background:#EAF1F8; height: calc(100%-10px); } .swiper-tab { /* height: 30px; */ margin: 10px 20px; text-align: center; line-height: 30px; background: white; display: flex; flex-direction: row; border-radius: 5px; border: 1px solid#2E8CF5; overflow: hidden; } .swiper-tab-list { height: 100%; width: 50%; font-size: 30rpx; color: #777; } .on { background-color:#2E8CF5 ; color: white; } .xinjian{ width: 160rpx; height: 160rpx; position: fixed; bottom: 60rpx; right: 60rpx; } .swiper-box { display: block; height: 100%; width: 100%; overflow: hidden; } .swiper-items { height: 100%; } .scroll-views { height: 99%; } ::-webkit-scrollbar { width: 0; height: 0; color: transparent; } .custmer_list_view{ display: flex; flex-direction: column; padding-left: 5%; padding-top: 16rpx; background: white; } .itemview_h{ display: flex; flex-direction: row; justify-content: space-between; padding-top: 10rpx; padding-right: 5%; padding-bottom: 10rpx; } .text_name{ font-size: 28rpx; color: rgb(136, 136, 136); } .text_id{ font-size: 32rpx; color: rgb(48, 48, 48); } .view_line_main{ background: white } .view_line{ width: 92%; height: 2rpx; margin-left: 4%; margin-right: 4%; background: rgb(219, 219, 219); }