13 lines
276 B
Plaintext
13 lines
276 B
Plaintext
/* pages/special/index.wxss */
|
|
.image {
|
|
width: 100%;
|
|
height: auto;
|
|
padding: 20rpx 40rpx 10rpx;
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
.servicesWrapper {
|
|
min-height: 80vh;
|
|
padding-top: 12rpx;
|
|
background: linear-gradient(to bottom, var(--middle-green), #fff );
|
|
} |