| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364 |
- @charset "UTF-8";
- /* 页面左右间距 */
- /* 文字尺寸 */
- /*文字颜色*/
- /* 边框颜色 */
- /*颜色*/
- /* 图片加载中颜色 */
- /* 行为相关颜色 */
- /* 功能栏字体大小 */
- /*功能栏左侧小图标*/
- page,
- .content {
- height: 100%;
- background-color: #fff;
- }
- .bg-img,
- .logo-img-box {
- position: absolute;
- top: 0;
- left: 0;
- width: 100%;
- height: 100%;
- }
- .logo-img {
- margin-top: 20vh;
- margin-left: 176rpx;
- width: 385rpx;
- height: 394rpx;
- }
- .userInfo {
- margin: 0 100rpx;
- margin-top: 50rpx;
- color: #ffffff;
- border-radius: 99rpx;
- background-color: #24a17d !important;
- }
- .nocaction {
- background-color: #999;
- }
- .popupsq-wrap {
- width: 550rpx;
- height: 450rpx;
- background-color: #fff;
- border-radius: 20rpx;
- padding: 0 30rpx;
- }
- .popupsq-wrap .btn {
- width: 240rpx;
- height: 90rpx;
- text-align: center;
- line-height: 90rpx;
- font-size: 30rpx;
- border-radius: 45rpx;
- font-weight: bold;
- }
- .popupsq-wrap .qx {
- color: #000;
- border: #f0f0f0 1px solid;
- }
- .popupsq-wrap .qr {
- color: #fff;
- background-color: #24a17d;
- }
|