123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102 |
- .main {
- position: relative;
- width: 100%;
- background-color: #eeeeee;
- }
- .main .one {
- float: left;
- width: 95%;
- margin: 10px 10px 0 10px;
- }
- .main .one .list {
- float: left;
- width: 95%;
- margin: 0 0 10px 0;
- background-color: #fff;
- border-radius: 5px;
- padding: 10px;
- }
- .main .one .list .list_1 {
- float: left;
- width: 70%;
- }
- .main .one .list .list_1 .list_1_1 {
- float: left;
- width: 100%;
- font-size: 16px;
- margin: 0 0 5px 0;
- }
- .main .one .list .list_1 .list_1_1 text:nth-child(2) {
- padding: 0 0 0 10px;
- color: #ff0000;
- font-size: 14px;
- }
- .main .one .list .list_1 .list_1_2 {
- float: left;
- width: 100%;
- font-size: 14px;
- color: #666;
- }
- .main .one .list .list_2 {
- float: left;
- width: 30%;
- text-align: center;
- }
- .main .one .list .list_2 button {
- margin: 0 2px 2px 0;
- font-size: 12px;
- }
- .van-button--large {
- width: 100% !important;
- height: 50px;
- line-height: 48px;
- }
- .two_0 {
- margin: 10px 0 0 20px;
- border-bottom: 1px solid #ccc;
- width: 88%;
- height: 40px;
- }
- .two_0 .image {
- border-radius: 50%;
- width: 35px;
- height: 35px;
- float: right;
- }
- .two_0 .text {
- float: left;
- margin: 8px 0 0 0;
- font-size: 16px;
- }
- .two {
- margin: 10px 0 0 20px;
- border-bottom: 1px solid #ccc;
- width: 88%;
- height: 30px;
- }
- .two .text {
- float: left;
- font-size: 16px;
- }
- .two .text1 {
- float: right;
- font-size: 14px;
- }
|