123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263 |
- /* pages/my/address/addSite/addSite.wxss */
- .bg {
- width: 750rpx;
- height: 25rpx;
- background-color: #F6F6F6;
- }
- .default {
- padding: 25rpx;
- line-height: 40rpx;
- }
- .default .tit {
- font-size: 28rpx;
- color: #191C27;
- }
- .default .tips {
- font-size: 24rpx;
- color: #999999;
- }
- .footer {
- width: 750rpx;
- height: 100rpx;
- position: fixed;
- left: 0%;
- bottom: 5%;
- }
- .footerBtn {
- width: 686rpx;
- height: 98rpx;
- background: #CCCCCC;
- border-radius: 49rpx;
- text-align: center;
- line-height: 98rpx;
- margin: auto;
- font-size: 32rpx;
- font-weight: 500;
- color: #FFFFFF;
- }
- .skyBlue {
- background: linear-gradient(270deg, #467FFF 0%, #4699FF 100%);
- box-shadow: 0px 10rpx 20rpx 0px rgba(35, 107, 248, 0.2);
- color: #fff;
- }
- .border {
- width: 224rpx;
- height: 98rpx;
- border-radius: 49rpx;
- border: 1rpx solid #CCCCCC;
- background: none;
- color: #191C27;
- }
- .footerBtn2{
- width: 430rpx;
- }
|