123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354 |
- /**app.wxss**/
- .container {
- height: 100%;
- font-family: PingFangSC-Medium;
- padding: 0 38rpx;
- }
- .clearfix::after {
- visibility: hidden;
- display: block;
- font-size: 0;
- content: " ";
- clear: both;
- height: 0;
- }
- .fl-left {
- float: left;
- }
- .fl-right {
- float: right;
- }
- .open-button {
- border: none;
- background: none;
- margin: 0;
- padding: 0;
- }
- .open-button::after {
- width: 0;
- height: 0;
- }
- button.btn-big {
- margin: 0 auto 60rpx;
- width: 670rpx;
- height: 90rpx;
- background: #0091ff;
- border-radius: 45rpx;
- line-height: 90rpx;
- font-size: 32rpx;
- box-shadow: 0 20rpx 40rpx 0 RGBA(0, 148, 255, 0.3);
- font-family: PingFangSC;
- font-weight: 400;
- color: rgba(255, 255, 255, 1);
- }
- button.btn-big::after {
- border: none;
- }
|