|
@@ -494,23 +494,22 @@ const OrderDetail = Form.create()(React.createClass({
|
|
|
</div>
|
|
|
<div
|
|
|
onClick={this.rotate}
|
|
|
- className="up-btn"
|
|
|
style={{
|
|
|
textAlign: "center",
|
|
|
lineHeight: "30px",
|
|
|
- color: "#fff",
|
|
|
+ color: "#000",
|
|
|
cursor: "pointer",
|
|
|
transition: "all .5s",
|
|
|
- opacity: ".2",
|
|
|
width: "50px",
|
|
|
height: "30px",
|
|
|
- backgroundColor: "rgba(0,0,0,.5)",
|
|
|
+ backgroundColor: "white",
|
|
|
position: "absolute",
|
|
|
- bottom: 10,
|
|
|
+ bottom: "-30",
|
|
|
left: "50%",
|
|
|
transform: "translateX(-50%)",
|
|
|
zIndex: 1,
|
|
|
borderRadius: "5px",
|
|
|
+ border: "1px solid #ccc"
|
|
|
}}
|
|
|
>
|
|
|
旋转
|