123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149 |
- @charset "UTF-8";
- /**
- * 这里是uni-app内置的常用样式变量
- *
- * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
- * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
- *
- */
- /**
- * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
- *
- * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
- */
- /* 颜色变量 */
- /* 行为相关颜色 */
- /* 文字基本颜色 */
- /* 背景颜色 */
- /* 边框颜色 */
- /* 尺寸变量 */
- /* 文字尺寸 */
- /* 图片尺寸 */
- /* Border Radius */
- /* 水平间距 */
- /* 垂直间距 */
- /* 透明度 */
- /* 文章场景相关 */
- .popbox.data-v-6fba3476 {
- background-color: #fff;
- border-radius: 12px;
- font-family: PingFang SC, PingFang SC;
- font-weight: 400;
- font-size: 14px;
- color: #333;
- }
- .popbox-head.data-v-6fba3476 {
- padding: 15px;
- font-weight: bold;
- font-size: 15px;
- text-align: center;
- position: relative;
- }
- .popbox .close-circle.data-v-6fba3476 {
- position: absolute;
- right: 10px;
- top: 50%;
- -webkit-transform: translateY(-50%);
- transform: translateY(-50%);
- }
- .popbox-body.data-v-6fba3476 {
- padding: 10px 10px;
- }
- .popbox .radiobox-item.data-v-6fba3476 {
- padding: 10px 0;
- border-bottom: 1px solid #f5f5f5;
- }
- .popbox .radiobox-item.data-v-6fba3476:last-child {
- border-bottom: none;
- }
- .popbox-footer.data-v-6fba3476 {
- padding: 15px 0;
- }
- .popbox-footer-btn.data-v-6fba3476 {
- flex: 1;
- height: 44px;
- line-height: 44px;
- margin: 0 10px;
- border-radius: 50px;
- border: none;
- font-family: PingFang SC, PingFang SC;
- font-weight: 400;
- font-size: 14px;
- color: #333;
- }
- .popbox-footer-btn.data-v-6fba3476::after {
- border: none;
- }
- .popbox .con-btn.data-v-6fba3476 {
- background-color: #1677ff;
- color: #fff;
- }
- .popbox .choosetitle.data-v-6fba3476 {
- font-family: PingFang SC, PingFang SC;
- font-weight: 400;
- font-size: 15px;
- color: #333;
- }
- .popbox .invitetip.data-v-6fba3476 {
- margin-top: 10px;
- background-color: #ebf5fb;
- color: #1677ff;
- padding: 5px 10px;
- border-radius: 5px;
- }
- .popbox .sharePop-item.data-v-6fba3476 {
- padding: 0 10px;
- box-sizing: border-box;
- font-family: PingFang SC, PingFang SC;
- font-weight: 400;
- font-size: 14px;
- display: inline-flex !important;
- }
- .popbox .sharePop-item image.data-v-6fba3476 {
- height: 48px;
- width: 48px;
- margin-bottom: 10px;
- }
- page.data-v-6fba3476 {
- background-color: #fff;
- }
- .top-itemActive.data-v-6fba3476 {
- color: #1773ff;
- border-bottom: 4rpx solid #1773ff;
- background-color: #e8f2fe;
- }
- .top-itemActive text.data-v-6fba3476 {
- color: #1773ff !important;
- }
- .foot-box.data-v-6fba3476 {
- position: fixed;
- bottom: 0;
- width: 100%;
- padding: 20rpx;
- }
- .box.data-v-6fba3476 {
- width: 70%;
- text-align: center;
- padding: 16rpx 0;
- border-radius: 50rpx;
- font-size: 28rpx;
- }
- .box-list.data-v-6fba3476 {
- width: -webkit-fit-content;
- width: fit-content;
- background-color: #eee;
- border-radius: 10rpx;
- font-size: 28rpx;
- }
- .surebtn.data-v-6fba3476 {
- position: absolute;
- bottom: 0;
- margin-bottom: 20rpx;
- background-color: #1773ff;
- color: #fff;
- width: 80%;
- text-align: center;
- padding: 10rpx 0;
- border-radius: 30rpx;
- }
|