| 123456789101112131415161718192021222324252627 |
- page {
- background-color: #fff !important;
- }
- /* 添加收货地址 */
- .btn {
- /* position: fixed;
- bottom: 0rpx; */
- width: 100%;
- height: 100rpx;
- line-height: 100rpx;
- background-color: white;
- margin-top: 30rpx;
- }
- .address_push {
- width: 90%;
- height: 80rpx;
- margin: 0 auto;
- background: #FCD202;
- border-radius: 20rpx;
- color: white;
- text-align: center;
- line-height: 80rpx;
- font-size: 35rpx;
- }
|