|
@@ -831,4 +831,29 @@ aside {
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
+}
|
|
|
+
|
|
|
+
|
|
|
+.downloadAddr {
|
|
|
+ // display: inline-block;
|
|
|
+ // line-height: 1;
|
|
|
+ // white-space: nowrap;
|
|
|
+ cursor: pointer;
|
|
|
+ // background: #ffffff;
|
|
|
+ // border: 1px solid #63cbe7;
|
|
|
+ // font-size: 12px;
|
|
|
+ // background-color: #63cbe7;
|
|
|
+ // border-color: #dcdfe6;
|
|
|
+ // -webkit-appearance: none;
|
|
|
+ // text-align: center;
|
|
|
+ // color: #ffffff;
|
|
|
+ // -webkit-box-sizing: border-box;
|
|
|
+ box-sizing: border-box;
|
|
|
+ outline: none;
|
|
|
+ // margin: 0;
|
|
|
+ // -webkit-transition: 0.1s;
|
|
|
+ // transition: 0.1s;
|
|
|
+ // // font-weight: 400;
|
|
|
+ // padding: 7px 15px;
|
|
|
+ // border-radius: 4px;
|
|
|
}
|