@import "../global.less"; @import "../header.less"; a:link, a:visited, a:hover{ color: black; text-decoration: none; } #m_body{ background-color: @main-backcolor; height: 90%; padding-top: 10px; #main{ position: relative; background-color: @edit-backcolor; width: 900px; margin: 0 auto; align: center; border: 1px solid #999999; #notice{ position: relative; width: 650px; border: 5px solid #EFEFEC; height: auto; .title{ font-size: 2em; padding: 5px 0px 5px 20px; } .noticeList{ position: relative; .display{ position: relative; list-style-type: none; padding-left: 10px; li{ border-bottom: 1px solid black; margin-top: 5px; .pic{ margin-left: 20px; .userPic{ .comUserPic(50px, 50px); } } .info{ margin-left: 20px; font-size: 1.2em; } } // .busy{ // position: relative; // display: block; // width: 40px; // height: 40px; // margin: 0 auto; // } } } .more{ position: relative; height: 50px; width: 100%; .busy_base{ position: absolute; width: 100%; height: 100%; z-index: 10000; background-color: white; .busy_in{ position: relative; z-index: 10000; width: 45px; left: 50%; } } #get_more{ position: absolute; .submitBtn(30%, 22px, 6px, 1.2em); margin-left: -15%; left: 50%; // margin: 0 auto; margin-bottom: 20px; } } } #space{ position: relative; background-color: @navi-backcolor; width: 240px; } } }