.image-container { display: flex; gap: 100px; /* 默认水平间距 */ justify-content: center; /* 图片在容器内居中对齐 */ } .image-container img { max-width: 100%; height: auto; object-fit: contain; } @media (max-width: 709px) { .image-container { flex-direction: column; /* 小屏幕时垂直排列 */ gap: 50px; /* 垂直间距 */ } } .line-container { display: flex; align-items: center; margin: 70px 0; /*分隔線與上下之間的分隔距離(調整前面的px)*/ } .line { flex: 1; height: 1px; backgro ...
.line-container { display: flex; align-items: center; margin: 70px 0; /*分隔線與上下之間的分隔距離(調整前面的px)*/ } .line { flex: 1; height: 1px; background-color: #000000; /*分隔線顏色*/ position: relative; top: 50%; transform: translateY(-1200%); /*讓分隔線能平行從圖標中間切過,而非太高或太低*/ } .icon { margin: 0 17px; /*圖標和分隔線間的間距*/ } .icon img { width: 20px; /*控制圖標寬度(非解析度)*/ height: 20px; /*控制圖標高度(非解析度)*/ } .container { display: ...
樹莓派(Raspberry Pi)
未讀一般系統更新查詢關機 sudo poweroff 重啟 sudo reboot 進入設定清單 sudo raspi-config 修改本機密碼 sudo passwd取得遠端更新伺服器的套件檔案清單 sudo apt-get update 更新套件 sudo apt-get upgrade 清除套件緩存及已下載但未安裝的套件 sudo apt-get clean查看使用者名稱 先 cd /home,再 ls。 查看 IP 位址 ifconfig 查看溫度 vcgencmd measure_temp 查看 RAM 大小及使用情況 free