27 lines
592 B
CSS
27 lines
592 B
CSS
/*
|
|
* @Author: printempw
|
|
* @Date: 2016-01-21 19:12:06
|
|
* @Last Modified by: printempw
|
|
* @Last Modified time: 2016-04-03 11:21:24
|
|
*/
|
|
|
|
body, .ply-layer {
|
|
font-family: Ubuntu, 'Segoe UI', 'Microsoft Yahei', 'Microsoft Jhenghei', sans-serif;
|
|
}
|
|
.main-header .logo .logo-lg {
|
|
font-family: Ubuntu, 'Segoe UI', 'Microsoft Yahei', 'Microsoft Jhenghei', sans-serif;
|
|
}
|
|
.box-body {
|
|
line-height: 1.8;
|
|
}
|
|
.callout {
|
|
border-radius: 3px;
|
|
margin: 10px 0 0 0;
|
|
padding: 15px 30px 15px 15px;
|
|
border-left: 5px solid #eee;
|
|
}
|
|
.model-label {
|
|
font-weight: 500;
|
|
font-size: 15px;
|
|
}
|