/* * Copyright (c) 2021 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ { "@app-component/importCSS": { "_descriptor": {}, "data": {}, "template": { "type": "div", "attr": { "debugLine": "pages/importCSS/importCSS:1", "value": "importCSS_test" } }, "style": { ".page-title-wrap": { "paddingTop": "50px", "paddingBottom": "80px", "justifyContent": "center" }, ".page-title": { "paddingTop": "30px", "paddingBottom": "30px", "paddingLeft": "40px", "paddingRight": "40px", "borderTopColor": "#bbbbbb", "borderRightColor": "#bbbbbb", "borderBottomColor": "#bbbbbb", "borderLeftColor": "#bbbbbb", "color": "#bbbbbb", "borderBottomWidth": "2px" }, ".btn": { "height": "80px", "textAlign": "center", "borderBottomLeftRadius": "5px", "borderBottomRightRadius": "5px", "borderTopLeftRadius": "5px", "borderTopRightRadius": "5px", "marginRight": "60px", "marginLeft": "60px", "marginBottom": "50px", "color": "#ffffff", "fontSize": "30px", "backgroundColor": "#0faeff" }, ".container": { "justifyContent": "center", "alignItems": "center" }, ".title": { "color": "#333333", "fontSize": "16px" }, ".title span": { "color": "#FF0000" }, "#button": { "fontSize": "16px", "paddingTop": "50px", "alignItems": "center", "justifyContent": "center" } } } }