| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495 |
- .popup-header {
- height: 50px;
- // background: #F7F8FB;
- position: absolute;
- top: 0;
- width: 100%;
- .popup-empty {
- font-size: 14px;
- color: #ff4539;
- width: 50px;
- height: 50px;
- line-height: 50px;
- }
- .popup-title {
- font-size: 16px;
- font-weight: 600;
- color: #333333;
- }
- }
- #popup-box {
- max-height: 570px;
- }
- .search {
- position: fixed;
- top: 0;
- left: 0;
- right: 0;
- height: 52px;
- border-radius: 0px 0px 24px 24px;
- background: #ffffff;
- z-index: 10;
- .search-bar {
- background: none;
- padding: 10px;
- }
- }
- .operation-dialog {
- padding: 18px 0 26px;
- .iconTips {
- position: relative;
- > :first-child::after {
- content: "*";
- position: absolute;
- top: 10px;
- left: 44px;
- color: #ff4539;
- }
- }
- .van-cell {
- padding: 6px 6px 6px 8px;
- }
- .van-field {
- .van-cell__title {
- font-size: 16px;
- color: #333333;
- line-height: 40px;
- margin-right: 0;
- }
-
- .van-cell__value {
- width: 235px;
- height: 44px;
- background: rgba(244, 244, 244, 0.5);
- border-radius: 4px;
- border: 1px solid #cccccc;
- line-height: 44px;
- padding-left: 10px;
- }
- }
- }
- .search-add {
- width: 16px;
- height: 16px;
- }
- .action-sheet-custom {
- .van-action-sheet__header {
- height: 44px;
- background: #F7F8FB;
- }
- }
- .badge-count {
- transform: translate(0, 0);
- }
|