@charset "UTF-8"; /** * 这里是uni-app内置的常用样式变量 * * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量 * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App * */ /** * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能 * * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件 */ /* 颜色变量 */ /* 行为相关颜色 */ /* 文字基本颜色 */ /* 背景颜色 */ /* 边框颜色 */ /* 尺寸变量 */ /* 文字尺寸 */ /* 图片尺寸 */ /* Border Radius */ /* 水平间距 */ /* 垂直间距 */ /* 透明度 */ /* 文章场景相关 */ .my-box { position: relative; } .my-bg { position: absolute; left: 0; top: 0; width: 100%; height: 406rpx; z-index: -10; } .my { display: flex; align-items: center; margin-top: 45rpx; } .my image { width: 120rpx; height: 120rpx; border-radius: 50%; margin-left: 34rpx; } .my .nickname { flex: 1; margin-left: 24rpx; font-weight: 500; font-size: 36rpx; color: #fff; } .my .icon-Group105 { margin-right: 38rpx; font-size: 36rpx; color: #fff; } .my-use { border-radius: 40rpx; padding: 0 28rpx; background-color: #fff; margin-top: 35rpx; } .my-use > view { height: 116rpx; border-bottom: 1rpx solid #F0F0F0; display: flex; line-height: 116rpx; font-size: 32rpx; color: #222; } .my-use > view .icon-tubiaoyanse { font-size: 24rpx; color: #A4A4A4; } .my-use > view .use-text { flex: 1; margin-left: 17rpx; } .tel-box { width: 628rpx; height: 462rpx; border-radius: 40rpx; background: #ffffff; padding: 38rpx 24rpx; box-sizing: border-box; font-size: 28rpx; font-weight: 500; } .tel-box .tel-line { display: flex; justify-content: space-between; border-radius: 12rpx; background-color: #F8F8F8; margin-top: 25rpx; padding-left: 31rpx; } .tel-box .tel-line:first-child { height: 88rpx; margin-top: 0; line-height: 88rpx; } .tel-box .tel-line .uni-input, .tel-box .tel-line .notes { padding-right: 23rpx; text-align: right; } .tel-box .tel-line .uni-input::-webkit-input-placeholder, .tel-box .tel-line .notes::-webkit-input-placeholder { text-align: left; direction: rtl; } .tel-box .tel-line .uni-input::placeholder, .tel-box .tel-line .notes::placeholder { text-align: left; direction: rtl; } .tel-box .tel-line .notes { padding-top: 24rpx; } .tel-box .tel-btn { width: 303rpx; height: 76rpx; border-radius: 12rpx; background: #3887fd; margin: 44rpx auto 0; color: #fff; font-size: 30rpx; font-weight: 500; text-align: center; line-height: 76rpx; }