.container { .sub-title { font-size: 20px; color: #333; text-align: left; font-weight: bold; } .cell-item { display: flex; flex-direction: row; justify-content: space-between; align-content: center; align-items: center; .unit { font-size: 14px; color: #666; padding-right: 10px; } } .prestyle { display: flex; flex-direction: row; align-items: center; align-content: center; justify-content: center; width: 96%; padding-left: 10px; .content__item__step { display: flex; flex-direction: row; justify-content: start; align-items: center; align-content: center; &__item { display: flex; flex-direction: column; align-items: center; align-content: center; margin-bottom: 5px; text { font-size: 12px; padding: 2.5px 5px; text-align: center; } } } .plantmp { color: #333; font-size: 14px; width: 100%; height: 30px; } } .credentials-info { display: flex; flex-direction: row; justify-content: start; align-content: center; align-items: center; margin-bottom: 10px; width: 95%; text:nth-child(1) { width: 80px; color: #333; font-size: 14px; } text:nth-child(2) { width: 100%; color: #333; font-size: 14px; margin-left: 15px; } textarea { border: 1px solid #f0f0f0; border-radius: 10px; color: #333; padding: 10px; margin-right: 5px; font-size: 14px; } .credentials-top-view { display: flex; flex-direction: column; width: 80%; height: 120px; border-radius: 10px; .value { width: 100%; height: 30px; color: #888; } .upload { padding-top: 10px 0px 0px 0px; display: flex; justify-content: left; align-items: center; } } } .button-view { display: flex; justify-content: space-between; margin: 10px 10px 10px 10px; van-button { width: 48%; height: 40px; } } }