/* pages/calculate/calculate.wxss */ .calculator{ background: #f2f1f7; padding-bottom: 8px; } .total-interest{ background-color: #4997ff; text-align: right; padding: 7.6% 0 0; color: #fff; font-size: 16px; padding-right:15px; } .total-interest text{ display: block; } .title{ font-size: 40px; font-weight: 800; } .calculate-interest{ margin: 0 8px; background-color: #fff; padding: 2%; border: #e6e6e6 solid 1px; border-top: 0 none; } .notice{ border-bottom: #e5e5e5 solid 1rpx; padding: 0.18rem 0; font-size: 12px; color: #999; }