글자크기, 버튼크기 css 수정
parent
3bd88c669e
commit
965af353b4
|
|
@ -15,11 +15,13 @@
|
||||||
.btn.noscript {font-size: 0;}
|
.btn.noscript {font-size: 0;}
|
||||||
.btn > span {position: relative;}
|
.btn > span {position: relative;}
|
||||||
|
|
||||||
/* changed by lim height: 46px; font-size: 16px; line-height: 46px; added by lim padding: 0px; */
|
.btn_blue_h46 {height: 46px; border-radius: 5px; color: #fff; font-size: 15px; line-height: 46px; text-align: center; background: #169bd5;}
|
||||||
.btn_blue_h46 {height: 32px; border-radius: 5px; color: #fff; font-size: 15px; line-height: 32px; text-align: center; background: #169bd5; padding: 0px;}
|
.btn_skyblue_h46 {height: 46px; border-radius: 5px; color: #005b82; font-size: 15px; line-height: 46px; text-align: center; background: #daedf5;}
|
||||||
/* changed by lim height: 46px; font-size: 16px; line-height: 46px; added by lim padding: 0px; */
|
.btn_red_h46 {height: 46px; border-radius: 5px; color: darkred; font-size: 15px; line-height: 46px; text-align: center; background: #ed898b;}
|
||||||
.btn_skyblue_h46 {height: 32px; border-radius: 5px; color: #005b82; font-size: 15px; line-height: 32px; text-align: center; background: #daedf5; padding: 0px;}
|
|
||||||
.btn_red_h46 {height: 32px; border-radius: 5px; color: darkred; font-size: 15px; line-height: 32px; text-align: center; background: #ed898b; padding: 0px;}
|
.btn_blue_h32 {height: 32px; border-radius: 5px; color: #fff; font-size: 15px; line-height: 32px; text-align: center; background: #169bd5; padding: 0px;}
|
||||||
|
.btn_skyblue_h32 {height: 32px; border-radius: 5px; color: #005b82; font-size: 15px; line-height: 32px; text-align: center; background: #daedf5; padding: 0px;}
|
||||||
|
.btn_skyblue_h32 {height: 32px; border-radius: 5px; color: darkred; font-size: 15px; line-height: 32px; text-align: center; background: #ed898b; padding: 0px;}
|
||||||
|
|
||||||
.btn_upload {position: relative; width: 180px; height: 46px; border-radius: 5px; color: #fff; font-size: 16px; line-height: 46px; text-align: center; background: #169bd5;}
|
.btn_upload {position: relative; width: 180px; height: 46px; border-radius: 5px; color: #fff; font-size: 16px; line-height: 46px; text-align: center; background: #169bd5;}
|
||||||
.btn_upload span {display: inline-block; height: 46px; line-height: 46px;}
|
.btn_upload span {display: inline-block; height: 46px; line-height: 46px;}
|
||||||
|
|
@ -98,7 +100,7 @@
|
||||||
.board_view2 {border-top: 2px solid #222;}
|
.board_view2 {border-top: 2px solid #222;}
|
||||||
.board_view2 dl {display: table; width: 100%; table-layout: fixed; border-bottom: 1px solid #dde2e5;}
|
.board_view2 dl {display: table; width: 100%; table-layout: fixed; border-bottom: 1px solid #dde2e5;}
|
||||||
.board_view2 dl > * {display: table-cell; table-layout: fixed; vertical-align: middle;}
|
.board_view2 dl > * {display: table-cell; table-layout: fixed; vertical-align: middle;}
|
||||||
.board_view2 dl dt {width: 176px; padding: 12px 25px; color: #000; font-size: 16px; letter-spacing: -2px; background: #f5f6f7; word-break: break-all;} /* changed by lim font-size: 18px;*/
|
.board_view2 dl dt {width: 176px; padding: 12px 25px; color: #000; font-size: 15px; letter-spacing: -2px; background: #f5f6f7; word-break: break-all;} /* changed by lim font-size: 18px;*/
|
||||||
.board_view2 dl dt .req {display: inline-block; width: 7px; height: 7px; margin-left: 2px; font-size: 0; background: url(css/images/ico_req.png) no-repeat; vertical-align: 17px;}
|
.board_view2 dl dt .req {display: inline-block; width: 7px; height: 7px; margin-left: 2px; font-size: 0; background: url(css/images/ico_req.png) no-repeat; vertical-align: 17px;}
|
||||||
.board_view2 dl dd {padding: 12px 15px; color: #222; font-size: 16px; font-weight: 300;}
|
.board_view2 dl dd {padding: 12px 15px; color: #222; font-size: 16px; font-weight: 300;}
|
||||||
.board_view2 .file_add {margin-top: 5px;}
|
.board_view2 .file_add {margin-top: 5px;}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue