12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667 |
- @charset "utf-8";
- #wrapper {
- bottom: 60px;
- }
- #footer {
- position: absolute;
- bottom: 10px;
- left: 0;
- width: 100%;
- }
- .btn-red {
- height: 40px;
- font-size: 16px;
- background-color: #ff6a56;
- }
- .c-list > .list-arrow-r {
- padding-right: 20px;
- }
- .c-list > .list-arrow-r:after {
- position: absolute;
- top: 50%;
- right: 15px;
- margin-top: -5px;
- content: "";
- display: block;
- width: 8px;
- height: 8px;
- border: solid #cdcdcd;
- border-width: 2px 2px 0 0;
- -webkit-transform: rotate(45deg);
- transform: rotate(45deg);
- }
- .c-list .c-list-key {
- min-width: 70px;
- display: box;
- display: -webkit-box;
- -webkit-box-orient: vertical;
- -webkit-box-pack: center;
- }
- .c-list .c-list-key span {
- font-size: 16px;
- }
- .c-list .info-right {
- -webkit-box-orient: horizontal;
- -webkit-box-pack: end;
- }
- .c-list .c-list-info{
- min-height: 39px;
- padding-right: 10px;
- text-align: right;
- }
- .c-list .c-list-info > p {
- padding: 6px 0;
- font-size: 14px;
- }
- .c-list > li {
- margin-left: 10px;
- border-color: #e1e1e1;
- }
- .family-list .c-avatar-m {
- -webkit-box-pack: center;
- width: 50px;
- height: 50px;
- margin: 5px 0;
- }
- /*.ui-dialog-footer .ui-dialog-button button span{color: #12B7F5;}*/
- .ui-dialog-footer .ui-dialog-button button span{color: #75bf00;}
|