老公的一句話 - 談陰道整形
/* 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: 3px 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: 9px 20px; } #article-survey .as-button, #article-survey .as-button-comment{ min-width: 105px; padding: 9px 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 */一位中年婦女,已有3子,前兩胎由我負責接生,第三胎則因搬家所以在台北生產。久沒見面,日前忽然在診間出現,見面時第一句話就說要陰道手術,她人長的不難看,身材仍然不錯,今有此問,一定是出了問題,在此之前,若有女性病患問及同樣要求,我皆會從各種角度切入,探究她真正的原因,但這位女士,我則一口答應,手術於日前順利完成,復診時,她還一直提問有沒有做的很好?我再三強調保證,她才露出笑容回台北去了。其實當天我還替另一位婦女作同樣的手術,他所持的理由也很簡單,只有老公的一句話──妳下面好像有點鬆了!這位女士現都已是40出頭了,一聽到這句話,心裡不慌才怪!魚水之歡人人愛,但能達到水乳交融的境界也是大家所期盼,可是造物者捉弄人,自然生產後的現實情景,自然而然破壞了這種平衡,而造就了許多社會上的曠男怨女。性行為講究的是心靈的結合,而非單純的性器官接觸,不然的話跟嫖妓又有何二樣?但粗俗男人的一句話──妳的那個太鬆了,卻無意有意中破壞了這個美感,結果是女人慌了,跑來問醫師:有影無?醫師雖堅決否定這種說法,但在百般無奈下也幫她作了會陰整型手術,但在日後的門診追蹤上,卻發現她臉上滿意幸福的表情,我又迷糊了,這跟教科書上所描述的完全相反的結局,是醫師錯了嗎?基於社會現實環境的要求,我只好繼續幫忙下去,陰道整型也就越作越多,有來自本地的,也有來自北臺灣的,我有時候心裡在想,怎麼有那麼多的鬆弛的病人呢?到底是誰的錯呢? 陰道壁的構造本來就有皺摺,功能如女人的百褶裙一般,有伸縮的空間,可供生產時胎頭順利的通過。所以自然生產時,胎頭待在陰道這個通道僅有短短一個小時而已,應該不致於弄垮陰道,不過胎頭畢竟比陰道管徑大太多,雖不會傷害陰道壁,卻會扯斷會陰裡面的五條肌肉束,肌肉束一斷, 它就會像縮頭烏龜一樣縮到會陰兩旁去,生完產會陰修補時,若醫師沒有即時將肌肉束拉回來縫合,僅會陰表皮縫一縫就交差了事,當時病人可能不會感覺什麼異樣,但日子一久,陰道鬆弛就會顯現出來如下墜感,小便不順等,若此時再加上先生的閒話一句,那就更糟糕,日子就會難過多了。所以自然生產完畢後,接生的醫師應該多留意,將會陰的肌肉束記得拉回來縫合,那產婦以後就比較不會有麻煩。同時產婦本身於坐月子的時候或以後上班之際,能不定時自己作肛門收縮運動,這是有名的凱格兒運動,每天不定時作十下,每一下緊縮五十秒,放鬆十秒,連續動作一氣呵成,有恆地作,陰道緊縮效果會很顯著,這個運動的原理是因為肛門刮約肌的外圍與陰道口外環肌肉束呈部份8字型聯接,若肛門一收縮,陰道口處也會跟著收縮。這樣說來,剖腹生產好像比較佔優勢,其實不然,因為剖腹生產的新生兒根據研究比較容易得到暫時停止呼吸症候群,對新生兒的腦部發育比較不利,何況會陰修補的技術若佳的話,我認為自然生產還是最佳的選擇。最近又有人主張不剪會陰的所謂人道生產,我認為她們錯了,因不剪會陰的生產歷史太久了,就因為它有很多不良的後遺症,醫師們才改切開術,經過4、50年的改進才有今天的技術,怎麼可以再走回頭路,讓產婦重陷舊時代的夢魘呢!?這篇文章對您是否有幫助?否是快來分享妳的看法!感謝您提供寶貴的意見![SURVEY-N]%沒幫助[SURVEY-Y]%有幫助[SURVEY-Y]% [SURVEY-N]% 長夾帶財?提升好運的皮夾招財法 《樓中亮中醫師》不同類型媽媽的健康叮嚀 「愛情隨時間消逝」,Selina、阿中離婚了 送出
我要匿名送出
恭喜!留言成功!看看其他人的留言回覆!想要追蹤這篇文章的作者嗎? 看更多!請加入我們的粉絲團
[圖擷取自網路,如有疑問請私訊]
| 喜歡這篇嗎?快分享吧! |
前一頁
後一頁