@tuya-miniapp/ark-extension-virtual-device 1.3.0-beta-4 → 1.4.0-beta-1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -44928,3 +44928,48 @@ _:-ms-fullscreen .ant-picker-range-wrapper .ant-picker-year-panel .ant-picker-ce
44928
44928
  padding-left: 0;
44929
44929
  }
44930
44930
 
44931
+ .top-bar-wrapper {
44932
+ width: 100vw;
44933
+ height: 100px;
44934
+ display: flex;
44935
+ flex-direction: column;
44936
+ align-items: flex-start;
44937
+ justify-content: center;
44938
+ padding: 16px;
44939
+ background-color: #f3f3f3;
44940
+ }
44941
+ .top-bar-wrapper .room-wrapper {
44942
+ width: 100%;
44943
+ }
44944
+ .top-bar-wrapper .home-wrapper {
44945
+ width: 100%;
44946
+ padding: 16px 0;
44947
+ display: flex;
44948
+ align-items: center;
44949
+ justify-content: space-between;
44950
+ }
44951
+ .top-bar-wrapper .home-wrapper .select {
44952
+ width: 150px;
44953
+ }
44954
+
44955
+ .dev-item-wrapper {
44956
+ width: 200px;
44957
+ height: 200px;
44958
+ border-radius: 12px;
44959
+ background-color: #fff;
44960
+ padding: 32px 12px;
44961
+ display: flex;
44962
+ flex-direction: column;
44963
+ align-items: center;
44964
+ justify-content: space-between;
44965
+ }
44966
+ .dev-item-wrapper .icon {
44967
+ width: 90px;
44968
+ height: 90px;
44969
+ }
44970
+ .dev-item-wrapper .name {
44971
+ font-size: 14px;
44972
+ color: #333;
44973
+ text-align: center;
44974
+ }
44975
+