123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687 |
- .main {
- background: #f1f1f1;
- }
- .main .one {
- float: left;
- width: 91%;
- margin: 0 0 8px 0;
- height: 30px;
- line-height: 30px;
- background: #fff;
- margin: 8px 8px;
- padding: 8px;
- border-radius: 5px;
- }
- .main .one text {
- float: left;
- margin: 0 5px 0 0;
- font-size: 15px;
- }
- .main .one text:nth-child(1) {
- font-size: 30px;
- color: #409eff;
- }
- .main .one text:nth-child(4) {
- float: right;
- }
- .main .two {
- float: left;
- width: 96%;
- padding: 0 8px;
- border-radius: 5px;
- }
- .main .two .list {
- float: left;
- width: 95%;
- background: #fff;
- border-bottom: 1px solid #ccc;
- padding: 8px;
- height: 43px;
- line-height: 43px;
- }
- .main .two .list .list_1 {
- float: left;
- width: 15%;
- height: 43px;
- text-align: center;
- }
- .main .two .list .list_1 image {
- width: 40px;
- height: 40px;
- border-radius: 90px;
- border: 1px solid #f1f1f1;
- }
- .main .two .list .list_2 {
- float: left;
- width: 60%;
- font-size: 15px;
- }
- .main .two .list .list_3 {
- float: left;
- width: 20%;
- text-align: right;
- font-size: 15px;
- }
- .wrapper {
- display: flex;
- align-items: center;
- justify-content: center;
- height: 100%;
- }
- .block {
- width: 130px;
- height: 130px;
- background-color: #fff;
- }
|