123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145 |
- .main {
- position: relative;
- width: 100%;
- background-color: #f1f1f1;
- overflow-y: auto;
- }
- .biao {
- float: left;
- width: 10%;
- }
- .two {
- position: absolute;
- top: 24%;
- left: 2.5%;
- width: 95%;
- }
- .otherInfo {
- text-align: left;
- padding: 0 0 10px 5px;
- }
- .name {
- float: left;
- width: 38%;
- margin: 6px;
- font-size: 16px;
- color: #0034cf;
- font-weight: bold;
- }
- listbut{
- float: left;
- width: 30%;
- }
- .left1 {
- margin: 5px;
- border-radius: 25px;
- }
- .text1 {
- margin-right: 3px;
- font-size: 14px;
- color: #5e5e5e;
- }
- .button {
- margin-top: 4px;
- /* background-color: rgb(238, 147, 28); */
- border-radius: 15px;
- font-size: 13px !important;
- color: #fff;
- }
- .list {
- background-color: #fff;
- margin-bottom: 10px;
- border-radius: 8px;
- }
- .text3 {
- font-size: 13px;
- color: #adadad;
- }
- .text4 {
- font-size: 14px;
- margin: 5px;
- color: #868686;
- font-weight: 600;
- }
- .text6 {
- font-size: 23px;
- color: rgb(46, 46, 245);
- font-weight: 500;
- }
- .text7 {
- font-size: 23px;
- color: rgb(243, 19, 19);
- font-weight: 500;
- }
- .text8 {
- font-size: 23px;
- font-weight: 500;
- margin-right: 5px;
- margin-left: 5px;
- }
- .right1 {
- border-radius: 5px;
- position: relative;
- width: 100%;
- height: 80px;
- background-color: #e9e9e9;
- }
- .right1_2 {
- float: left;
- width: 101%
- }
- .right1_2 .right1_2o {
- float: left;
- width: 11%;
- height: 40px;
- overflow: hidden;
- }
- .head1 {
- width: 100%;
- height: 33px;
- overflow: hidden;
- }
- .head2 {
- width: 89%;
- height: 36px;
- overflow: hidden;
- }
- .right1_2 .right1_2t {
- float: left;
- width: 33%;
- text-align: center;
- padding: 10px 0;
- }
- .right1_2 .right1_2t text {
- font-size: 14px;
- }
- .right1_2 .right1_2i {
- float: left;
- width: 10%;
- text-align: center;
- padding: 6px 0;
- }
- .right1_1 {
- text-align: center;
- }
|