mirror of
https://github.com/bs-community/blessing-skin-server.git
synced 2025-03-07 15:16:40 +08:00
42 lines
674 B
CSS
42 lines
674 B
CSS
/*
|
|
* @Author: printempw
|
|
* @Date: 2016-01-21 19:12:06
|
|
* @Last Modified by: printempw
|
|
* @Last Modified time: 2016-03-19 10:08:38
|
|
*/
|
|
|
|
#canvas3d {
|
|
margin: 0 auto;
|
|
display: block;
|
|
}
|
|
.operations {
|
|
display: inline;
|
|
float: right;
|
|
}
|
|
.operations > i {
|
|
padding: .5em .5em;
|
|
display: inline !important;
|
|
}
|
|
.operations > i:hover {
|
|
color: #555;
|
|
cursor: pointer;
|
|
}
|
|
#preview-2d > p {
|
|
height: 64px;
|
|
line-height: 64px;
|
|
}
|
|
.skin2d {
|
|
float: right;
|
|
max-height: 64px;
|
|
width: 64px;
|
|
}
|
|
.box-title {
|
|
width: 100%;
|
|
}
|
|
.callout {
|
|
border-radius: 3px;
|
|
margin: 10px 0 0 0;
|
|
padding: 15px 30px 15px 15px;
|
|
border-left: 5px solid #eee;
|
|
}
|