/* pages/details/details.wxss */ .details{ padding-bottom: 60px; } .base-info{ background: #fff; border-top: 1rpx solid #e5e5e5; } .base-info .weui-cell__hd{ width: 50px; height: 50px; border-radius: 10px; border: #e5e5e5 solid 1rpx; } .base-info .weui-cell__bd{ margin-left: 10px; } .base-info .weui-cell__bd .title{ color: #333; font-size: 16px; font-weight: normal; } .base-info .weui-cell__bd .content{ font-size: 12px;color: #888888;line-height:20px } .base-info .weui-cell__hd .icon{ display: inline-block; width: 100%; height: 100%; border-radius: 6px; } .details .loan-limit{ width: 100%; background: #fff; box-sizing: border-box; padding: 8px 0; border-bottom: 1rpx solid #E5E5E5; font-size: 0px; } .details .loan-limit .text{ display: inline-block; width: 60%; line-height: 30px; padding-left: 10px; font-size: 14px; } .details .loan-limit .ipt{ display: inline-block; width: 28%; margin-top: -10px; padding: 0 5px; font-size: 14px; text-align: right; vertical-align: middle; } .details .loan-limit .more{ font-size: 14px; } .details .loan-limit .select-perid{ display: inline-block; width: 35%; vertical-align: middle; margin-top: -10px; text-align: right; } .details .loan-limit .select-perid .picker{ background: transparent; font-size: 14px; height: 30px; line-height: 30px; padding: 0; } .cal-result{ display: flex; align-items: center; justify-content: center; background: #fff; padding: 15px 10px; } .cal-result .result-item{ flex: 0 0 1; width: 33%; border-left: 1rpx solid #E5E5E5; text-align: center; } .cal-result .result-item:first-child{ border-left: 0 none; } .cal-result .result-item .title{ color: #666; font-size: 12px; } .cal-result .result-item .notice{ font-size: 20px; color: #e42a2a; margin-top: 10px; } .details-info{ border-top: #e5e5e5 solid 1rpx; } .details-info .intro { background: #fff; padding: 10px 12px; border-bottom: #e5e5e5 solid 1rpx; } .details-info .intro .title{ line-height: 12px; margin: 5px 0; padding-left: 5px; border-left: #ffe100 solid 2px; color: #999; } .details-info .intro .content{ padding: 10px 0 10px; line-height: 1.5; } .details-info .more{ text-align: center; font-size: 0px; background: #fff; padding: 10px 0; font-size: 0px; } .details-info .more .text{ font-size: 14px; } .details-info .more .icon-open, .details-info .more .icon-pickup{ vertical-align: top; } .recommend-wrapper{ width: 100%; } .recommend-wrapper>.title, .details-info .title{ font-size: 14px; line-height: 32px; padding-left: 10px; color: #666; } .recommend-wrapper .recommend-app{ display: flex; padding: 10px 0; background: #fff; width: 766px; /*height: 85px;*/ overflow-x: auto; overflow-y: hidden; background-color: #fff; } .recommend-wrapper .recommend-app .app-item{ flex: 0 0 1; width: 50px; font-size: 0px; overflow: hidden; margin-left: 24px; } .recommend-wrapper .recommend-app .app-item .img{ width: 50px; height: 50px; background-color: #e5e5e5; border-radius: 10px; } .recommend-wrapper .recommend-app .app-item .title{ font-size: 12px; text-align: center; line-height: 12px; margin-top: 5px; } .recommend-wrapper .scroll-container{ overflow-x: auto; } .button-wrapper{ position: fixed; left: 0; bottom: 0; width: 100%; height: 60px; background: #f2f1f7; } .button-wrapper .contact-btn{ width: 80%; height: 40px; margin-top: 10px; background-color: #FF2323; font-size: 15px; line-height: 40px; border-radius: 3px; color: #fff; } .button-wrapper .contact-btn::after{ border: 0 none; }