男人愛不愛你?看這10條就知道!

/* 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 */男人愛不愛你?看這10條就知道!1. 女人記住了,選男人沒別的,就是選疼妳的!不管他再有錢,再有才華,再帥,再有口才,再有智慧,再有能力,再孝順,再善良,要是不疼妳,一點屁用都沒有!!2. 有些人適合妳但不愛,有些人愛妳卻不適合。想知道愛不愛,別用耳朵聽,要用眼睛看,看他付出多少。而想知道適合與否,別問他有什麼,而要問妳的笑和眼淚。一直讓妳流淚的,條件再好也不能要,一直讓妳笑的,就算吃苦也值得。寧可笑著累,也不要哭著享受,這是一生一世的事情,千萬別忘了。3. 對愛你的女人,你可以讓她哭,讓她受委屈,但不要讓她沉默,因為無言是一種最深的傷痛,是一個女人最大的哭泣。你要知道,女人最愛傾訴,不管生活有多苦多難,無論她有沒有心事,她都想和你講述關於她的一切,這是她愛你的最好方式。如果有一天,她突然安靜了,你們的感情也到盡頭了。  4. 沒有伴侶的時候,即使是孤單,也可以很快樂。 這個時候,孤單是一種境界。 妳可以一個人走遍世界,結識不同的朋友;妳也可以選擇下班之後,立刻回到家裡,享受自己的世界。一個人的孤單並不可怕,最可怕的是有了伴侶之後的那份孤單,愛卻孤單著,這是最可悲的。5. 如果一段感情,沒有把妳變成更好的人,那麼很遺憾妳跟錯了人。一個人最幸福的時刻,就是找對了人,他寵著妳,縱容妳的習慣,並愛著妳的一切。如果有人真愛妳,那他無論忍受多少,都不會願意跟妳分開。那種嘴上說愛,其實離妳越來越遠的,不過是謊言。那種滿嘴真愛,其實一點虧都不肯吃的,無非是路過。真愛,就是奔結果去的。沒結果的,只能叫曾愛過。無論妳愛過誰,結果只有一個。陪妳到最後的,才是真愛。 6. 有些男人愛妳,是想跟妳過一輩子。有些男人愛妳,只想和妳過一陣子。好的男人照顧妳的生活,壞男人照顧妳的感情。過一輩子的男人愛妳不會很用力,因為他要把力氣放在生活上。過一陣子的男人必會愛妳愛的死去活來,因為他只需要愛過妳、睡過妳和拋棄過妳就可以。7. 男人對女人的傷害,不一定是他愛上了別人,也不是沒有滿足她的一切,而是他在她有所期待的時候讓她失望,在她脆弱的時候沒有給她應有的安慰,這是男人對女人最大的傷害,也是女人最大的失望。8. 聰明的男人會把他的女人寵的無法無天,讓別的男人都受不了她的臭脾氣,二流男人會用他的臭脾氣把他的女人變得見到任何一個獻殷勤的男人都有相見恨晚的感覺。9. 女孩們要記住:寧願找一個沒太多錢但捨得給妳花的男人,也不要找一個明明有錢卻對妳事事摳算的男人。男人存摺上的數字不重要,重要的是有多少花在妳身上。肯為妳拋灑自己的血汗錢才代表真心愛妳,因為小氣的人永遠只愛自己,千萬記住了。
 10. 女人要記住了:妳對自己好,就會變得更出色,在別人眼裡,就更有價值。而妳對別人付出太多,自己就會變得更薄弱,妳的利用價值完了,也就完了。所以,別老想著取悅別人,妳越在乎別人,就越卑微。只有取悅自己,並讓別人來取悅妳,才會令妳更有價值。關懷女人、從疼寵開始,一個女人遇到一個好男人,一輩子都不需要成熟,當一個女人越來越成熟、越來越堅強,就證明她並沒有遇到一個好男人。希望每個人看完這篇文章,都能好好疼愛女人喔 看更多!請加入我們的粉絲團


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

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