zhuanpan.wxss
1.8 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
page{ box-sizing: border-box;width:100%;
height:100%}
.chouimg{
width:100%;
height:100vh;
position: relative;
/* background:url('https://binhai.w.broing.cn/image/b22ca3fa145158a572f9bf6953bfaab.png')no-repeat center;
background-size:100% 100%; */
}
.box{ width: 700rpx; height: 700rpx; margin: 0 auto; box-sizing: border-box; position: relative;
-webkit-box-shadow: 8px 8px 0 rgba(0,0,0,.2);
box-shadow: 8px 8px 0 rgba(0,0,0,.2);
}
.list{ width: 220rpx; height: 220rpx; position: absolute; background-color: #fff;
display: flex; flex-direction: column; flex-wrap: wrap; justify-content: center; align-content: center; align-items: center;
}
/* 抽奖过程中选定样式 */
.list.change_in{ color: #fff; background-color: #00BFFF;}
.list_t{ width: 90%; height: 160rpx;}
.list_t image{ width: 100%; height: 100%;}
.list_b{ width: 90%; height: 40rpx; line-height: 40rpx; text-align: center; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
/* 根据TOP */
.list:nth-child(1){ left: 50%; top: 50%; color: #fff; background-color: #1CBBB4;
display: flex; justify-content: center; align-content: center; align-items: center;
-webkit-transform: translate(-50%,-50%);
transform: translate(-50%,-50%);
}
.list.grey:nth-child(1){ background-color: #5F9EA0;}
.list:nth-child(2) , .list:nth-child(3) , .list:nth-child(4){ top: 0;}
.list:nth-child(6) , .list:nth-child(7) , .list:nth-child(8){ bottom: 0;}
.list:nth-child(5) , .list:nth-child(9){ top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
/* 根据LEFT */
.list:nth-child(2) , .list:nth-child(8) , .list:nth-child(9){ left: 0;}
.list:nth-child(3) , .list:nth-child(7){ left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
}
.list:nth-child(4) , .list:nth-child(5) , .list:nth-child(6){ right: 0;}