痕癢

皮膚護理系列 – 防曬

夏天想去享受太陽,但室外這麼曬,紫外線指數又很高怎麼辦?不想曬傷的話,大家記得要塗上防曬產品後才出門!今天藥劑師會和大家分享防曬小知識。防曬可以防止皮膚曬黑或老化 …

皮膚護理系列 – 日常潤膚知識 (一)

冬天將至,乾燥涼爽的天氣會加速皮膚表面水份流失,因此轉季期間不少朋友都會出現皮膚泛紅、痕癢等情況,亦開始四出搜羅各種潤膚產品。市面上的潤膚產品種類繁多,哪些產品塗抹後既可滋潤皮膚,又不會有黏黏的感覺?今天藥劑師先跟大家分享一些基本護膚概念。

主婦手 (Contact Dermatitis)

主婦手是刺激性接觸性皮膚炎的俗稱,顧名思義,常見於手部範圍,通常皮膚會感到乾燥痕癢、出現紅點及泛紅,慢慢會出現甩皮情況,嚴重可導致龜裂或皮膚變厚結繭 …

$output = '
    '; if ( $arcresults ) { $numarticles = count($arcresults); $column1 = round($numarticles/3); $column2 = round($column1*2); $counter = 0; $afterafter = $after; foreach ( (array) $arcresults as $arcresult ) { if($counter == $column1) { $output .= "
    "; } elseif($counter == $column2) { $output .= "
    "; } $url = get_month_link( $arcresult->year, $arcresult->month ); /* translators: 1: month name, 2: 4-digit year */ $text = sprintf(__('%s'), $wp_locale->get_month($arcresult->month)); $year_text = sprintf('
  • %d
  • ', $arcresult->year); if ( $show_post_count ) $after = ' ('.$arcresult->posts.')' . $afterafter; $output .= ( $arcresult->year != $temp_year ) ? $year_text : ''; $output .= get_archives_link($url, $text, $format, $before, $after); $temp_year = $arcresult->year; $counter ++; } $output .= '
'; }