.container { width: 100%; .phone { display: flex; flex-direction: column; width: 100%; background: #fcfcfc; border-radius: 8px; .topBar { display: flex; flex-direction: row; justify-content: space-between; height: 30px; margin: 8px 16px 10px 16px; align-items: center; .time { font-size: 12px; font-weight: bold; } .icons { display: flex; flex-direction: row; } } .actionBar { display: flex; flex-direction: row; justify-content: space-between; margin: 0 10px; } .page { height: 412px; } .bottomBar { height: 68px; display: flex; flex-direction: row; background: #fcfcfc; border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; border-top: 1px solid #EDEEEF; .keyBoard { width: 60px; } .menu { flex: 1; display: flex; flex-direction: row; cursor: pointer; .buttonGroup { top: 73px; position: absolute; justify-content: center; align-items: center; display: flex; height: 48px; min-width: 48px; border-radius: 24px; background: #fcfcfc; font-size: 24px; padding: 5px; box-shadow: 0 1px 6px #e4e8eb; .buttonItem { height: 38px; width: 38px; border-radius: 50%; justify-content: center; align-items: center; display: flex; } .buttonItem:hover { background: #EDEEEF; } } .menuItem { flex: 1; display: flex; flex-direction: column; justify-content: center; align-items: center; height: 68px; width: 80px; position: relative; .menuName { width: 100%; height: 33px; border-left: 1px solid #EDEEEF; display: flex; justify-content: center; align-items: center; } } .button2 { margin: 17px 0; flex: 1; display: flex; justify-content: center; align-items: center; border-left: 1px solid #EDEEEF; color: #4C4D4E; } } .button { flex: 1; display: flex; justify-content: center; align-items: center; border: 1px dashed #1677FF; font-size: 14px; color: #1677FF; cursor: pointer; } } } } .subMenuContent { display: flex; flex-direction: row; align-items: center; .subButtonGroup { display: flex; flex-direction: column; justify-content: center; align-items: center; width: 48px; min-height: 48px; border-radius: 24px; background: #fcfcfc; font-size: 24px; padding: 5px; position: absolute; left: 90px; box-shadow: 0 1px 6px #e4e8eb; .buttonItem { height: 38px; width: 38px; border-radius: 50%; justify-content: center; align-items: center; display: flex; cursor: pointer; } .buttonItem:hover { background: #EDEEEF; } } } .subMenuItem { width: 86px; height: 49px; text-align: center; padding: 12px 2px; cursor: pointer; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; border-bottom: 1px solid #EDEEEF; }