1234567891011121314151617181920212223242526 |
- page{
- background-color: #ebebeb;
- }
- .list {
- border-radius: 0.5rem;
- background-color: #fff;
- margin: 0.2rem;
- }
- .list-item {
- display: flex;
- padding: 0.4rem 1rem;
- }
- .list-item label {
- width: 6rem;
- margin-right: 2rem;
- }
- .list-item image {
- width: 6rem;
- }
- .generateBtnView button{
- width: 90% !important;
- position: fixed;
- bottom: 0.1rem;
- left: 5%;
- z-index: 10;
- }
|