12345678910111213141516171819202122232425262728293031323334 |
- /* pages/meeting/renewalContract/index.wxss */
- .top {
- width: 100vw;
- background-color: #fff;
- padding: 40rpx 24rpx;
- }
- .img {
- width: 702rpx;
- height: 136rpx;
- background-color: #4660fd;
- position: relative;
-
- }
- .img>image {
- width: 100%;
- height: 100%;
- position: absolute;
- }
- .top-content{
- color: #FFF;
- font-size: 30rpx;
- font-weight: 500;
- padding: 16rpx 32rpx;
- box-sizing: border-box;
- }
- .time {
- font-size: 38rpx;
- margin-top: 15rpx;
- }
- .renewal{
- margin-top: 16rpx;
- }
|