.container { display: flex; flex-direction: column; align-content: center; align-items: center; justify-content: space-between; .out-gold-view, .into-gold-view { display: flex; flex-direction: column; justify-content: space-between; align-items: center; align-content: center; width: 96%; .item { width: 100%; display: flex; flex-direction: row; justify-content: space-between; align-content: center; align-items: center; height: 50px; border-bottom: 1px solid #f0f0f0; .title { width: 150px; font-size: 14px; color: #666; text-align: left; } .value { font-size: 14px; color: #333; text-align: left; width: 100%; } } .credentials { height: 150px; .credentials-top-view { display: flex; flex-direction: column; width: 100%; height: 80%; justify-content: center; .value { width: 100%; height: 30px; color: #888; } .upload { padding-top: 10px 0px 0px 0px; display: flex; justify-content: left; align-items: center; margin-top: 10px; } } } } #into-amount-field { width: 112%; color: #333; font-size: 14px; } #item-out-amount { height: 80px; border-top: 1px solid #f0f0f0; .out-amount-view { width: 100%; display: flex; flex-direction: column; justify-content: space-between; align-content: center; align-items: center; #out-amount-field { width: 112%; color: #333; font-size: 14px; } .enable-out-amount-view { width: 100%; height: 30px; display: flex; flex-direction: row; justify-content: space-between; align-items: center; align-content: center; padding-bottom: 5px; .enable-out-amount { font-size: 14px; color: #666; text-align: left; width: 100%; } #allamount { color: #333; font-size: 12px; padding: 10px; } } } } .inout-time-view { padding-top: 20px; height: 45px; width: 100%; align-items: center; display: flex; justify-content: space-around; .inout-time { width: 95%; font-size: 13px; color: #666; text-align: left; } } .button-view { border-radius: 10px; width: 95%; padding-top: 15px; } }