1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677 |
- /* pages/wx_authority/wx_authority.wxss */
- page {
- background: #fff;
- }
- .logo {
- text-align: center;
- padding: 80rpx 0;
- font-size: 30rpx;
- color: #00b7ff
- }
- .logo image {
- width: 140rpx;
- height: 170rpx;
- }
- .content {
- /* display: flex;
- flex-direction: column;
- justify-content: center;
- align-items: center; */
- text-align: center
- }
- .button {
- width:346rpx;
- height:96rpx;
- line-height: 96rpx;
- background:rgba(255,100,101,1);
- border-radius:48rpx;
- cursor: pointer;
- margin: auto;
- color: #FFFFFF;
- font-size: 30rpx;
- text-align: center;
- }
- .button-bg {
- border-radius: 100rpx;
- width: 88rpx;
- height: 88rpx;
- }
- .tips{
- color: #393939;
- text-align: center;
- font-size: 28rpx;
- margin-bottom: 60rpx;
- }
- .button-text {
- padding: 0rpx 100rpx;
- border-radius: 16rpx;
- text-align: center;
- background: #FF6465;
- font-size: 36rpx;
- color: #fff;
- margin-top: 30rpx;
- }
- .section-row {
- margin-top: 60rpx;
- display: flex;
- justify-content: center;
- align-items: center;
- color: #fff;
- font-size: 28rpx;
- }
- .section-icon {
- padding: 40rpx 0 40rpx 40rpx;
- width: 30rpx;
- height: 30rpx;
- margin-right: 14rpx;
- }
- .section-text {
- color: #7C819D;
- }
- .explain{
- margin-bottom: 250rpx;
- }
- .explain-img{
- width: 100%;
- height: 278rpx;
- }
|