33 lines
650 B
Plaintext
33 lines
650 B
Plaintext
/* pages/lianxi/index.wxss */
|
|
.weui-panel {
|
|
background: rgba(255, 255, 255, 1);
|
|
/* box-shadow: 0px 4rpx 16rpx 0px rgba(140, 160, 181, 0.2); */
|
|
}
|
|
.weui-panel:first-of-type{
|
|
margin-top: 0!important;
|
|
}
|
|
.blueBold{
|
|
color:#7bbd52;
|
|
font-weight:bold
|
|
}
|
|
.kaishilianxi{
|
|
display: inline-block;
|
|
padding: 6rpx 15rpx;
|
|
font-size: 28rpx;
|
|
border-radius: 40rpx;
|
|
border: 1rpx solid #7bbd52;
|
|
color: #7bbd52;
|
|
position: absolute;
|
|
top: 50%;
|
|
right: 10rpx;
|
|
transform: translateY(-50%);
|
|
}
|
|
.searchBtn{
|
|
position: absolute;
|
|
right: 20rpx;
|
|
background: #7bbd52;
|
|
color: #ffffff;
|
|
font-size: 28rpx;
|
|
padding: 6rpx 30rpx;
|
|
border-radius: 8rpx;
|
|
} |