diff --git a/pages/index/orderdetails.vue b/pages/index/orderdetails.vue index 6522d94..60f91a4 100644 --- a/pages/index/orderdetails.vue +++ b/pages/index/orderdetails.vue @@ -1,1073 +1,1083 @@ + .box_button_x { + border-radius: 6px; + border: 1px solid #0D2E8D; + display: flex; + align-items: center; + justify-content: center; + font-size: 14px; + box-sizing: border-box; + padding: 5px 10px; + margin-right: 5px; + margin-bottom: 5px; + background: #0D2E8D; + color: #fff; + } + + .qiu_ { + width: 35px; + height: 35px; + display: flex; + align-items: center; + justify-content: center; + border-radius: 50%; + color: #fff; + background: #0D2E8D; + } + + .xb_ { + width: 35px; + height: 35px; + display: flex; + align-items: center; + justify-content: center; + color: #0D2E8D; + font-size: 22px; + font-weight: bold; + } + \ No newline at end of file