| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126 |
- @charset "UTF-8";
- /***
- 全局scss 变量和方法 存放处
- */
- /* 引入minxin */
- /* 颜色变量 */
- /*图片地址*/
- /* 行为相关颜色 */
- /* 文字基本颜色 */
- /* 背景颜色 */
- /* 边框颜色 */
- /* 尺寸变量 */
- /* 文字尺寸 */
- /* 图片尺寸 */
- /* Border Radius */
- /* 水平间距 */
- /* 垂直间距 */
- /* 透明度 */
- /* 文章场景相关 */
- .invite-page.data-v-3df7ad0e {
- height: 100%;
- display: -webkit-box;
- display: -webkit-flex;
- display: flex;
- -webkit-box-orient: vertical;
- -webkit-box-direction: normal;
- -webkit-flex-direction: column;
- flex-direction: column;
- }
- .invite-page .info-view.data-v-3df7ad0e {
- margin-top: 20rpx;
- padding: 40rpx 30rpx;
- background-color: #fff;
- }
- .invite-page .info-view .info-main.data-v-3df7ad0e {
- display: -webkit-box;
- display: -webkit-flex;
- display: flex;
- -webkit-box-align: center;
- -webkit-align-items: center;
- align-items: center;
- }
- .invite-page .info-view .info-main .logo.data-v-3df7ad0e {
- -webkit-flex-shrink: 0;
- flex-shrink: 0;
- width: 100rpx;
- height: 100rpx;
- border-radius: 50%;
- }
- .invite-page .info-view .info-main .content.data-v-3df7ad0e {
- -webkit-box-flex: 1;
- -webkit-flex: 1;
- flex: 1;
- margin: 0 20rpx;
- }
- .invite-page .info-view .info-main .content .name.data-v-3df7ad0e {
- font-size: 32rpx;
- font-weight: 400;
- color: #040404;
- }
- .invite-page .info-view .info-main .content .mark.data-v-3df7ad0e {
- margin-top: 10rpx;
- font-size: 24rpx;
- font-weight: 400;
- color: #999999;
- }
- .invite-page .info-view .info-main .user-wrap-right.data-v-3df7ad0e {
- width: 180rpx;
- background-color: #fff;
- margin-right: 0;
- padding: 0;
- }
- .invite-page .info-view .info-main .user-wrap-right.data-v-3df7ad0e::after {
- border: none;
- }
- .invite-page .info-view .info-main .btn.data-v-3df7ad0e {
- -webkit-flex-shrink: 0;
- flex-shrink: 0;
- height: 80rpx;
- }
- .invite-page .info-view .info-list.data-v-3df7ad0e {
- margin-top: 50rpx;
- display: -webkit-box;
- display: -webkit-flex;
- display: flex;
- }
- .invite-page .info-view .info-list .info-item.data-v-3df7ad0e {
- -webkit-box-flex: 1;
- -webkit-flex: 1;
- flex: 1;
- display: -webkit-box;
- display: -webkit-flex;
- display: flex;
- -webkit-box-orient: vertical;
- -webkit-box-direction: normal;
- -webkit-flex-direction: column;
- flex-direction: column;
- -webkit-box-align: center;
- -webkit-align-items: center;
- align-items: center;
- }
- .invite-page .info-view .info-list .info-item .item-name.data-v-3df7ad0e {
- margin-top: 15rpx;
- font-size: 24rpx;
- font-weight: 400;
- color: #999999;
- }
- .invite-page .info-view .info-list .info-item .item-value.data-v-3df7ad0e {
- font-size: 30rpx;
- font-family: DIN Alternate;
- font-weight: bold;
- color: #333333;
- }
- .invite-page .list-title.data-v-3df7ad0e {
- padding: 30rpx 30rpx 15rpx;
- font-size: 24rpx;
- font-weight: 400;
- color: #999999;
- }
- .invite-page .invite-list.data-v-3df7ad0e {
- -webkit-box-flex: 1;
- -webkit-flex: 1;
- flex: 1;
- padding-bottom: 50rpx;
- }
|