1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
===================================

/*圖片彈出視窗圓角*/
._lch_ ~ .pop-window .divplurk,
._lch_ ~ .pop-window .pop-window-view,
._lch_ ~ .pop-window .response_box,
._lch_ ~ .pop-window .mini_form,
._lch_ ~ .pop-window .img-holder {
  background: none !important;
}
._lch_ ~ .pop-window .pop-window-view {
  border-radius: 18px !important;
  font-size: 1em; 
}

/*圖片彈出視窗輸入框圓角*/
._lch_ ~ .pop-window .plurkForm.mini-mode .input_holder,
._lch_ ~ .pop-window .mini_form .input_holder {
  border-radius: 18px !important;
}
._lch_ ~ .pop-window .m_qualifier {
  border-radius: 18px !important;
}

===================================