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.
70 lines
1.5 KiB
70 lines
1.5 KiB
/**index.wxss**/
|
|
.container view{
|
|
width: 100px;
|
|
height: 100px;
|
|
text-align: center;
|
|
line-height: 100px;
|
|
}
|
|
.bg_2{
|
|
width: 514rpx;
|
|
height: 514rpx;
|
|
position: absolute;
|
|
top: 60rpx;
|
|
}
|
|
.start{
|
|
width: 134rpx;
|
|
height: 163rpx;
|
|
position: absolute;
|
|
top: 220rpx;
|
|
}
|
|
|
|
.detail{
|
|
position: absolute;
|
|
}
|
|
/* 自选餐 */
|
|
.container>.detail:nth-child(3){
|
|
top:20px;left:125px;
|
|
width: 70px; height: 20px;
|
|
font-weight:bold;
|
|
color: rgb(3, 10, 32);
|
|
}
|
|
/* 麻辣烫 */
|
|
.container>.detail:nth-child(4){
|
|
top:60px;left:175px;
|
|
width: 70px; height: 20px;
|
|
font-weight:bold;
|
|
color: rgb(0, 0, 0);
|
|
}
|
|
/* 炸鸡汉堡 */
|
|
.container>.detail:nth-child(5){
|
|
top:115px;left:180px;
|
|
width: 70px; height: 20px;
|
|
font-weight:bold;
|
|
color: rgb(2, 3, 7);
|
|
}
|
|
/* 面食 */
|
|
.container>.detail:nth-child(6){
|
|
top:150px;left:125px;
|
|
width: 70px; height: 20px;
|
|
font-weight:bold;
|
|
color: rgb(0, 4, 15);
|
|
}
|
|
/* 烤盘饭 */
|
|
.container>.detail:nth-child(7){
|
|
top: 118px;left:70px;
|
|
width: 70px; height: 20px;
|
|
font-weight:bold;
|
|
color: rgb(0, 3, 12);
|
|
}
|
|
/* 煎饼果子 */
|
|
.container>.detail:nth-child(8){
|
|
top:60px;left:70px;
|
|
width: 70px; height: 20px;
|
|
font-weight:bold;
|
|
color: rgb(0, 2, 7);
|
|
}
|
|
|
|
.container>.btnView>.btn1{
|
|
top:220px;left:-40px;
|
|
}
|
|
|