同步操作将从 java110/HC小区业主版 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
<template><view><!-- 按钮 --><button :class="['buttonBorder',!_rotate?'dlbutton':'dlbutton_loading']" :style="{'background':bgColor, 'color': fontColor}"><view :class="_rotate?'rotate_loop':''"><text v-if="_rotate" class="cuIcon cuIcon-loading1 "></text><text v-if="!_rotate">{{ text }}</text></view></button></view></template><script>export default{props:{text: String, //显示文本rotate:{//是否启动加载type: [Boolean,String],default: false,},bgColor:{//按钮背景颜色type: String,default: "linear-gradient(to right, rgba(0,0,0,0.7), rgba(0,0,0,0.6))",},fontColor:{//按钮字体颜色type: String,default: "#FFFFFF",},},computed:{_rotate() {//处理值return String(this.rotate) !== 'false'},}}</script><style>@import url("../style/iconfont.css");.dlbutton {color: #FFFFFF;font-size: 30upx;width:601upx;height:100upx;background:linear-gradient(to right, rgba(0,0,0,0.7), rgba(0,0,0,0.6));box-shadow:0upx 0upx 13upx 0upx rgba(164,217,228,0.4);border-radius:2.5rem;line-height: 100upx;text-align: center;margin-left: auto;margin-right: auto;margin-top: 96upx;}.dlbutton_loading {color: #FFFFFF;font-size: 30upx;width:100upx;height:100upx;background:linear-gradient(to right, rgba(0,0,0,0.7), rgba(0,0,0,0.6));box-shadow:0upx 0upx 13upx 0upx rgba(164,217,228,0.4);border-radius:2.5rem;line-height: 100upx;text-align: center;margin-left: auto;margin-right: auto;margin-top: 96upx;}.buttonBorder{border: none ;border-radius: 2.5rem ;-webkit-box-shadow: 0 0 60upx 0 rgba(0,0,0,.2) ;box-shadow: 0 0 60upx 0 rgba(0,0,0,.2) ;-webkit-transition: all 0.4s cubic-bezier(.57,.19,.51,.95);-moz-transition: all 0.4s cubic-bezier(.57,.19,.51,.95);-ms-transition: all 0.4s cubic-bezier(.57,.19,.51,.95);-o-transition: all 0.4s cubic-bezier(.57,.19,.51,.95);transition: all 0.4s cubic-bezier(.57,.19,.51,.95);}/* 旋转动画 */.rotate_loop{-webkit-transition-property: -webkit-transform;-webkit-transition-duration: 1s;-moz-transition-property: -moz-transform;-moz-transition-duration: 1s;-webkit-animation: rotate 1s linear infinite;-moz-animation: rotate 1s linear infinite;-o-animation: rotate 1s linear infinite;animation: rotate 1s linear infinite;}@-webkit-keyframes rotate{from{-webkit-transform: rotate(0deg)}to{-webkit-transform: rotate(360deg)}}@-moz-keyframes rotate{from{-moz-transform: rotate(0deg)}to{-moz-transform: rotate(359deg)}}@-o-keyframes rotate{from{-o-transform: rotate(0deg)}to{-o-transform: rotate(359deg)}}@keyframes rotate{from{transform: rotate(0deg)}to{transform: rotate(359deg)}}</style>
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。