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.
16 lines
287 B
16 lines
287 B
/* pages/home/info/index.wxss */
|
|
.wux-badge {
|
|
width: 130rpx;
|
|
height: 130rpx;
|
|
position: absolute;
|
|
z-index: 10;
|
|
left: 32rpx;
|
|
}
|
|
|
|
.header-box {
|
|
width: 100%;
|
|
background: rgba(255, 255, 255, 1);
|
|
/* box-shadow: 0px 0px 15px -6px rgba(0, 0, 0, 0.32);
|
|
border-radius: 6px; */
|
|
}
|
|
|