五種惡婆婆特質,她兒子千萬別嫁

/* 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{ 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{ 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{ 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 besic */ #chat-match *{ -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; } #chat-match.chat-match-container{ text-align: center; /*background: rgba(220,71,118,0.02);*/ background: rgba(224, 206, 224,0.2); padding: 5px; border-radius: 8px; cursor: default; /*margin: 0 10px;*/ margin: 5px 0; display: inline-block; width: 100%; } #chat-match .cm-box{ /*border: 2px dashed #dc4776;*/ border-radius: 5px; padding: 20px; } #chat-match .title{ /*letter-spacing: 0.1px;*/ color: rgba(76,20,94,0.9); } /* END besic */ /* BEGIN cm-list */ #chat-match .cm-list-box{ width: 80%; margin: 0 auto; } #chat-match .cm-list{ text-align: left; list-style: none; padding: 5px 0; } #chat-match .cm-list-item{ width: 100%; } #chat-match .cm-list-item i{ font-size: 13px; color: rgba(76,20,94,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; } #chat-match .cm-list-item-a{ color: #444; text-align: justify; } #chat-match .cm-list-item:hover, #chat-match .cm-list-item-a:hover{ color: rgba(76,20,94,0.7); } #chat-match .cm-list-item, #chat-match .cm-list-item div{ display: inline-block; } #chat-match .cm-list-item div:first-child{ width: 5%; } #chat-match .cm-list-item div:last-child{ width: 95%; } /* END cm-list */ @media (min-width: 1200px){} @media only screen and (max-width: 1100px){ #chat-match .cm-list-box{ width: 75%; } } @media only screen and (max-width: 768px){ #chat-match *{ font-size: 17px; letter-spacing: 0.4px; } #chat-match .cm-box{ padding: 25px 20px; } #chat-match .cm-list-box{ width: 95%; } #chat-match .cm-list-item{ line-height: 27px; } #chat-match .cm-list-item-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 */ #chat-match .float-left{ float: left; } #chat-match .float-right{ float: right; } #chat-match .text-center{ text-align: center; } #chat-match .text-left{ text-align: left; } #chat-match .text-right{ text-align: right; } #chat-match .text-justify{ text-align: justify; } #chat-match .display-none{ display: none; } /* END extra */ 看更多!請加入我們的粉絲團


[圖擷取自網路,如有疑問請私訊]

本篇
不想錯過? 請追蹤FB專頁!    
前一頁 後一頁