| 123456789101112131415161718192021222324252627282930 |
- page {
- background-color: #f8f8f8;
- background-repeat: no-repeat;
- background-position:center center;
- background-image:url(https://img14.360buyimg.com/ddimg/jfs/t1/159433/38/3955/429439/60068f12E63ab2e3b/adbd9d60b138764a.gif);
- }
- .container {
- padding: 0 30rpx 0 30rpx;
- align-items: center;
- }
- .list-item {
- display: flex;
- flex-direction: row;
- justify-content: space-between;
- align-items: center;
- width: 100%;
- padding: 10px 0 10px 0;
- box-sizing: border-box;
- border: 1px solid #000;
- border-style: none none solid none;
- border-bottom-color: lightgray;
- }
- .list-item:last-child {
- border-style: none;
- }
- .button {
- position: fixed;
- width: 690rpx;
- bottom: 30rpx;
- }
|