/**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; } .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; } .detail{ position: absolute; } /* 自选餐 */ .container>.detail:nth-child(3){ font-size: 20px; top:60px;left:150px; width: 70px; height: 20px; font-weight:bold; color: rgb(3, 10, 32); } /* 麻辣烫 */ .container>.detail:nth-child(4){ font-size: 20px; top:100px;left:220px; width: 70px; height: 20px; font-weight:bold; color: rgb(0, 0, 0); } /* 炸鸡汉堡 */ .container>.detail:nth-child(5){ font-size: 20px; top:180px;left:220px; width: 80px; height: 20px; font-weight:bold; color: rgb(2, 3, 7); } /* 面食 */ .container>.detail:nth-child(6){ font-size: 20px; top:220px;left:150px; width: 70px; height: 20px; font-weight:bold; color: rgb(0, 4, 15); } /* 烤盘饭 */ .container>.detail:nth-child(7){ font-size: 20px; top: 180px;left:70px; width: 70px; height: 20px; font-weight:bold; color: rgb(0, 3, 12); } /* 煎饼果子 */ .container>.detail:nth-child(8){ font-size: 20px; top:100px;left:80px; width: 80px; height: 20px; font-weight:bold; color: rgb(0, 2, 7); } /* .container>.btnView>.btn1{ top:350px;left:-40px; } */