/* mHome/pages/dayRate/dayRate.wxss */ .base-currency { display: grid; width: 100%; .title { display: flex; justify-content: space-between; background-color: #f0f0f0; text { font-size: 10px; color: #666; padding: 10px 10px; } } } .base-rate { display: flex; justify-content: space-between; align-content: center; align-items: center; width: 95%; padding-left: 10px; margin-top: 5px; text { width: 80px; font-size: 16px; color: #333; text-align: left; padding-left: 10px; margin-bottom: 10px; } } .input-rate { display: grid; width: 100%; text { font-size: 10px; color: #666; text-align: right; width: 95%; margin-top: 10px; } } .ex-currency .title { display: flex; justify-content: space-between; background-color: #f0f0f0; text { font-size: 10px; color: #666; padding: 10px 10px; } } .ex-rate { display: flex; justify-content: space-between; align-content: center; align-items: center; width: 95%; padding-left: 10px; margin-top: 5px; text { width: 60px; font-size: 16px; color: #333; text-align: left; padding-left: 10px; margin-bottom: 10px; } } .ex-result-rate { display: grid; width: 100%; text:nth-child(1) { font-size: 16px; color: #333; text-align: right; width: 95%; margin-top: 10px; } text:nth-child(2) { font-size: 10px; color: #666; text-align: right; width: 95%; margin-top: 10px; } }