蘇菲旋轉靜心

Created
May 19, 2023 09:20 AM
Tags
含靜心音樂
「蘇菲旋轉是最古老,最強烈的靜心技巧之一。它的深度讓你即使只是一次的經驗都能夠感受到完全不同的改變。打開眼睛旋轉,就像孩童般不斷的轉,宛如內在變成了中心,而身體變成輪子般的轉動,就像製陶器的轉輪,不斷的移動。你處於中心眼,而整個身體轉動著。」
 
第一個階段:45分鐘 
notion image
眼睛保持打開,感覺身體的中心點。 雙手臂向外伸開且與肩同高,右手掌向上,左手掌向下。 以自己為軸開始旋轉。 身體保持柔軟。開始的時候先慢慢來, 15分鐘之後再慢慢加速。 你成了能量的漩渦──暴風圈在外圍轉動, 但是中心點的觀照保持寧靜與如如不動。
第二個階段:15分鐘 
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; }