This repository has been archived on 2022-06-28. You can view files and clone it, but cannot push or open issues or pull requests.
magic_box_server/src/main/webapp/css/ui.css

7 lines
154 B
CSS
Raw Normal View History

2018-09-25 14:57:35 +08:00
div.item{
border: 1px solid #ccc!important;padding:14px;border-radius: 15px!important; width: 15%;
box-shadow: 2px 2px 1px gray;
}
p.by{
color: gray;
}