/* pages/index/index.wxss */ page { height: 100%; background:#F9F9F9; } .page__bd { padding-bottom: 0; } .head-fra { box-sizing: border-box; height: 112rpx; width: 100%; margin: 16rpx 0rpx; background: #fff; overflow: hidden; } .head-fra_l, .head-fra_r { width: 166rpx; height: 112rpx; float: left; } .head-fra_c { float: left; width: calc(100% - 332rpx); height: 112rpx; display: flex; align-items: center; } .headimage { box-sizing: border-box; width: 112rpx; height: 112rpx; border-radius: 50%; overflow: hidden; margin-top: 20rpx; margin-left: 30rpx; } .loginOutText { width: 120rpx; height: 56rpx; text-align: center; line-height: 56rpx; background: #f9f9f9; color: #666; border-radius: 36rpx; margin-top: 48rpx; margin-left: 16rpx; } .company-nameA { font-size: 28rpx; color: #333; font-weight: 600; margin-top: 18rpx; } .company-nameB { font-size: 36rpx; color: #333; font-weight: 600; } .weui-tab__content { padding-top: 60px; text-align: center; } .weui-cell { padding: 12px 15px 12px 35px; } .contentCss { width: 100%; position: fixed; margin-top: 100rpx; z-index: 1; } .clue-box { box-sizing: border-box; /* border: 1px solid #eee; */ margin: 20rpx 30rpx; border-radius: 20rpx; background: #fff; /* box-shadow: 1rpx 2rpx 20rpx 5rpx #eee; */ } .clue-panel_t { border-bottom: 1rpx solid #f9f9f9; padding: 15rpx 20rpx; } .clue-panel_t_t { display: flex; flex-direction: row; justify-content: space-between; color: #636363; font-size: 32rpx; line-height: 56rpx; } .clue-addr { color: #636363; font-size: 28rpx; margin-top: 10rpx; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } .clue-panel_b { display: flex; flex-direction: row; justify-content: flex-end; } .inviteOrder, .checkApply { height: 52rpx; width: 170rpx; text-align: center; line-height: 52rpx; background: #0EAEFC; color: #fff; border-radius: 10rpx; margin: 15rpx 20rpx; font-size: 28rpx; } .recommend { color: #249fef; font-size: 28rpx; } .noRecommend { color: #999; font-size: 28rpx; } .text-title { font-size: 28rpx; color: #333; font-weight: 700 } .voucher_image{ width: 100rpx; height: 80rpx; margin-bottom: -10rpx; margin-left: 5rpx; }