曼達拉靜心

Created
May 19, 2023 09:20 AM
Tags
含靜心音樂
這是另一個強而有力的技巧,它創造出一個能量圈,且將其能量導引至本然的中心。
四個階段,每個階段15分鐘。
第一個階段:15分鐘
notion image
眼睛張開,慢慢地開始原地跑步,逐漸加快,然後越來越快。膝蓋儘可能地抬高。深且均衡地呼吸會將能量移入內在。不要理會頭腦或身體,繼續跑!
notion image
第二個階段:15分鐘
notion image
眼睛閉上,坐下來,嘴巴放鬆微張。溫柔地從腰部開始旋轉身體,就像風中的蘆葦般,風把你從左吹向右、從前面吹向後面,一圈又一圈。如此,被喚醒的能量將會被帶回你肚臍的中心。
第三個階段:15分鐘
notion image
腹部朝上,躺下。眼睛張開,頭部保持不動,以順時鐘方向轉動你的眼球,讓眼球充分地掠過眼窩周圍,好像跟著秒針在大鐘上轉動著,儘可能快速轉動。重要的是:嘴巴微張、下顎放鬆,溫和且均勻的呼吸。這會將能量歸於第三眼。
 
第四個階段:15分鐘
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; }