123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169 |
- @charset "UTF-8";
- /**
- * 这里是uni-app内置的常用样式变量
- *
- * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
- * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
- *
- */
- /**
- * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
- *
- * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
- */
- /* 颜色变量 */
- /* 行为相关颜色 */
- /* 文字基本颜色 */
- /* 背景颜色 */
- /* 边框颜色 */
- /* 尺寸变量 */
- /* 文字尺寸 */
- /* 图片尺寸 */
- /* Border Radius */
- /* 水平间距 */
- /* 垂直间距 */
- /* 透明度 */
- /* 文章场景相关 */
- page.data-v-cfe1f8ea {
- background-color: #fff;
- }
- .subname.data-v-cfe1f8ea {
- background-color: #00aa00;
- color: #fff;
- }
- .subavt.data-v-cfe1f8ea {
- background-color: #fff;
- border: 2rpx #0a0 solid;
- color: #00aa00;
- }
- .boxweixin.data-v-cfe1f8ea {
- width: 44rpx;
- height: 44rpx;
- border-radius: 50%;
- text-align: center;
- line-height: 34rpx;
- color: #0a0;
- }
- .boxnosel.data-v-cfe1f8ea {
- border: #757575 4rpx solid;
- }
- .boxsel.data-v-cfe1f8ea {
- border: #0a0 4rpx solid;
- }
- .button-container.data-v-cfe1f8ea {
- position: relative;
- width: 240rpx;
- }
- .hidden-input.data-v-cfe1f8ea {
- position: absolute;
- top: 0;
- left: 0;
- width: 100%;
- height: 100%;
- opacity: 0;
- z-index: 2;
- }
- .custom-button.data-v-cfe1f8ea {
- position: relative;
- z-index: 1;
- /* 其他样式 */
- width: 100%;
- margin: 0 auto;
- height: 80rpx;
- line-height: 60rpx;
- font-size: 28rpx;
- padding: 10rpx 20rpx;
- }
- .submitname.data-v-cfe1f8ea {
- width: 90%;
- margin: 0 auto;
- text-align: center;
- padding: 30rpx;
- margin-top: 40rpx;
- }
- .sub.data-v-cfe1f8ea {
- background-color: #f0f0f0;
- color: #0a0;
- }
- .subact.data-v-cfe1f8ea {
- background-color: #0a0;
- color: #fff;
- }
- .userlogo.data-v-cfe1f8ea {
- height: 760rpx;
- }
- .getlogo.data-v-cfe1f8ea {
- width: 240rpx;
- background-color: #fff;
- }
- .data-v-cfe1f8ea .u-popup {
- flex: 0 !important;
- }
- .userlogo.data-v-cfe1f8ea {
- height: 760rpx;
- }
- .getlogo.data-v-cfe1f8ea {
- width: calc(60% - 40rpx);
- margin: 0 auto;
- background-color: #fff;
- padding: 10rpx 20rpx;
- }
- .getlogo image.data-v-cfe1f8ea {
- width: 80rpx !important;
- height: 80rpx !important;
- }
- .footer-tips.data-v-cfe1f8ea {
- position: fixed;
- width: 100%;
- bottom: 44rpx;
- text-align: center;
- font-family: PingFang SC,PingFang SC;
- font-weight: 500;
- font-size: 12px;
- color: #bbb;
- -webkit-transform: scale(0.8);
- transform: scale(0.8);
- }
- .content image.data-v-cfe1f8ea {
- width: 300rpx;
- height: 300rpx;
- }
- .bolds.data-v-cfe1f8ea {
- color: #999;
- font-size: 16px;
- height: auto;
- line-height: inherit;
- margin-bottom: 0;
- width: 304px;
- word-break: break-all;
- text-align: center;
- margin: 50rpx 0 100rpx 0;
- }
- .sure.data-v-cfe1f8ea {
- width: 500rpx;
- background-color: #1777ff;
- line-height: 88rpx;
- text-align: center;
- border-radius: 8rpx;
- color: #fff;
- }
- .btns.data-v-cfe1f8ea {
- position: relative;
- width: 630rpx;
- height: 80rpx;
- }
- .btns .author-btn.data-v-cfe1f8ea {
- z-index: 100;
- position: absolute;
- width: 630rpx;
- height: 80rpx;
- line-height: 80rpx;
- text-align: center;
- background: #1777ff;
- border-radius: 40rpx;
- font-size: 30rpx;
- font-family: PingFang SC;
- font-weight: 500;
- color: white;
- }
|