123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160 |
- .pl-sty {
- color: #999999;
- font-size: 30rpx;
- }
- @charset "UTF-8";
- /**
- * 这里是uni-app内置的常用样式变量
- *
- * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
- * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
- *
- */
- /**
- * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
- *
- * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
- */
- /* 颜色变量 */
- /* 行为相关颜色 */
- /* crmeb颜色变量 */
- /* 背景颜色 */
- /* 边框颜色 */
- /* 尺寸变量 */
- /* 文字尺寸 */
- /* 图片尺寸 */
- /* Border Radius */
- /* 水平间距 */
- /* 垂直间距 */
- /* 透明度 */
- /* 文章场景相关 */
- .product-window.on.data-v-0db7c7e6 {
- -webkit-transform: translate3d(0, 0, 0);
- transform: translate3d(0, 0, 0);
- }
- .mask.data-v-0db7c7e6 {
- z-index: 99;
- }
- .product-window.data-v-0db7c7e6 {
- position: fixed;
- bottom: 0;
- width: 100%;
- left: 0;
- background-color: #fff;
- z-index: 1000;
- border-radius: 20rpx 20rpx 0 0;
- -webkit-transform: translate3d(0, 100%, 0);
- transform: translate3d(0, 100%, 0);
- transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
- padding: 38rpx 40rpx;
- padding-bottom: 80rpx;
- padding-bottom: calc(80rpx+ constant(safe-area-inset-bottom));
- padding-bottom: calc(80rpx + env(safe-area-inset-bottom));
- }
- .product-window .icon-guanbi.data-v-0db7c7e6 {
- position: absolute;
- top: 40rpx;
- right: 40rpx;
- font-size: 24rpx;
- font-weight: bold;
- color: #999;
- }
- .product-window .mp-data.data-v-0db7c7e6 {
- display: flex;
- align-items: center;
- margin-bottom: 30rpx;
- }
- .product-window .mp-data .mp-name.data-v-0db7c7e6 {
- font-size: 28rpx;
- font-weight: bold;
- color: #000000;
- }
- .product-window .mp-data image.data-v-0db7c7e6 {
- width: 48rpx;
- height: 48rpx;
- border-radius: 50%;
- margin-right: 16rpx;
- }
- .product-window .trip-msg.data-v-0db7c7e6 {
- padding-bottom: 32rpx;
- border-bottom: 1px solid #F5F5F5;
- }
- .product-window .trip-msg .title.data-v-0db7c7e6 {
- font-size: 30rpx;
- font-weight: bold;
- color: #000;
- margin-bottom: 6rpx;
- }
- .product-window .trip-msg .trip.data-v-0db7c7e6 {
- font-size: 26rpx;
- color: #777777;
- }
- .product-window .edit.data-v-0db7c7e6 {
- border-bottom: 1px solid #F5F5F5;
- }
- .product-window .edit .avatar.data-v-0db7c7e6 {
- border-bottom: 1px solid #F5F5F5;
- }
- .product-window .edit .nickname .input.data-v-0db7c7e6 {
- width: 100%;
- }
- .product-window .edit .nickname input.data-v-0db7c7e6 {
- height: 80rpx;
- }
- .product-window .edit .edit-box.data-v-0db7c7e6 {
- display: flex;
- justify-content: space-between;
- align-items: center;
- font-size: 30rpx;
- padding: 22rpx 0;
- }
- .product-window .edit .edit-box .left.data-v-0db7c7e6 {
- display: flex;
- align-items: center;
- flex: 1;
- }
- .product-window .edit .edit-box .left .head.data-v-0db7c7e6 {
- color: rgba(0, 0, 0, 0.9);
- white-space: nowrap;
- margin-right: 60rpx;
- }
- .product-window .edit .edit-box .left button.data-v-0db7c7e6 {
- flex: 1;
- display: flex;
- align-items: center;
- }
- .product-window .edit .edit-box image.data-v-0db7c7e6 {
- width: 80rpx;
- height: 80rpx;
- border-radius: 6rpx;
- }
- .product-window .edit .icon-xiangyou.data-v-0db7c7e6 {
- color: #cfcfcf;
- }
- .product-window .bottom.data-v-0db7c7e6 {
- display: flex;
- align-items: center;
- justify-content: center;
- }
- .product-window .bottom .save.data-v-0db7c7e6 {
- border: 1px solid #F5F5F5;
- display: flex;
- align-items: center;
- justify-content: center;
- width: 368rpx;
- height: 80rpx;
- border-radius: 12rpx;
- margin-top: 52rpx;
- background-color: #F5F5F5;
- color: #ccc;
- font-size: 30rpx;
- font-weight: bold;
- }
- .product-window .bottom .save.open.data-v-0db7c7e6 {
- border: 1px solid #fff;
- background-color: #07C160;
- color: #fff;
- }
|