• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1/*
2 * Copyright (c) 2021 Huawei Device Co., Ltd.
3 * Licensed under the Apache License, Version 2.0 (the "License");
4 * you may not use this file except in compliance with the License.
5 * You may obtain a copy of the License at
6 *
7 *     http://www.apache.org/licenses/LICENSE-2.0
8 *
9 * Unless required by applicable law or agreed to in writing, software
10 * distributed under the License is distributed on an "AS IS" BASIS,
11 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12 * See the License for the specific language governing permissions and
13 * limitations under the License.
14 */
15
16{
17  "@app-component/importCSS": {
18    "_descriptor": {},
19    "data": {},
20    "template": {
21      "type": "div",
22      "attr": {
23        "debugLine": "pages/importCSS/importCSS:1",
24        "value": "importCSS_test"
25      }
26    },
27    "style": {
28      ".page-title-wrap": {
29        "paddingTop": "50px",
30        "paddingBottom": "80px",
31        "justifyContent": "center"
32      },
33      ".page-title": {
34        "paddingTop": "30px",
35        "paddingBottom": "30px",
36        "paddingLeft": "40px",
37        "paddingRight": "40px",
38        "borderTopColor": "#bbbbbb",
39        "borderRightColor": "#bbbbbb",
40        "borderBottomColor": "#bbbbbb",
41        "borderLeftColor": "#bbbbbb",
42        "color": "#bbbbbb",
43        "borderBottomWidth": "2px"
44      },
45      ".btn": {
46        "height": "80px",
47        "textAlign": "center",
48        "borderBottomLeftRadius": "5px",
49        "borderBottomRightRadius": "5px",
50        "borderTopLeftRadius": "5px",
51        "borderTopRightRadius": "5px",
52        "marginRight": "60px",
53        "marginLeft": "60px",
54        "marginBottom": "50px",
55        "color": "#ffffff",
56        "fontSize": "30px",
57        "backgroundColor": "#0faeff"
58      },
59      ".container": {
60        "justifyContent": "center",
61        "alignItems": "center"
62      },
63      ".title": {
64        "color": "#333333",
65        "fontSize": "16px"
66      },
67      ".title span": {
68        "color": "#FF0000"
69      },
70      "#button": {
71        "fontSize": "16px",
72        "paddingTop": "50px",
73        "alignItems": "center",
74        "justifyContent": "center"
75      }
76    }
77  }
78}