11 lines
212 B
Plaintext
11 lines
212 B
Plaintext
/* pages/special/index.wxss */
|
|
.image {
|
|
width: 100%;
|
|
height: auto;
|
|
padding: 40rpx;
|
|
}
|
|
|
|
.servicesWrapper {
|
|
min-height: 80vh;
|
|
background: linear-gradient(to bottom, var(--middle-green), #fff );
|
|
} |