|
11 | 11 | <view class="spinner-container container1">
|
12 | 12 | <view class="circle1 {{type + '-' + size}}" style="background: {{color}}"></view>
|
13 | 13 | <view class="circle2 {{type + '-' + size}}" style="background: {{color}}"></view>
|
14 |
| - <view class="circle3 {{type + '-'+ size}}" style="background: {{color}}" style="background: {{color}}" style="background: {{color}}"></view> |
15 |
| - <view class="circle4 {{type + '-'+ size}}" style="background: {{color}}" style="background: {{color}}"></view> |
| 14 | + <view class="circle3 {{type + '-' + size}}" style="background: {{color}}"></view> |
| 15 | + <view class="circle4 {{type + '-' + size}}" style="background: {{color}}"></view> |
16 | 16 | </view>
|
17 | 17 | <view class="spinner-container container2">
|
18 |
| - <view class="circle1 {{type + '-'+ size}}" style="background: {{color}}"></view> |
19 |
| - <view class="circle2 {{type + '-'+ size}}" style="background: {{color}}"></view> |
20 |
| - <view class="circle3 {{type + '-' +size}}" style="background: {{color}}"></view> |
21 |
| - <view class="circle4 {{type + '-'+ size}}" style="background: {{color}}"></view> |
| 18 | + <view class="circle1 {{type + '-' + size}}" style="background: {{color}}"></view> |
| 19 | + <view class="circle2 {{type + '-' + size}}" style="background: {{color}}"></view> |
| 20 | + <view class="circle3 {{type + '-' + size}}" style="background: {{color}}"></view> |
| 21 | + <view class="circle4 {{type + '-' + size}}" style="background: {{color}}"></view> |
22 | 22 | </view>
|
23 | 23 | <view class="spinner-container container3">
|
24 |
| - <view class="circle1 {{type + '-'+ size}}" style="background: {{color}}"></view> |
25 |
| - <view class="circle2 {{type + '-'+ size}}" style="background: {{color}}"></view> |
26 |
| - <view class="circle3 {{type + '-'+ size}}" style="background: {{color}}"></view> |
27 |
| - <view class="circle4 {{type + '-'+size}}" style="background: {{color}}"></view> |
| 24 | + <view class="circle1 {{type + '-' + size}}" style="background: {{color}}"></view> |
| 25 | + <view class="circle2 {{type + '-' + size}}" style="background: {{color}}"></view> |
| 26 | + <view class="circle3 {{type + '-' + size}}" style="background: {{color}}"></view> |
| 27 | + <view class="circle4 {{type + '-' + size}}" style="background: {{color}}"></view> |
28 | 28 | </view>
|
29 | 29 | </view>
|
30 | 30 | <view wx:if="{{ type === 'rotate'}}">
|
|
45 | 45 | <view class="spinner-container container1">
|
46 | 46 | <view class="circle1 {{type + '-' + size}}" style="background: {{color}}"></view>
|
47 | 47 | <view class="circle2 {{type + '-' + size}}" style="background: {{color}}"></view>
|
48 |
| - <view class="circle3 {{type + '-'+ size}}" style="background: {{color}}" style="background: {{color}}" style="background: {{color}}"></view> |
49 |
| - <view class="circle4 {{type + '-'+ size}}" style="background: {{color}}" style="background: {{color}}"></view> |
| 48 | + <view class="circle3 {{type + '-' + size}}" style="background: {{color}}"></view> |
| 49 | + <view class="circle4 {{type + '-' + size}}" style="background: {{color}}"></view> |
50 | 50 | </view>
|
51 | 51 | <view class="spinner-container container2">
|
52 |
| - <view class="circle1 {{type + '-'+ size}}" style="background: {{color}}"></view> |
53 |
| - <view class="circle2 {{type + '-'+ size}}" style="background: {{color}}"></view> |
54 |
| - <view class="circle3 {{type + '-' +size}}" style="background: {{color}}"></view> |
55 |
| - <view class="circle4 {{type + '-'+ size}}" style="background: {{color}}"></view> |
| 52 | + <view class="circle1 {{type + '-' + size}}" style="background: {{color}}"></view> |
| 53 | + <view class="circle2 {{type + '-' + size}}" style="background: {{color}}"></view> |
| 54 | + <view class="circle3 {{type + '-' + size}}" style="background: {{color}}"></view> |
| 55 | + <view class="circle4 {{type + '-' + size}}" style="background: {{color}}"></view> |
56 | 56 | </view>
|
57 | 57 | <view class="spinner-container container3">
|
58 |
| - <view class="circle1 {{type + '-'+ size}}" style="background: {{color}}"></view> |
59 |
| - <view class="circle2 {{type + '-'+ size}}" style="background: {{color}}"></view> |
60 |
| - <view class="circle3 {{type + '-'+ size}}" style="background: {{color}}"></view> |
61 |
| - <view class="circle4 {{type + '-'+size}}" style="background: {{color}}"></view> |
| 58 | + <view class="circle1 {{type + '-' + size}}" style="background: {{color}}"></view> |
| 59 | + <view class="circle2 {{type + '-' + size}}" style="background: {{color}}"></view> |
| 60 | + <view class="circle3 {{type + '-' + size}}" style="background: {{color}}"></view> |
| 61 | + <view class="circle4 {{type + '-' + size}}" style="background: {{color}}"></view> |
62 | 62 | </view>
|
63 | 63 | </view>
|
64 | 64 | <view wx:if="{{ type === 'rotate'}}">
|
|
0 commit comments