1234567891011121314151617181920212223242526272829303132333435 |
- /* pages/dcpromotion/dcpresult/dcpresult.wxss */
- page {
- /* background-color: #f1f0f0f0; */
- background-color:#ffffff;
- }
- .imghead {
- width: 100%;
- margin-bottom: 80rpx;
- }
- .pay {
- height: 182rpx;
- width: 100%;
- position: fixed;
- left:0;
- bottom:0rpx;
- background:#ffffff;
- z-index: 10;
- display: flex;
- }
- .create {
- margin-top: 40rpx;
- height: 82rpx;
- width: 612rpx;
- margin-bottom: 60rpx;
- margin-left: 70rpx;
- margin-right: 68rpx;
- text-align: center;
- font-weight: 500;
- font-size: 36rpx;
- line-height: 82rpx;
- color: #FFFFFF;
- background:linear-gradient(90deg,rgba(0,199,198,0.97) 0%,rgba(0,210,210,1) 100%);
- box-shadow:0rpx 14rpx 44rpx 2rpx rgba(0,199,198,0.2);
- border-radius: 42rpx;
- }
|