40 lines
631 B
Plaintext
40 lines
631 B
Plaintext
/* pages/search_1/search_1.wxss */
|
|
.showsign {
|
|
width: 100%;
|
|
height: 416rpx;
|
|
z-index: 100;
|
|
position: relative;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.showsign .signnow {
|
|
width: 152rpx;
|
|
height: 152rpx;
|
|
border-radius: 50%;
|
|
position: absolute;
|
|
top: 20%;
|
|
left: calc(50% - 76rpx);
|
|
text-align: center;
|
|
}
|
|
|
|
.showsign .signnow .h1 {
|
|
margin: 22rpx 0 16rpx 0;
|
|
}
|
|
|
|
.showsign .header {
|
|
width: 100%;
|
|
position: absolute;
|
|
top: 70%;
|
|
left: 0;
|
|
color: #fff;
|
|
height: 60rpx;
|
|
}
|
|
|
|
.showsign .header .span {
|
|
text-align: center;
|
|
line-height: 60rpx;
|
|
background: rgba(138, 138, 138, 0.4);
|
|
padding: 0 16rpx;
|
|
border-radius: 16rpx;
|
|
}
|