放棄這十五樣東西,你的人生才會更快樂
/* BEGIN besic */ #article-survey .pc{ display: block; visibility: visible; opacity: 1; } #article-survey .mb{ display: none; visibility: hidden; opacity: 0; } #article-survey *{ -o-transition: all 0.1s ease-in; -webkit-transition: all 0.1s ease-in; -moz-transition: all 0.1s ease-in; transition: all 0.1s ease-in; letter-spacing: 1.4px; font-size: 15px; } #article-survey.article-survey-container{ text-align: center; /*background: rgba(220,71,118,0.02);*/ background: rgba(252,102,117,0.05); padding: 5px; border-radius: 8px; cursor: default; /*margin: 0 10px;*/ margin: 5px 0; display: inline-block; width: 100%; } #article-survey .as-box{ /*border: 2px dashed #dc4776;*/ border-radius: 5px; padding: 20px; } #article-survey .title{ /*letter-spacing: 0.1px;*/ color: rgba(220,71,118,0.9); } /* END besic */ /* BEGIN question */ #article-survey .as.question{ } #article-survey .as-button, #article-survey .as-button-comment{ background-color: rgba(255,255,255,0.95); /*border: 1px solid rgba(0,0,0,0.2);*/ /*border: 1px solid rgba(220,71,118,0.25);*/ border-radius: 3px; box-shadow: 2px 2px 2px 0 rgba(220,71,118,0.2); display: inline-block; line-height: 15px; margin: 4px 6px 4px 0; min-width: 110px; padding: 8px 0; text-align: center; text-transform: uppercase; color: #444; } #article-survey .as-button:hover,, #article-survey .as-button-comment:hover{ background-image: none; /*background-color: rgba(220,71,118,0.85);*/ color: rgba(220,71,118,0.85); } /* END question */ /* BEGIN finished */ #article-survey .as.finished{ } #article-survey .as-progress { height: 25px; overflow-y: visible; overflow-x: auto; background-color: #f5f5f5; border-radius: 3px; -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1); box-shadow: inset 0 1px 2px rgba(0,0,0,0.1); } #article-survey .as-progress-bar { float: left; width: 0; height: 100%; font-size: 11px; line-height: 20px; color: #000; text-align: center; background-color: #dc4776; border: 1px solid rgba(0,0,0,0.15); -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,0.15); box-shadow: inset 0 -1px 0 rgba(0,0,0,0.15); -webkit-transition: width .6s ease; -o-transition: width .6s ease; transition: width .6s ease; } #article-survey .as-progress-bar:hover{ opacity: 0.75; } #article-survey .as-progress-bar:first-child{ border-left: none; border-top: none; border-bottom: none; } #article-survey .as-progress-bar:last-child{ border-right: none; border-top: none; border-bottom: none; } #article-survey .as-progress-bar-percent{ font-size: 13px; } #article-survey .as-progress-out{ top: -5px; position: relative; line-height: 1rem; display: inline-block; width: 100%; } #article-survey .as-related{ text-align: left; font-size: 14px; width: 80%; margin: 0 auto; padding: 5px 0; } #article-survey .as-related-ul{ list-style: none; } #article-survey .as-related-ul-li{ /*opacity: 0;*/ width: 100%; } #article-survey .as-related-ul-li i{ font-size: 13px; color: rgba(220,71,118,0.9); text-indent: -1rem; -o-transition: all 0.2s ease 0.1s; -webkit-transition: all 0.2s ease 0.1s; -moz-transition: all 0.2s ease 0.1s; transition: all 0.2s ease 0.1s; } #article-survey .as-related-ul-li-a{ color: #444; text-align: justify; } #article-survey .as-related-ul-li:hover, #article-survey .as-related-ul-li-a:hover{ color: rgba(220,71,118,0.7); } #article-survey .as-related-ul-li, #article-survey .as-related-ul-li div{ display: inline-block; } #article-survey .as-related-ul-li div:first-child{ width: 5%; } #article-survey .as-related-ul-li div:last-child{ width: 95%; } /* END finished */ @media (min-width: 1200px){} @media only screen and (max-width: 1100px){ #article-survey .as-related{ width: 75%; } } @media only screen and (max-width: 768px){ #article-survey .pc{ display: none; visibility: hidden; opacity: 0; } #article-survey .mb{ display: block; visibility: visible; opacity: 1; } #article-survey *{ font-size: 17px; letter-spacing: 0.4px; } #article-survey .as-box{ padding: 25px 20px; } #article-survey .as-button, #article-survey .as-button-comment{ min-width: 105px; padding: 10px 0; } #article-survey .as-related{ width: 95%; } #article-survey .as-related-ul-li-a{ font-size: 16px; } } @media only screen and (max-width: 670px) and (min-width: 200px){} @media only screen and (max-width: 414px){} @media only screen and (max-width: 375px){} @media only screen and (max-width: 320px){} @media only screen and (max-width: 1024px) and (max-height: 768px){ /** ipad mini 橫 **/ } @media only screen and (max-width: 768px) and (max-height: 1024px){ /** ipad mini 直 **/ } @media only screen and (max-width: 600px) and (max-height: 960px){ /** nexus7 **/ } @media only screen and (max-width: 414px) and (max-height: 736px){ /** i6plus **/ } @media only screen and (max-width: 375px) and (max-height: 627px){ /** i6 **/ } @media only screen and (max-width: 384px) and (max-height: 567px){ /** nexus4 **/ } @media only screen and (max-width: 360px) and (max-height: 567px){ /** nexus5 **/ } @media only screen and (max-width: 320px) and (max-height: 568px){ /** i5 **/ } @media only screen and (max-width: 320px) and (max-height: 480px){ /** i4 **/ } /* BEGIN extra */ #article-survey .float-left{ float: left; } #article-survey .float-right{ float: right; } #article-survey .display-none{ display: none; } #article-survey .text-center{ text-align: center; } #article-survey .text-left{ text-align: left; } #article-survey .text-right{ text-align: right; } #article-survey .text-justify{ text-align: justify; } #article-survey .color-dc4776{ color: rgba(220,71,118,0.9); } /* END extra */ /* BEGIN Comment */ /* .squaredFour */ .squaredFour { width: 20px; position: relative; margin: 20px 0px 0px 20px; display: inline; } .squaredFour label { width: 20px; height: 20px; cursor: pointer; position: absolute; top: 0; left: 0; background: #fcfff4; background: -webkit-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%); background: linear-gradient(to bottom, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%); border-radius: 4px; box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0, 0, 0, 0.5); } .squaredFour label:after { content: "; width: 9px; height: 5px; position: absolute; top: 6px; left: 5px; border: 3px solid #333; border-top: none; border-right: none; background: transparent; opacity: 0; -webkit-transform: rotate(-45deg); transform: rotate(-45deg); } .squaredFour label:hover::after { opacity: 0; } .squaredFour input[type=checkbox] { visibility: hidden; width: 20px; height: 20px; margin-top: 15px; border-top-width: 0px; } .squaredFour input[type=checkbox]:checked + label:after { opacity: 1; } /* end .squaredFour */ /* END Comment */作者\你說她說笑到報-卡文這裡有十五樣東西假如你放棄掉的話,會讓你的人生更輕鬆而且更快樂。我們都會緊握著一些東西造成我們痛苦、壓力、及不愉快,雖然如此我們還是不想放手。從今天開始我們要放開那些全部讓我們不愉快的東西,然後迎接改變,你準備好了嗎?
1.放棄你需要覺得自己是對的堅持有很多的人無法接受自己是錯誤的想法,永遠都想要當對的一方,即使危脅到感情的良好,或造成很大的壓力和痛苦,不管是對自己還是對其他人也好。仔細想想這樣到底值不值得? 每當你覺得你無論如何一定要爭個對錯時,先問自己這個問題:「我想當對的人,還是要當一個善良的人」,這有什麼大不了的?你的自尊心真有必要那麼大嗎?
2.放棄需要控制的慾望你要願意放棄你需要隨時控制周遭所發生的一切,無論是親人、同事、或者只是陌生人、你在街上相遇的情況、事件、人物、等等,就讓他們順其自然。讓所有的事物及每個人自由的發展,你會發現這讓你的心情更好。老子說過一句話:「無為而治。順其自然得天下,逆著失之。」
3.放棄責怪放棄你需要責怪別人造成你得到或失去東西的感覺。不要把你的權力給了別人,開始對自己的人生負責。
4.放棄那些打擊自己負面的想法世界上有太多人被自己的消極或自我阻礙的想法所打敗,不要相信所有你大腦告訴你的話,特別如果它是消極或自我阻礙的,因為你比它更好。大腦假如用到對的地方是一個很不可思議的工具,用到錯的地方會是據有毀滅性的武器。
5.放棄自我設限的信念放棄你限制自己可以做什麼或不能做什麼,什麼是可能的或不可能的信念。從現在起,你不要再允許你限制自己的信念,讓你無法走出去一個地方,展翅飛翔吧!信念不是在大腦裡的想法,而是支撐大腦的想法。
6.放棄抱怨放棄你需要不斷地抱怨那些很多很多使你不快樂、悲傷、沮喪的人或事物。沒有人可以讓你不快樂,除非你允許它讓你悲傷或痛苦。並不是這些事情觸發你的感受,而是你選擇看事情的方法,永遠不要低估正面思考的力量。
7.放棄批評放棄你想批評事情的需要,每個事物或人,都跟你不同,我們都不同,但我們都是一樣的,我們都想要快樂,我們都希望愛與被愛,我們都希望被理解,我們都想要某樣東西,而那些東西都是我們所希望的。
8.放棄討好他人別再假裝做一個不是自己的人,只為了討好他人。在你停止努力辛苦的裝作別人的那一刻,就是你脫下所有面具的那一刻,在你接受和擁抱真實的自己的那一刻,就是你發現你不用費力也可以讓人們被真正的你所吸引的那一刻。
9.放棄對改變的抗拒變化是好的,變化將幫助你從A移動到B,變化將幫助你改善你的生活,也改善你周圍的生活。跟隨你的幸福,擁抱變化,不要抗拒它。擁抱改變之後宇宙將為你打開大門在之前只有牆壁的地方。
10.放棄貼標籤停止給你不理解的或你覺得怪的東西、人們、或事物貼上標籤,並嘗試慢慢的打開一點你的想法,頭腦只有打開的時候才會運作。無知的最高形式是,當你拒絕一些你不知道的東西時。
11.放棄你的恐懼恐懼只是一種假象,它不存在,你創造了它。這一切都在你的心中,糾正裡面的東西,外面的東西就會自然到位。我們唯一需要恐懼的就是恐懼本身。
12.放棄藉口把一切藉口都開除掉,告訴它們你不在需要它們了,很多時候,我們都被自己的藉口給限制了,而並沒有用成長及努力來改善自己和我們的生活,我們會被卡住,騙自己,使用所有類型的藉口,而這些藉口99.9%的時候都不是真的。
13.放棄過去我知道這很難,尤其是當過去看起來比現在好得多,而未來看起來是那麼的可怕,但你必須考慮到一個事實,就是你只有未來,而只有未來是你的一切。你所渴望及夢想的過去,當你在恐懼未來時已經被你忽略了。停止欺騙自己,活在每一個當下,享受生活的一切。到最後生命是一段旅程而不是終點。有一個對未來明確的憧憬,準備自己,但總是存在於現在。
14.放棄依賴在你跟所有的東西分離的那一刻,(這並不表示你放棄你對他們的愛,因為愛和依賴無關彼此,依賴來自恐懼,而愛是純潔、善良、無私的,有愛的地方就沒有恐懼,因為這樣,依賴和愛是不能共存的),你會變得如此平和、如此寬容、如此親切、和安詳。你會到達一個地方,不用嘗試你就可以了解所有的事情,一個超越言語的狀態。
15.放棄活在別人的期望之中太多的人活在不是自己生活,他們過的生活是根據別人覺得是最適合他們的生活,他們過的生活是根據他們的父母、他們的朋友、他們的敵人、他們的老師、他們的政府、和媒體告訴他們最適合的生活。他們忽略了他們內心的聲音,那內心呼喚,他們是如此忙於取悅每一個人,與不要辜負別人的期望,他們失去了自己對生命控制。他們忘記了是什麼讓他們快樂,他們想要什麼,他們需要什麼,而最終,他們忘記了自己。你只有一次生命,就是現在,你必須抓住它,擁有它,尤其不要讓別人的意見分散你的注意力在你想要走的路上。 看更多!請加入我們的粉絲團
[圖擷取自網路,如有疑問請私訊]
| 喜歡這篇嗎?快分享吧! |
前一頁
後一頁