no message
This commit is contained in:
64
unpackage/dist/dev/mp-weixin/pages/home/home.wxss
vendored
Normal file
64
unpackage/dist/dev/mp-weixin/pages/home/home.wxss
vendored
Normal file
@@ -0,0 +1,64 @@
|
||||
|
||||
page {
|
||||
/* background: linear-gradient(180deg, #ffffff 0%, #f7f7f7 100%); */
|
||||
background-color: #f7f7f7;
|
||||
}
|
||||
|
||||
.search_header.data-v-07e72d3c {
|
||||
position: relative;
|
||||
}
|
||||
.search_header_blur.data-v-07e72d3c {
|
||||
width: 100%;
|
||||
height: 185rpx;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
background: #dbe6ff;
|
||||
opacity: 0.8;
|
||||
filter: blur(50px);
|
||||
z-index: -1;
|
||||
}
|
||||
.search_header_grid.data-v-07e72d3c {
|
||||
margin-top: 25rpx;
|
||||
border-radius: 15rpx;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
flex-direction: row;
|
||||
justify-content: space-between;
|
||||
}
|
||||
.search_header_grid_view.data-v-07e72d3c {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
width: 126rpx;
|
||||
font-size: 26rpx;
|
||||
}
|
||||
.search_header_grid_view image.data-v-07e72d3c {
|
||||
width: 99rpx;
|
||||
height: 99rpx;
|
||||
margin-bottom: 10rpx;
|
||||
}
|
||||
.order_list.data-v-07e72d3c {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
padding: 15rpx;
|
||||
margin-bottom: 30rpx;
|
||||
font-size: 30rpx;
|
||||
background-color: #fff;
|
||||
width: 690rpx;
|
||||
margin: 0 30rpx 30rpx;
|
||||
border-radius: 15rpx;
|
||||
}
|
||||
.order_list_view.data-v-07e72d3c {
|
||||
padding: 15rpx 30rpx;
|
||||
background-color: #fff;
|
||||
border-radius: 15rpx;
|
||||
margin-right: 30rpx;
|
||||
}
|
||||
.order_list_active.data-v-07e72d3c {
|
||||
background-color: #4879e6;
|
||||
color: #fff;
|
||||
}
|
||||
button.data-v-07e72d3c::after {
|
||||
all: unset;
|
||||
}
|
||||
Reference in New Issue
Block a user