123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311 |
- .main {
- position: relative;
- width: 100%;
- }
- .main .one {
- float: left;
- width: 100%;
- background-color: #fff;
- margin: 0 0 10px 0;
- }
- .main .one .one_1 {
- float: left;
- width: 100%;
- }
- .main .one .one_1 .one_1_1 {
- float: left;
- width: 30%;
- text-align: center;
- }
- .main .one .one_1 .one_1_2 {
- width: 40%;
- }
- .main .one .one_1 .one_1_2 .time {
- float: left;
- width: 100%;
- font-size: 14px;
- text-align: center;
- margin: 0 0 8px 0;
- }
- .main .one .one_1 .one_1_2 .branch {
- float: left;
- width: 100%;
- text-align: center;
- margin: 0 0 8px 0;
- }
- .main .one .one_1 .one_1_2 .branch text {
- font-size: 25px;
- padding: 0 5px;
- }
- .main .one .one_1 .one_1_2 .branch text:nth-child(1) {
- color: #0000ff;
- font-weight: bold;
- background-color: #f1f1f1;
- }
- .main .one .one_1 .one_1_2 .branch text:nth-child(3) {
- color: #ff0000;
- font-weight: bold;
- background-color: #f1f1f1;
- }
- .main .one .one_1 .one_1_1 image {
- width: 60px;
- height: 60px;
- overflow: hidden;
- border-radius: 90px;
- }
- .main .one .one_1 .one_1_1 view {
- font-size: 14px;
- }
- .main .one .one_2 {
- float: left;
- width: 100%;
- text-align: center;
- color: #666;
- padding: 10px 0;
- }
- .main .two {
- float: left;
- width: 95%;
- background-color: #fff;
- margin: 0 0 10px 0;
- padding: 10px;
- }
- .main .two .two_1 {
- float: left;
- width: 100%;
- font-size: 16px;
- font-weight: bold;
- margin: 0 0 8px 0;
- }
- .main .two .two_2 {
- float: left;
- width: 100%;
- }
- .main .two .two_2 .two_2_1 {
- float: left;
- width: 100%;
- padding: 0 0 8px 0;
- margin: 0 0 8px 0;
- border-bottom: 1px solid #ccc;
- }
- .main .two .two_2 .two_2_1 .two_2_1_logo {
- float: left;
- width: 18%;
- text-align: center;
- margin: 0 10px 0 0;
- }
- .main .two .two_2 .two_2_1 .two_2_1_logo image {
- width: 50px;
- height: 50px;
- border-radius: 90px;
- }
- .main .two .two_2 .two_2_1 .two_2_1_logo .bname {
- font-size: 12px;
- overflow: hidden;
- text-overflow: ellipsis;
- -webkit-line-clamp: 2;
- word-break: break-all;
- display: -webkit-box;
- -webkit-box-orient: vertical;
- }
- .main .two .two_2 .two_2_1 .two_2_1_members {
- float: left;
- width: 70%;
- }
- .main .two .two_2 .two_2_1 .two_2_1_members .list {
- float: left;
- width: 25%;
- text-align: center;
- }
- .main .two .two_2 .two_2_1 .two_2_1_members .list image {
- width: 40px;
- height: 40px;
- border-radius: 90px;
- }
- .main .two .two_2 .two_2_1 .two_2_1_members .list .nickname {
- font-size: 12px;
- }
- .main .two .two_2 .two_2_2 {
- float: left;
- width: 100%;
- padding: 0 0 8px 0;
- border-bottom: none;
- }
- .main .thr {
- float: left;
- width: 95%;
- padding: 10px;
- background-color: #fff;
- margin: 0 0 10px 0;
- }
- .main .thr .thr_1 {
- float: left;
- width: 100%;
- font-size: 16px;
- font-weight: bold;
- margin: 0 0 8px 0;
- }
- .main .thr .thr_2 {
- float: left;
- width: 100%;
- }
- .main .four {
- float: left;
- width: 95%;
- background-color: #fff;
- padding: 10px;
- text-align: center;
- }
- .main .four button {
- width: 50%;
- padding: 5px 0;
- background-color: rgb(247, 89, 16);
- background-image: linear-gradient(to right, rgb(245, 122, 65), rgb(247, 89, 41));
- border-radius: 30px;
- color: #ffffff;
- font-size: 13px;
- }
- .mask {
- width: 100%;
- height: 100%;
- position: fixed;
- top: 0;
- left: 0;
- background: #000;
- opacity: 0.2;
- overflow: hidden;
- z-index: 1000;
- color: #fff;
- }
- /*对话框 */
- .modal {
- height: 400px;
- width: 100%;
- overflow: hidden;
- position: fixed;
- border-radius: 30px 30px 0px 0px;
- bottom: 0;
- left: 0;
- z-index: 2000;
- background: #fff;
- padding-top: 20rpx;
- }
- .title {
- width: 100%;
- padding: 20px;
- }
- .modal_title {
- width: 40%;
- float: left;
- font-size: 18px;
- }
- .go {
- width: 50%;
- float: left;
- text-align: right;
- }
- .cuo {
- width: 20px;
- height: 20px;
- }
- .modal_main {
- padding: 20px;
- }
- .modal_l {
- width: 30%;
- float: left;
- }
- .modal_r {
- width: 60%;
- float: left;
- }
- .modal_l1 {
- margin: 30px 0;
- }
- .modal_l2 {
- margin: 30px 0;
- }
- .modal_r1 {
- height: 60px;
- padding: 0 0 0 0;
- margin: 40px 20px;
- }
- .modal_r2 {
- height: 60px;
- padding: 0 0 0 0;
- margin: 40px 20px;
- }
- .modal_text {
- font-size: 16px;
- float: left;
- }
- .input {
- width: 50px;
- float: left;
- text-align: center;
- border-bottom: 1px solid rgb(228, 228, 228);
- }
- .button {
- width: 300px !important;
- background-color: #ff7815;
- border-radius: 30px;
- color: #ffffff;
- text-align: center;
- }
- .two_logo1 {
- margin-left: 15%;
- align-items: center;
- width: 50px;
- height: 45px;
- }
- .two_logo2 {
- margin-left: 15%;
- align-items: center;
- width: 45px;
- height: 45px;
- border: solid 1px #999;
- }
|