戈利仙卡靜心

Created
May 19, 2023 09:20 AM
Tags
含靜心音樂
戈利仙卡靜心
這個靜心技巧適合在晚上進行,它全程包含四個階段,每個階段各15分鐘。 前兩個階段是為了第三個階段──自發性的拉提罕──做準備。 如果在第一個階段裡你能夠按照指示的方法確實呼吸,那麼血液裡的二氧化碳會讓你感覺像戈利仙卡(聖母峰)一樣的高。
 
第一個階段:15分鐘  
notion image
閉起眼睛坐著,透過鼻子深深地吸氣,讓空氣充滿肺部。讓空氣停留在肺部的時間越久越好,然後透過嘴巴慢慢地吐氣,直到肺部的空氣完全吐盡,吐氣的過程越慢越好。在這整個階段裡用這種方式持續不斷地呼吸。
第二個階段:15分鐘  
notion image
恢復正常呼吸的韻律。溫和地凝視著藍色的閃光或燭光。身體保持靜止不動。
第三個階段:15分鐘  
notion image
站起來,眼睛閉著,放鬆且敞開你的身體,讓身體按照它想要的方式輕柔、溫和地移動。不是控制也不刻意去「做」它,而是讓動作自然而優雅地發生。
第四個階段:15分鐘  
notion image
眼睛閉起來,躺下,靜止不動。
notion image
notion image
notion image
notion image
/* 基本重置 */ * { margin: 0; padding: 0; box-sizing: border-box; } /* 字體平滑 */ html { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } /* 主要內容區塊樣式 */ .main-content { font-family: 'Helvetica Neue', Arial, sans-serif; color: #333; line-height: 1.6; padding: 20px; } /* 標題樣式 */ h1, h2, h3, h4, h5, h6 { color: #35495e; margin-bottom: 15px; } /* 鏈接樣式 */ a { color: #3498db; text-decoration: none; } a:hover { text-decoration: underline; } /* 列表樣式 */ ul, ol { margin-left: 20px; } /* 圖片樣式 */ img { max-width: 100%; height: auto; } /* 表格樣式 */ table { width: 100%; border-collapse: collapse; } th, td { padding: 10px; border: 1px solid #ccc; } /* 表單樣式 */ input, select, textarea { width: 100%; padding: 10px; margin-bottom: 20px; border: 1px solid #ccc; } /* 按鈕樣式 */ button { padding: 10px 20px; background-color: #3498db; color: white; border: none; cursor: pointer; } button:hover { background-color: #2980b9; }