1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495 |
- .main {
- position: relative;
- width: 100%;
- .one {
- position: relative;
- width: 100%;
- text-align: center;
- border-bottom: 1px dashed #000000;
- button {
- margin: 10px;
- }
- }
- .two {
- position: relative;
- padding: 10px;
- .list {
- float: left;
- width: 100%;
- margin: 0 0 8px 0;
- background-color: #f9f9f9;
- border-radius: 5px;
- padding: 8px 0;
- .name {
- font-size: 16px;
- margin: 0 0 5px 0;
- padding: 0 10px;
- }
- .other {
- .otherInfo {
- margin: 0 0 5px 0;
- font-size: 14px;
- color: #666666;
- padding: 0 10px;
- text {
- color: #000000;
- }
- }
- }
- .btn {
- text-align: center;
- button {
- margin: 0 5px;
- }
- }
- }
- }
- }
- .dialog {
- min-height: 30px;
- max-height: 320px;
- overflow-y: auto;
- padding: 0 8px;
- .dialog_1 {
- .content {
- position: relative;
- padding: 8px 0;
- border-radius: 6px;
- margin: 0 0 5px 0;
- background-color: #f1f1f1;
- .left {
- float: left;
- margin: 0 10px;
- text {
- font-size: 14px;
- color: #666666;
- }
- }
- .right {
- input {
- font-size: 12px;
- }
- }
- }
- }
- }
- .van-dialog__header {
- padding-top: 0 !important;
- padding: 10px 0 !important;
- }
|