.input-placeholder { font-size: 13px; color: #999; } page { background-color: white; } .record-topbar { width: 100%; height: 45px; background: #ffd5dd; font-size: 12px; color: #ee7289; text-align: center; line-height: 45px; } .record-input-constainer { margin: 40px 10px 0 10px; } .record-input_bg { /*background: beige;*/ display: flex; align-items: center; justify-content: flex-start; height: 42px; border: solid 1px; border-radius: 5px; } .record-input_title { /*background-color: green;*/ width: 50px; height: 20px; text-align: left; line-height: 20px; font: medium; font-size: 14px; color: #000; padding-left: 15px; border-right: solid #e8eae5 1px; } .input { /*background-color: red;*/ font-size: 13px; color: #999; margin-left: 10px; width: 110px; margin-top: 3px; } .record-submit-btn { font: medium; font-size: 20px; color: white; width: 200px; height: 45px; line-height: 45px; border-radius: 22.5px; background-color: #48c17b; position: absolute; bottom: 100px; left: 50%; transform: translateX(-50%); text-align: center; } .code-input_bg { /*background: beige;*/ display: flex; align-items: center; justify-content: flex-start; height: 42px; border: solid 1px; border-radius: 5px; width: 60%; } .record-time-text { font: lighter; margin-left: 10px; width: 80px; text-align: center; font-size: 15px; color: #666; height: 30px; line-height: 30px; margin-top: 20px; background: #f5f5f5; border: 1px solid #d3d3d3; border-radius: 4px; /*background-color: rgba(1, 1, 1, 1);*/ } .code_view { display: flex; }