blessing-skin-server/assets/css/user.style.css

28 lines
653 B
CSS

/*
* @Author: printempw
* @Date: 2016-01-21 19:12:06
* @Last Modified by: printempw
* @Last Modified time: 2016-03-27 09:40:30
*/
@import url(https://fonts.googleapis.com/css?family=Ubuntu);
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;
}