no message
This commit is contained in:
80
unpackage/dist/dev/mp-alipay/pages/home/home.acss
vendored
Normal file
80
unpackage/dist/dev/mp-alipay/pages/home/home.acss
vendored
Normal file
@@ -0,0 +1,80 @@
|
||||
|
||||
page {
|
||||
background: linear-gradient(180deg, #ffffff 0%, #f7f7f7 100%);
|
||||
}
|
||||
|
||||
.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: 0;
|
||||
}
|
||||
.search_header_grid.data-v-07e72d3c {
|
||||
margin: 35rpx 0;
|
||||
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 {
|
||||
width: 750rpx;
|
||||
background: linear-gradient(180deg, #ffffff 0%, #f6f6f6 100%);
|
||||
box-shadow: 0rpx -6rpx 12rpx 2rpx rgba(88, 140, 255, 0.1);
|
||||
border-radius: 44rpx 44rpx 0rpx 0rpx;
|
||||
}
|
||||
.order_list_header.data-v-07e72d3c {
|
||||
width: 100%;
|
||||
height: 100rpx;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
flex-direction: row;
|
||||
justify-content: start;
|
||||
font-weight: bold;
|
||||
font-size: 36rpx;
|
||||
color: #232323;
|
||||
position: -webkit-sticky;
|
||||
position: sticky;
|
||||
top: 360rpx;
|
||||
left: 0;
|
||||
}
|
||||
.order_list_header_view.data-v-07e72d3c {
|
||||
position: relative;
|
||||
margin-right: 50rpx;
|
||||
}
|
||||
.order_list_header_view view.data-v-07e72d3c {
|
||||
position: relative;
|
||||
z-index: 99;
|
||||
}
|
||||
.order_list_header_view_dian.data-v-07e72d3c {
|
||||
position: absolute !important;
|
||||
bottom: 0rpx;
|
||||
right: 20rpx;
|
||||
width: 66rpx;
|
||||
height: 20rpx;
|
||||
background-color: #4879e6;
|
||||
border-radius: 10rpx;
|
||||
z-index: 1 !important;
|
||||
}
|
||||
button.data-v-07e72d3c::after {
|
||||
all: unset;
|
||||
}
|
||||
Reference in New Issue
Block a user