83 lines
1.1 KiB
Plaintext
83 lines
1.1 KiB
Plaintext
|
|
/**index.wxss**/
|
||
|
|
.foot {
|
||
|
|
width: 100%;
|
||
|
|
display: flex;
|
||
|
|
flex-direction: row;
|
||
|
|
margin-top: 65px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.weathers_imet {
|
||
|
|
width: 100%;
|
||
|
|
margin-top: 10px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.custom-class {
|
||
|
|
height: 10px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.van-ellipsis {
|
||
|
|
font-size: 11px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.bgss-green {
|
||
|
|
background-color: green;
|
||
|
|
}
|
||
|
|
|
||
|
|
.weathers_imet_lists {
|
||
|
|
float: left;
|
||
|
|
width: 65%;
|
||
|
|
height: 10%;
|
||
|
|
padding-left: 10px;
|
||
|
|
font-size: 13px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.weathers_imet_list {
|
||
|
|
float: left;
|
||
|
|
width: 35%;
|
||
|
|
height: 10%;
|
||
|
|
font-size: 13px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.heade {
|
||
|
|
position: fixed;
|
||
|
|
top: 60px;
|
||
|
|
width: 100%;
|
||
|
|
}
|
||
|
|
|
||
|
|
|
||
|
|
|
||
|
|
.green-text {
|
||
|
|
color: white;
|
||
|
|
display: inline-block;
|
||
|
|
background-color: green;
|
||
|
|
width: 150rpx;
|
||
|
|
height: 20px;
|
||
|
|
line-height: 20px;
|
||
|
|
text-align: center;
|
||
|
|
/* border-radius: 10%; */
|
||
|
|
}
|
||
|
|
|
||
|
|
.red-text {
|
||
|
|
color: white;
|
||
|
|
display: inline-block;
|
||
|
|
width: 150rpx;
|
||
|
|
height: 20px;
|
||
|
|
line-height: 20px;
|
||
|
|
text-align: center;
|
||
|
|
background-color: red;
|
||
|
|
}
|
||
|
|
|
||
|
|
.yellow-text {
|
||
|
|
color: white;
|
||
|
|
display: inline-block;
|
||
|
|
background-color: yellow;
|
||
|
|
width: 150rpx;
|
||
|
|
height: 20px;
|
||
|
|
line-height: 20px;
|
||
|
|
text-align: center;
|
||
|
|
}
|
||
|
|
|
||
|
|
.shiping_time {
|
||
|
|
font-weight: 900;
|
||
|
|
font-size: 10px;
|
||
|
|
}
|