123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171 |
- .main {
- position: relative;
- width: 100%;
- }
- .main .one {
- float: left;
- width: 100%;
- }
- .main .one .a {
- float: left;
- width: 95%;
- padding: 10px;
- }
- .main .one .a .alist {
- float: left;
- width: 95%;
- padding: 10px;
- background-color: #ffffff;
- border-radius: 5px;
- margin: 0 0 10px 0;
- }
- .main .one .a .alist .name {
- float: left;
- width: 100%;
- height: 50px;
- line-height: 50px;
- margin: 0 0 5px 0;
- }
- .main .one .a .alist .name image {
- float: left;
- width: 15%;
- height: 50px;
- overflow: hidden;
- border-radius: 90px;
- }
- .main .one .a .alist .name text:nth-child(2) {
- float: left;
- max-width: 63%;
- padding: 0 0 0 10px;
- font-size: 16px;
- font-weight: bold;
- }
- .main .one .a .alist .name text:nth-child(3) {
- float: left;
- width: 15%;
- padding: 0 0 0 10px;
- font-size: 14px;
- }
- .main .one .a .alist .other {
- float: left;
- width: 100%;
- margin: 0 0 5px 0;
- }
- .main .one .a .alist .other .other_1 {
- float: left;
- width: 100%;
- font-size: 12px;
- margin: 0 0 5px 0;
- }
- .main .one .a .alist .other .other_1 text:nth-child(1) {
- color: #666;
- }
- .main .one .a .alist .btn {
- float: left;
- width: 100%;
- text-align: center;
- }
- .main .one .a .alist .btn button {
- margin: 0 10px;
- padding: 0 10px;
- font-size: 14px;
- }
- .main .one .b {
- float: left;
- width: 95%;
- padding: 10px;
- }
- .main .one .b .blist {
- float: left;
- width: 95%;
- background-color: #fff;
- border-radius: 5px;
- padding: 10px;
- margin: 0 0 10px 0;
- }
- .main .one .b .blist .name {
- float: left;
- width: 100%;
- font-size: 14px;
- font-weight: bold;
- margin: 0 0 5px 0;
- }
- .main .one .b .blist .other {
- float: left;
- width: 100%;
- margin: 0 0 5px 0;
- }
- .main .one .b .blist .other .otherInfo {
- float: left;
- width: 100%;
- font-size: 12px;
- margin: 0 0 5px 0;
- }
- .main .one .b .blist .other .otherInfo text:nth-child(1) {
- color: #666;
- }
- .main .one .b .blist .btn {
- float: left;
- width: 100%;
- text-align: center;
- }
- .main .one .b .blist .btn button {
- margin: 0 10px;
- padding: 0 10px;
- font-size: 14px;
- }
- .dialog_one {
- float: left;
- width: 100%;
- }
- .dialog_one .content {
- float: left;
- width: 100%;
- border-bottom: 1px solid #ccc;
- padding: 10px 0;
- margin: 0 0 10px 0;
- font-size: 14px;
- }
- .dialog_one .content .label {
- float: left;
- width: 20%;
- }
- .dialog_one .content .value {
- float: left;
- width: 80%;
- text-align: right;
- }
- .dialog_one .btn {
- float: left;
- width: 100%;
- text-align: center;
- }
- .dialog_one .btn button {
- font-size: 14px;
- }
|