1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859 |
- .orders-listBox-RihtboxBoxOrderViewText:before {
- content: "";
- display: block;
- position: absolute;
- width: 100%;
- bottom: -10px;
- left: 0;
- border-bottom: 20px dotted rgb(255, 255, 255);
- }
-
- .orders-listBox-RihtboxBoxOrderViewText {
- width: 85vw;
- margin: 35px auto 44px auto;
- padding: 62px 30px 93px 30px;
- background: #ffffff;
- box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.12);
- border-radius: 40px 40px 0px 0px;
- position: relative;
-
- .View-LiftTextTop {
- border-bottom: 1px solid rgba(0, 0, 0, 0.1);
- padding-bottom: 20px;
- padding-top: 0;
- }
- View:nth-child(6) {
- padding-bottom: 40px;
-
- border-bottom: 1px solid rgba(0, 0, 0, 0.1);
- }
- > View {
- padding: 15px 0;
- font-size: 32px;
- font-weight: bold;
- color: #666666;
- > Text {
- color: #222222;
- }
-
- .feiyongStyle {
- justify-content: space-between;
- display: flex;
- color: #222222;
- &-charges {
- background: linear-gradient(180deg, #fa7878 0%, #b61515 100%);
- -webkit-background-clip: text;
- -webkit-text-fill-color: transparent;
- }
- &-stateStyle {
- }
- }
- }
- }
-
- .BottomtBut {
- width: 99vw;
- position: absolute;
- bottom: 5vh;
- display: flex;
- }
|