Home
last modified time | relevance | path

Searched refs:color (Results 1 – 25 of 1527) sorted by relevance

12345678910>>...62

/test/xts/acts/arkui/ace_standard/src/main/js/default/pages/toolbarItem/prop/
Dindex.css52 color: #fff;
54 background-color:#f00000;
59 color: #fff;
61 background-color:#0f0000;
65 color: #fff;
67 background-color:#0000e0;
71 color: #fff;
73 background-color:#00f000;
77 color: #fff;
79 background-color:#00000e;
[all …]
/test/xts/acts/arkui/ace_standard/src/main/js/MainAbility/pages/toolbarItem/prop/
Dindex.css52 color: #fff;
54 background-color:#f00000;
59 color: #fff;
61 background-color:#0f0000;
65 color: #fff;
67 background-color:#0000e0;
71 color: #fff;
73 background-color:#00f000;
77 color: #fff;
79 background-color:#00000e;
[all …]
/test/xts/acts/arkui/ace_ets_component_ui/entry/src/main/ets/MainAbility/pages/@state/
DLinkColor.ets17 @Link color: undefined | null | ResourceColor;
22 Text("设置变量color类型pink-->Orange")
24 .backgroundColor(this.color)
26 this.color = Color.Orange;
32 .backgroundColor(this.color)
34 this.color = 0x0000ff;
40 .backgroundColor(this.color)
42 this.color = undefined;
48 .backgroundColor(this.color)
50 this.color = '#FFA52A2A';
[all …]
DPropColor.ets17 @Prop color: undefined | null | ResourceColor;
21 …JSON.stringify(Object.prototype.toString.call(this.color)) + " number is " + JSON.stringify(this.c…
23 Text("设置变量color类型pink-->Orange")
25 .backgroundColor(this.color)
27 this.color = Color.Orange;
33 .backgroundColor(this.color)
35 this.color = 0x0000ff;
41 .backgroundColor(this.color)
43 this.color = undefined
49 .backgroundColor(this.color)
[all …]
DProvideColor.ets18 @Consume color: undefined | null | ResourceColor;
34 @Provide color: undefined | null | ResourceColor = Color.Pink;
38 …JSON.stringify(Object.prototype.toString.call(this.color)) + " number is " + JSON.stringify(this.c…
40 Text("设置变量color类型pink-->Orange")
42 .backgroundColor(this.color)
44 this.color = Color.Orange;
50 .backgroundColor(this.color)
52 this.color = 0x0000ff;
58 .backgroundColor(this.color)
60 this.color = undefined
[all …]
DConsumeColor.ets18 @Consume color: undefined | null | ResourceColor;
23 Text("设置变量color类型pink-->Orange")
25 .backgroundColor(this.color)
27 this.color = Color.Orange;
33 .backgroundColor(this.color)
35 this.color = 0x0000ff;
41 .backgroundColor(this.color)
43 this.color = undefined
49 .backgroundColor(this.color)
51 this.color = '#FFA52A2A'
[all …]
DStateColor.ets18 @State color: undefined | null | ResourceColor = Color.Pink;
24 …JSON.stringify(Object.prototype.toString.call(this.color)) + " number is " + JSON.stringify(this.c…
26 Text("设置变量color类型pink-->Orange")
28 .backgroundColor(this.color)
30 this.color = Color.Orange;
36 .backgroundColor(this.color)
38 this.color = 0x0000ff;
44 .backgroundColor(this.color)
46 this.color = undefined
52 .backgroundColor(this.color)
[all …]
/test/xts/acts/arkui/ace_standard/src/main/js/MainAbility/pages/input/style/
Dindex.css64 border-left-color: #ff0000;
65 border-right-color: #00ff00;
66 border-top-color: #0000ff;
67 border-bottom-color: #fff000;
85 border-color:#0f00f0;
125 background-color: #ff0000;
143 background-color: #00ff00;
151 background-color: #0000ff;
175 background-color: #ff0000;
180 background-color: #00ff00;
[all …]
/test/xts/acts/arkui/ace_standard/src/main/js/default/pages/input/style/
Dindex.css64 border-left-color: #ff0000;
65 border-right-color: #00ff00;
66 border-top-color: #0000ff;
67 border-bottom-color: #fff000;
85 border-color:#0f00f0;
125 background-color: #ff0000;
143 background-color: #00ff00;
151 background-color: #0000ff;
175 background-color: #ff0000;
180 background-color: #00ff00;
[all …]
/test/xts/acts/arkui/ace_standard/src/main/js/default/pages/stepperItem/style/
Dstyle.css62 border-left-color: #ff0000;
63 border-right-color: #00ff00;
64 border-top-color: #0000ff;
65 border-bottom-color: #fff000;
81 border-color:#0f00f0;
129 background-color: #ff0000;
145 background-color: #00ff00;
151 background-color: #0000ff;
156 background-color: #0000ff;
161 background-color: #0000ff;
[all …]
/test/xts/acts/arkui/ace_standard/src/main/js/MainAbility/pages/stepperItem/style/
Dstyle.css62 border-left-color: #ff0000;
63 border-right-color: #00ff00;
64 border-top-color: #0000ff;
65 border-bottom-color: #fff000;
81 border-color:#0f00f0;
129 background-color: #ff0000;
145 background-color: #00ff00;
151 background-color: #0000ff;
156 background-color: #0000ff;
161 background-color: #0000ff;
[all …]
/test/xts/acts/arkui/ace_ets_components_ux/ace_ets_component_gauge/src/main/ets/TestAbility/pages/
DIndex.ets37 new LinearGradient([{ color: "#b5e0f4", offset: 0 }, { color: "#46b1e3", offset: 1 }]),
38 new LinearGradient([{ color: "#c0ece5", offset: 0 }, { color: "#61cfbe", offset: 1 }]),
39 new LinearGradient([{ color: "#c1e4be", offset: 0 }, { color: "#64bb5c", offset: 1 }]),
40 new LinearGradient([{ color: "#dbefa5", offset: 0 }, { color: "#a5d61d", offset: 1 }]),
41 new LinearGradient([{ color: "#fceb99", offset: 0 }, { color: "#f7ce00", offset: 1 }]),
42 new LinearGradient([{ color: "#f8c5a6", offset: 0 }, { color: "#ed6f21", offset: 1 }]),
43 new LinearGradient([{ color: "#f5b5c2", offset: 0 }, { color: "#e64566", offset: 1 }]),
47 $r('app.color.ResourceColor1'),$r('app.color.ResourceColor2'),
48 $r('app.color.ResourceColor3'),$r('app.color.ResourceColor4')
66 .colors($r('app.color.gaugeColor1'))
[all …]
/test/xts/acts/arkui/ace_standard/src/main/js/MainAbility/pages/qrcode/prop/
Dindex.css48 background-color:#f00000;
56 background-color:#0f0000;
64 background-color:#0000e0;
72 background-color:#00f000;
80 background-color:#00000e;
88 background-color:#000f00;
96 background-color:#0000f0;
104 background-color:#d00000;
112 background-color:#00000f;
120 background-color:#ff0000;
[all …]
/test/xts/acts/arkui/ace_standard/src/main/js/default/pages/qrcode/prop/
Dindex.css48 background-color:#f00000;
56 background-color:#0f0000;
64 background-color:#0000e0;
72 background-color:#00f000;
80 background-color:#00000e;
88 background-color:#000f00;
96 background-color:#0000f0;
104 background-color:#d00000;
112 background-color:#00000f;
120 background-color:#ff0000;
[all …]
/test/xts/acts/arkui/ace_ets_components_ux/ace_ets_component_datapanel/src/main/ets/TestAbility/pages/
DIndex.ets40 public color6: LinearGradient = new LinearGradient([{ color: "#FFA500", offset: 0 }, {
41 color: "#FFFFFF00", offset: 1 }])
42 public color7: LinearGradient = new LinearGradient([{ color: "#FFC0CB", offset: 0 }, {
43 color: "#FF00FF00", offset: 1 }])
44 public color8: LinearGradient = new LinearGradient([{ color: "#FF0000FF", offset: 0 }, {
45 color: "#FFFF0000", offset: 1 }])
46 public color9: LinearGradient = new LinearGradient([{ color: 'rgb(255,165,0)', offset: 0 }, {
47 color: 'rgb(255,255,0)', offset: 1 }])
48 public color10: LinearGradient = new LinearGradient([{ color: 'rgb(255,192,203)', offset: 0 }, {
49 color: 'rgb(0,128,0)', offset: 1 }])
[all …]
/test/xts/acts/arkui/ace_standard/src/main/js/MainAbility/pages/list/prop/
Dindex.css46 background-color:#f00000;
56 background-color:#0f0000;
66 background-color:#0000e0;
76 background-color:#00f000;
86 background-color:#00000e;
96 background-color:#000f00;
106 background-color:#0000f0;
116 background-color:#d00000;
126 background-color:#00000f;
136 background-color:#ff0000;
[all …]
/test/xts/acts/arkui/ace_standard/src/main/js/default/pages/list/prop/
Dindex.css46 background-color:#f00000;
56 background-color:#0f0000;
66 background-color:#0000e0;
76 background-color:#00f000;
86 background-color:#00000e;
96 background-color:#000f00;
106 background-color:#0000f0;
116 background-color:#d00000;
126 background-color:#00000f;
136 background-color:#ff0000;
[all …]
/test/xts/acts/arkui/ace_standard/src/main/js/MainAbility/pages/input/prop/
Dindex.css46 background-color:#f00000;
56 background-color:#0f0000;
66 background-color:#0000e0;
76 background-color:#00f000;
86 background-color:#00000e;
96 background-color:#000f00;
106 background-color:#0000f0;
116 background-color:#d00000;
126 background-color:#00000f;
136 background-color:#ff0000;
[all …]
/test/xts/acts/arkui/ace_standard/src/main/js/default/pages/input/prop/
Dindex.css46 background-color:#f00000;
56 background-color:#0f0000;
66 background-color:#0000e0;
76 background-color:#00f000;
86 background-color:#00000e;
96 background-color:#000f00;
106 background-color:#0000f0;
116 background-color:#d00000;
126 background-color:#00000f;
136 background-color:#ff0000;
[all …]
/test/xts/acts/arkui/ace_standard/src/main/js/default/pages/slider/prop/
Dindex.css46 background-color:#f00000;
56 background-color:#0f0000;
66 background-color:#0000e0;
76 background-color:#00f000;
86 background-color:#00000e;
96 background-color:#000f00;
106 background-color:#0000f0;
116 background-color:#d00000;
126 background-color:#00000f;
136 background-color:#ff0000;
[all …]
/test/xts/acts/arkui/ace_standard/src/main/js/MainAbility/pages/slider/prop/
Dindex.css46 background-color:#f00000;
56 background-color:#0f0000;
66 background-color:#0000e0;
76 background-color:#00f000;
86 background-color:#00000e;
96 background-color:#000f00;
106 background-color:#0000f0;
116 background-color:#d00000;
126 background-color:#00000f;
136 background-color:#ff0000;
[all …]
/test/xts/acts/arkui/ace_standard/src/main/js/default/pages/video/prop/
Dindex.css46 background-color:#f00000;
56 background-color:#0f0000;
66 background-color:#0000e0;
76 background-color:#00f000;
86 background-color:#00000e;
96 background-color:#000f00;
106 background-color:#0000f0;
116 background-color:#d00000;
126 background-color:#00000f;
136 background-color:#ff0000;
[all …]
/test/xts/acts/arkui/ace_standard/src/main/js/MainAbility/pages/video/prop/
Dindex.css46 background-color:#f00000;
56 background-color:#0f0000;
66 background-color:#0000e0;
76 background-color:#00f000;
86 background-color:#00000e;
96 background-color:#000f00;
106 background-color:#0000f0;
116 background-color:#d00000;
126 background-color:#00000f;
136 background-color:#ff0000;
[all …]
/test/xts/acts/arkui/ace_standard/src/main/js/MainAbility/pages/pickerView/prop423/
Dindex.css22 color: #0d0000;
48 background-color:#f00000;
58 background-color:#0f0000;
68 background-color:#0000e0;
78 background-color:#00f000;
88 background-color:#00000e;
98 background-color:#000f00;
108 background-color:#0000f0;
118 background-color:#d00000;
128 background-color:#00000f;
[all …]
/test/xts/acts/arkui/ace_standard/src/main/js/MainAbility/pages/pickerView/prop31/
Dindex.css21 color: #0d0000;
47 background-color:#f00000;
57 background-color:#0f0000;
67 background-color:#0000e0;
77 background-color:#00f000;
87 background-color:#00000e;
97 background-color:#000f00;
107 background-color:#0000f0;
117 background-color:#d00000;
127 background-color:#00000f;
[all …]

12345678910>>...62