You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
git/scr/food/pages/turning/turning.wxss

97 lines
2.0 KiB

2 years ago
/**index.wxss**/
.container view{
width: 100px;
height: 100px;
text-align: center;
line-height: 100px;
}
.bg_2{
width: 600rpx;
height: 600rpx;
position: absolute;
top: 80rpx;
}
.start{
width: 134rpx;
height: 163rpx;
position: absolute;
top: 280rpx;
}
2 years ago
.bee{
width: 150rpx;
height: 150rpx;
position: absolute;
top: 10rpx;
left: 30rpx;
}
.bee1{
width: 150rpx;
height: 150rpx;
position: absolute;
top: 10rpx;
left: 570rpx;
}
.zhuanpan{
width: 700rpx;
height: 700rpx;
position: absolute;
top: 680rpx;
left: 30rpx;
}
2 years ago
.detail{
position: absolute;
}
/* 自选餐 */
.container>.detail:nth-child(3){
font-size: 20px;
2 years ago
top:60px;left:150px;
2 years ago
width: 70px; height: 20px;
font-weight:bold;
color: rgb(3, 10, 32);
}
/* 麻辣烫 */
.container>.detail:nth-child(4){
font-size: 20px;
2 years ago
top:100px;left:220px;
2 years ago
width: 70px; height: 20px;
font-weight:bold;
color: rgb(0, 0, 0);
}
/* 炸鸡汉堡 */
.container>.detail:nth-child(5){
font-size: 20px;
2 years ago
top:180px;left:220px;
2 years ago
width: 80px; height: 20px;
font-weight:bold;
color: rgb(2, 3, 7);
}
/* 面食 */
.container>.detail:nth-child(6){
font-size: 20px;
2 years ago
top:220px;left:150px;
2 years ago
width: 70px; height: 20px;
font-weight:bold;
color: rgb(0, 4, 15);
}
/* 烤盘饭 */
.container>.detail:nth-child(7){
font-size: 20px;
2 years ago
top: 180px;left:70px;
2 years ago
width: 70px; height: 20px;
font-weight:bold;
color: rgb(0, 3, 12);
}
/* 煎饼果子 */
.container>.detail:nth-child(8){
font-size: 20px;
2 years ago
top:100px;left:80px;
2 years ago
width: 80px; height: 20px;
font-weight:bold;
color: rgb(0, 2, 7);
}
2 years ago
/* .container>.btnView>.btn1{
2 years ago
top:350px;left:-40px;
2 years ago
} */
2 years ago