第一次提交
This commit is contained in:
1015
unpackage/dist/dev/mp-weixin/uni_modules/almost-lottery/components/almost-lottery/almost-lottery.js
vendored
Normal file
1015
unpackage/dist/dev/mp-weixin/uni_modules/almost-lottery/components/almost-lottery/almost-lottery.js
vendored
Normal file
File diff suppressed because it is too large
Load Diff
@ -0,0 +1,4 @@
|
||||
{
|
||||
"component": true,
|
||||
"usingComponents": {}
|
||||
}
|
||||
@ -0,0 +1 @@
|
||||
<view class="almost-lottery data-v-34b92f46"><block wx:if="{{lotteryImg}}"><view class="almost-lottery__wrap data-v-34b92f46" style="{{'width:'+(outerWidth+higtCanvasMargin+'px')+';'+('height:'+(outerWidth+higtCanvasMargin+'px')+';')}}"><image class="almost-lottery__bg data-v-34b92f46" style="{{'width:'+(outerWidth+higtCanvasMargin+'px')+';'+('height:'+(outerWidth+higtCanvasMargin+'px')+';')}}" mode="widthFix" src="{{lotteryBg}}"></image><image class="almost-lottery__canvas-img data-v-34b92f46" style="{{'width:'+(canvasWidth+'px')+';'+('height:'+(canvasWidth+'px')+';')+('transform:'+('rotate('+(canvasAngle+targetAngle)+'deg)')+';')+('transition-duration:'+(transitionDuration+'s')+';')}}" mode="widthFix" src="{{lotteryImg}}"></image><image class="almost-lottery__action almost-lottery__action-bg data-v-34b92f46" style="{{'width:'+(actionWidth+'px')+';'+('height:'+(actionHeight+'px')+';')+('transform:'+('rotate('+(actionAngle+targetActionAngle)+'deg)')+';')+('transition-duration:'+(transitionDuration+'s')+';')}}" mode="widthFix" src="{{actionBg}}" data-event-opts="{{[['tap',[['handleActionStart',['$event']]]]]}}" bindtap="__e"></image></view></block><block wx:else><text class="almost-lottery__tip data-v-34b92f46">{{almostLotteryTip}}</text></block><text class="almost-lottery__measureText data-v-34b92f46" style="{{'font-size:'+(higtFontSize+'px')+';'}}">{{measureText}}</text><canvas class="{{['data-v-34b92f46',className]}}" style="{{'width:'+(higtCanvasSize+'px')+';'+('height:'+(higtCanvasSize+'px')+';')}}" canvas-id="{{canvasId}}" width="{{higtCanvasSize}}" height="{{higtCanvasSize}}"></canvas></view>
|
||||
@ -0,0 +1,73 @@
|
||||
@charset "UTF-8";
|
||||
/**
|
||||
* 这里是uni-app内置的常用样式变量
|
||||
*
|
||||
* uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
|
||||
* 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
|
||||
*
|
||||
*/
|
||||
/**
|
||||
* 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
|
||||
*
|
||||
* 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
|
||||
*/
|
||||
/* 颜色变量 */
|
||||
/* 行为相关颜色 */
|
||||
/* 文字基本颜色 */
|
||||
/* 背景颜色 */
|
||||
/* 边框颜色 */
|
||||
/* 尺寸变量 */
|
||||
/* 文字尺寸 */
|
||||
/* 图片尺寸 */
|
||||
/* Border Radius */
|
||||
/* 水平间距 */
|
||||
/* 垂直间距 */
|
||||
/* 透明度 */
|
||||
/* 文章场景相关 */
|
||||
/* start--主题色--start */
|
||||
/* end--主题色--end */
|
||||
.almost-lottery.data-v-34b92f46 {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
margin: 0 auto;
|
||||
}
|
||||
.almost-lottery__wrap.data-v-34b92f46 {
|
||||
position: relative;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
}
|
||||
.almost-lottery__action.data-v-34b92f46,
|
||||
.almost-lottery__bg.data-v-34b92f46,
|
||||
.almost-lottery__canvas.data-v-34b92f46 {
|
||||
position: absolute;
|
||||
}
|
||||
.almost-lottery__canvas.data-v-34b92f46 {
|
||||
left: -9999px;
|
||||
opacity: 0;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
}
|
||||
.almost-lottery__canvas-img.data-v-34b92f46,
|
||||
.almost-lottery__action-bg.data-v-34b92f46 {
|
||||
display: block;
|
||||
transition: -webkit-transform cubic-bezier(0.34, 0.12, 0.05, 0.95);
|
||||
transition: transform cubic-bezier(0.34, 0.12, 0.05, 0.95);
|
||||
transition: transform cubic-bezier(0.34, 0.12, 0.05, 0.95), -webkit-transform cubic-bezier(0.34, 0.12, 0.05, 0.95);
|
||||
}
|
||||
.almost-lottery__tip.data-v-34b92f46 {
|
||||
color: #FFFFFF;
|
||||
font-size: 24rpx;
|
||||
text-align: center;
|
||||
}
|
||||
.almost-lottery__measureText.data-v-34b92f46 {
|
||||
position: absolute;
|
||||
left: 0;
|
||||
top: 0;
|
||||
white-space: nowrap;
|
||||
font-size: 12px;
|
||||
opacity: 0;
|
||||
}
|
||||
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 3.5 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 7.5 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 10 KiB |
BIN
unpackage/dist/dev/mp-weixin/uni_modules/almost-lottery/static/almost-lottery/almost-lottery__bg.png
vendored
Normal file
BIN
unpackage/dist/dev/mp-weixin/uni_modules/almost-lottery/static/almost-lottery/almost-lottery__bg.png
vendored
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 9.5 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 26 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 43 KiB |
Reference in New Issue
Block a user