diff --git a/src/App.vue b/src/App.vue index d2e3a1f..bab24dd 100644 --- a/src/App.vue +++ b/src/App.vue @@ -57,15 +57,59 @@ a { .inputTxt { height: 250px; - vertical-align: middle; overflow-y: auto; width: 100%; - line-height: 14px; word-break: break-all; - padding: 0px 11px; + padding: 16px; background: #FFFFFF; border-radius: 2px; border: 2px solid rgba(235, 239, 241, 1); font-size: 14px; } + + +.assets { + background: #FFFFFF; + border: 1px solid #eee; + margin-top: 16px; + + .title { + height: 60px; + line-height: 60px; + padding-left: 30px; + font-size: 16px; + font-weight: 500; + border-bottom: 1px solid #eee; + } + + .info { + .left, + .right { + display: inline-block; + width: 50%; + padding: 20px 30px; + + .item { + height: 60px; + line-height: 60px; + display: flex; + justify-content: left; + align-items: center; + + img { + width: 16px; + height: 16px; + } + label { + width: 130px; + margin-left: 10px; + } + } + } + + .left { + border-right: 1px solid #ececec; + } + } +} diff --git a/src/assets/dots/blue.png b/src/assets/dots/blue.png new file mode 100644 index 0000000..cc91d84 Binary files /dev/null and b/src/assets/dots/blue.png differ diff --git a/src/assets/dots/green.png b/src/assets/dots/green.png new file mode 100644 index 0000000..ed10f60 Binary files /dev/null and b/src/assets/dots/green.png differ diff --git a/src/assets/dots/pink.png b/src/assets/dots/pink.png new file mode 100644 index 0000000..3461154 Binary files /dev/null and b/src/assets/dots/pink.png differ diff --git a/src/assets/dots/red.png b/src/assets/dots/red.png new file mode 100644 index 0000000..4c76a99 Binary files /dev/null and b/src/assets/dots/red.png differ diff --git a/src/components/Breadcrumb.vue b/src/components/Breadcrumb.vue index a8c8a68..aa494c0 100644 --- a/src/components/Breadcrumb.vue +++ b/src/components/Breadcrumb.vue @@ -1,5 +1,8 @@ diff --git a/src/views/Block/index.vue b/src/views/Block/index.vue index 14fec4d..2b1e1a7 100644 --- a/src/views/Block/index.vue +++ b/src/views/Block/index.vue @@ -15,18 +15,16 @@ diff --git a/src/views/Other/analytical.vue b/src/views/Other/analytical.vue index a5224a5..074761b 100644 --- a/src/views/Other/analytical.vue +++ b/src/views/Other/analytical.vue @@ -1,38 +1,44 @@ @@ -40,6 +57,7 @@ const decodeTransaction = () => { color: #838b9e; } } + textarea { width: 100%; height: 200px;