愛發脾氣的老婆都是好老婆

/* 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 */有一種說法叫:找老婆就得找愛發脾氣的女人。真的是這樣嗎?愛情不是尋覓那個『對』的人,而是讓自己成為一個『適合他的人』,沒有一個女人是完美的,請記得看著身旁那個愛人最美的一面。其實,女人還是要有血有肉、有脾氣有骨氣,永遠不會發脾氣的女人就像是一杯白開水,解渴,卻無色無味,更無聊。發脾氣的女人就像是威士忌,刺激火辣又令人難以忘記。你對她大小聲,她向你發脾氣,是希望你能溫柔相待,怕你身體氣壞了。你對她的話視而不見,她向你發脾氣,是希望你能把她放在心裏面,因為她也會永遠把你放第一順位。你遲到,她向你發脾氣,是因為她怕你出了什麽意外。你抽煙喝酒,她向你發脾氣,是因為她擔心你的身體健康、也怕你出事了留下她一個人面對空蕩蕩的屋子。你不愛洗澡,她向你發脾氣,是希望你有乾淨健康的生活。  你總是應酬不回家陪她,她向你發脾氣,是因為她覺得被你忽略了。你忘記她的生日,她向你發脾氣,是因為你對她來說很重要,她希望是對她最重要的人記住她的生日。你身上被發現有別的女人的味道,她當然向你發脾氣,是因為她在乎你,她不想跟別人分享你,她也不希望你們只能走到這裡。。女人可以為了一件超級芝麻蒜皮的小事,發一場大得不能再大的脾氣。也許你會覺得她無理取鬧,但只要仔細想想會發現,你會發現,其實,她發脾氣都是有原因的。你要知道,要是她不在乎,你連讓她發脾氣的本事都沒有。就是因為她在乎,才對你發脾氣;要是她不在乎,你連誰都不是。身邊有個會向你發脾氣的女人,其實是一件幸福的事,因為有一個人深深的在乎著你。愛發脾氣的老婆都是好老婆,珍惜你身邊那個女人,因為那是她在乎的表現。如果有一天,老婆不再對你發脾氣。那就代表她已經死心了,她不再愛你了。又或者,你已經讓她絕望了。絕對不要讓一個女人對你死心,如果有一天,她沉默了,她再也不對你發脾氣了。那就是她決定慢慢地離開的時候了…. 看更多!請加入我們的粉絲團


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

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