1234567891011121314151617181920212223242526 |
- /* pages/regular_invite/regular_invite.wxss */
- .btn-area {
- position: absolute;
- bottom: 50rpx;
- left: 0;
- width: calc(100% - 56rpx);
- /* margin-top: calc(100vh - 264px - 160rpx); */
- margin-left: 28rpx;
- margin-right: 28rpx;
- }
- .btn-area button {
- background: linear-gradient(180deg, #6eaaff 0%, #2f6fd1 100%);
- width: 100%;
- height: 110rpx;
- border-radius: 8rpx;
- line-height: 110rpx;
- color: #ffffff;
- font-size: 30rpx;
- }
- .btn-area .bg-info {
- background: #ccc !important;
- color: #000;
- }
|