123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179 |
- .bgc-f2f4f6{
- background-color: #f2f4f6;
- }
- .c-a8a8a8{
- color: #a8a8a8;
- }
- .h40{
- height: 40px;
- }
- .lh40{
- line-height: 40px;
- }
- .header-icon{
- vertical-align: baseline;
- margin-bottom: -3px;
- }
- .arrow-r{
- position: absolute;
- top: 50%;
- right: 10px;
- margin-top: -5px;
- display: inline-block;
- width: 10px;
- height: 10px;
- border: solid #909090;
- border-width: 2px 2px 0 0;
- -webkit-transform: rotate(45deg);
- transform: rotate(45deg);
- }
- .arrow-d{
- position: absolute;
- top: 50%;
- right: 0px;
- margin-top: -8px;
- display: inline-block;
- width: 10px;
- height: 10px;
- border: solid #909090;
- border-width:0 2px 2px 0;
- -webkit-transform: rotate(45deg);
- transform: rotate(45deg);
- }
- .box{
- display: -webkit-box;
- display: box;
- background-color: #fff;
- padding-left: 10px;
- padding-right: 10px;
- }
- .box-info{
- -webkit-box-flex: 1;
- box-flex: 1;
- display: box;
- display: -webkit-box;
- -webkit-box-orient: vertical;
- -webkit-box-pack: center;
- }
- .word-wrap{
- word-wrap: break-word;
- }
- .c-list li.ml0{
- margin-left: 0;
- }
- .c-list .c-list-info.pr0{
- padding-right: 0;
- }
- textarea{
- height: 100px;
- font-size: 14px;
- padding: 7px 10px 22px;
- width: calc(100% - 22px);
- border-color: #e1e1e1;
- margin: 0;
- }
- #commit.active,
- #commit:hover{
- background-color:#74bf00;
- }
- .num-box{
- position: absolute;
- bottom: 10px;
- right: 10px;
- width: 100%;
- text-align: right;
- }
- .text-tag{
- float: left;
- background-color: #fff;
- border: 1px solid #74bf00;
- color: #74bf00;
- padding: 5px 15px;
- border-radius: 17px;
- margin-right: 10px;
- font-size: 14px;
- margin-bottom: 10px;
- }
- .text-tag.active{
- background-color:#74bf00;
- color: #fff;
- }
- input[type="text"]{
- border: none;
- margin: 0;
- padding: 0;
- height: inherit;
- }
- .mui-views,
- .mui-view,
- .mui-pages,
- .mui-page,
- .mui-page-content {
- position: absolute;
- left: 0;
- right: 0;
- top: 0;
- bottom: 0;
- width: 100%;
- height: 100%;
- background-color: #efeff4;
- }
- .mui-pages {
- top: 0px;
- height: auto;
- }
- .mui-page.mui-transitioning {
- -webkit-transition: -webkit-transform 300ms ease;
- transition: transform 300ms ease;
- }
- .mui-page-left {
- -webkit-transform: translate3d(0, 0, 0);
- transform: translate3d(0, 0, 0);
- }
- .mui-ios .mui-page-left {
- -webkit-transform: translate3d(-20%, 0, 0);
- transform: translate3d(-20%, 0, 0);
- }
- .mui-navbar .mui-btn-nav {
- -webkit-transition: none;
- transition: none;
- -webkit-transition-duration: .0s;
- transition-duration: .0s;
- }
- .mui-navbar .mui-bar .mui-title {
- display: inline-block;
- width: auto;
- }
- .mui-page-shadow {
- position: absolute;
- right: 100%;
- top: 0;
- width: 16px;
- height: 100%;
- z-index: -1;
- content: '';
- }
- .mui-page-shadow {
- background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, .01) 50%, rgba(0, 0, 0, .2) 100%);
- background: linear-gradient(to right, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, .01) 50%, rgba(0, 0, 0, .2) 100%);
- }
- .mui-navbar-inner.mui-transitioning,
- .mui-navbar-inner .mui-transitioning {
- -webkit-transition: opacity 300ms ease, -webkit-transform 300ms ease;
- transition: opacity 300ms ease, transform 300ms ease;
- }
- .mui-page {
- display: none;
- }
- .mui-pages .mui-page {
- display: block;
- }
- a:active{color:#ccc}
|