@@ -6,6 +6,7 @@
正在进入宜格收银台
<text>{{text}}s</text>
</view>
+ <view class="footerBox">宜昌城市大脑运营管理有限公司提供技术支持</view>
</template>
@@ -78,5 +79,13 @@
color: #FF0511;
}
+ .footerBox{
+ width: 100%;
+ font-size: 24rpx;
+ color: #999999;
+ text-align: center;
+ position: fixed;
+ bottom: 90rpx;
+ }
</style>