23 lines
400 B
Plaintext
23 lines
400 B
Plaintext
/* 申请体验馆 */
|
|
.exhibition-img {
|
|
width: 100%;
|
|
}
|
|
|
|
.exhibition-btn {
|
|
position: fixed;
|
|
bottom: 0;
|
|
left: 0;
|
|
z-index: 99;
|
|
width: 100%;
|
|
text-align: center;
|
|
padding: 30rpx;
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
.exhibition-btn-go {
|
|
background-color: #e8c198;
|
|
color: #442b11;
|
|
border-radius: 50rpx;
|
|
height: 90rpx;
|
|
line-height: 90rpx;
|
|
} |