123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899 |
- .main {
- height: 88vh;
- .one {
- width: 92vw;
- margin: 0 0 2vw 0;
- background-color: #f1f1f1;
- padding: 2vw;
- }
- .two {
- flex-grow: 1;
- position: relative;
- width: 96vw;
- .scroll-view {
- position: absolute;
- top: 0;
- left: 0;
- right: 0;
- bottom: 0;
- .list-scroll-view {
- display: flex;
- flex-wrap: wrap;
- align-content: flex-start;
- justify-content: space-between;
- .list {
- display: flex;
- flex-direction: column;
- width: 96vw;
- padding: 2vw;
- background-color: #ffffff;
- margin: 0 0 2vw 0;
- .name {
- font-size: 16px;
- font-weight: bold;
- margin: 0 0 1vw 0;
- }
- .other {
- font-size: 14px;
- margin: 0 0 1vw 0;
- .other_1 {
- padding: 0 0 1vw 0;
- }
- .other_1 text:nth-child(1) {
- color: #666;
- }
- }
- .btn {
- text-align: center;
- button {
- color: #ffffff;
- font-size: 14px;
- }
- }
- }
- }
- }
- }
- }
- .dialog_one {
- margin: 10px 0 0 0;
- .one_1 {
- display: flex;
- flex-direction: row;
- justify-content: space-between;
- border: 1px solid #ccc;
- border-radius: 5px;
- margin: 0 0 10px 0;
- padding: 10px;
- .text {
- width: 20vw;
- color: #666;
- font-size: 16px;
- }
- .text1 {
- font-size: 16px;
- color: #000;
- }
- .image {
- width: 15vw;
- height: 15vw;
- }
- }
- }
|