|
- /* pages/scan/scan.wxss */
- page{
- background: #52A0FD;
- }
- .content{
- width: 588rpx;
- margin: 0 auto;
- background: #fff;
- border-radius:10rpx;
- padding-bottom: 100rpx;
- padding: 0 46rpx 46rpx;
- }
- .content image{
- width: 603rpx;
- margin: 48rpx auto 0;
- }
- button::after{ border: none; }
- .btn1{
- width: 550rpx;
- margin: 50rpx auto 0;
- background:#52A0FD;
- border:1px solid #52A0FD;
- border-radius:45rpx;
- color: #fff;
- font-weight:400;
- font-size:36rpx;
- box-shadow: 0 6px 20px 0 rgba(183, 216, 254, 1);
- }
- .btn2{
- width: 550rpx;
- margin: 50rpx auto 0;
- background:rgba(255,255,255,1);
- border:1px solid rgba(180,212,249,1);
- border-radius:45rpx;
- font-weight:400;
- font-size:36rpx;
- color:rgba(81,160,252,1);
- }
- .active{
- opacity: .6;
- }
|