1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950 |
- /* pages/meeting/renewalContract/index.wxss */
- .top {
- width: 100vw;
- background-color: #fff;
- padding: 40rpx 24rpx;
- }
- .renewalcontract-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;
- text-align: left;
- line-height: 50rpx;
- }
- .time {
- font-size: 38rpx;
- margin-top: 10rpx;
- }
- .renewal {
- margin-top: 16rpx;
- }
- .btn-area button {
- background-color: #3A3C65;
- color: #fff;
- }
|