| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169 |
- @charset "UTF-8";
- /**
- * 这里是uni-app内置的常用样式变量
- *
- * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
- * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
- *
- */
- /**
- * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
- *
- * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
- */
- /* 颜色变量 */
- /* 行为相关颜色 */
- /* 文字基本颜色 */
- /* 背景颜色 */
- /* 边框颜色 */
- /* 尺寸变量 */
- /* 文字尺寸 */
- /* 图片尺寸 */
- /* Border Radius */
- /* 水平间距 */
- /* 垂直间距 */
- /* 透明度 */
- /* 文章场景相关 */
- .imageV.data-v-004fcf04 {
- width: 100%;
- height: 25vh;
- }
- .imageZ.data-v-004fcf04 {
- width: 30rpx;
- height: 30rpx;
- }
- .imagekf.data-v-004fcf04 {
- width: 40rpx;
- height: 40rpx;
- margin-left: auto;
- margin-right: 30rpx;
- margin-top: -12rpx;
- }
- .actimgeCT.data-v-004fcf04 {
- position: fixed;
- width: 94%;
- left: 3%;
- top: 100rpx;
- z-index: 999;
- }
- .actimge.data-v-004fcf04 {
- width: 60rpx;
- height: 60rpx;
- }
- .kongbai.data-v-004fcf04 {
- margin-left: auto;
- }
- .imageRJ.data-v-004fcf04 {
- width: 56rpx;
- height: 56rpx;
- margin-right: 8rpx;
- }
- .imageR.data-v-004fcf04 {
- width: 56rpx;
- height: 56rpx;
- margin-right: 30rpx;
- }
- .textR.data-v-004fcf04 {
- margin-left: 6rpx;
- margin-right: 6rpx;
- }
- .msText.data-v-004fcf04 {
- margin-top: 20rpx;
- padding-left: 30rpx;
- text-align: left;
- font-size: 22rpx;
- line-height: 32rpx;
- }
- .buyBT.data-v-004fcf04 {
- display: flex;
- flex-direction: row;
- justify-content: left;
- align-items: center;
- width: 100%;
- }
- .buyBTact.data-v-004fcf04 {
- display: flex;
- flex-direction: row;
- justify-content: space-between;
- align-items: center;
- width: 94%;
- }
- .dianpuming.data-v-004fcf04 {
- font-size: 30rpx;
- line-height: 32rpx;
- height: 32rpx;
- font-weight: bold;
- }
- .peisongsuoming.data-v-004fcf04 {
- font-size: 26rpx;
- line-height: 38rpx;
- height: 38rpx;
- color: dimgray;
- }
- .youhuixinxi.data-v-004fcf04 {
- margin: 8rpx;
- padding: 6rpx;
- font-size: 26rpx;
- line-height: 28rpx;
- height: 28rpx;
- color: #988233;
- border-radius: 2rpx;
- background-color: #F9E6E5;
- }
- .xiaoliang.data-v-004fcf04 {
- margin-left: auto;
- margin-right: 30rpx;
- }
- .xiaoliangpl.data-v-004fcf04 {
- margin-left: auto;
- margin-right: 30rpx;
- font-size: 26rpx;
- color: blue;
- text-decoration: underline;
- }
- .xsxqt.data-v-004fcf04 {
- margin-top: 16rpx;
- padding-left: 30rpx;
- font-size: 30rpx;
- line-height: 80rpx;
- height: 80rpx;
- font-weight: bold;
- background-color: whitesmoke;
- }
- .shangpinwenmiao.data-v-004fcf04 {
- padding-left: 30rpx;
- }
- .bottomfloatV.data-v-004fcf04 {
- position: fixed;
- flex-direction: row;
- align-items: center;
- left: 0;
- right: 0;
- bottom: 0;
- z-index: 999;
- background-color: whitesmoke;
- height: 140rpx;
- }
- .gouwuche.data-v-004fcf04 {
- width: 120rpx;
- height: 120rpx;
- }
- .qjs.data-v-004fcf04 {
- border-radius: 8rpx;
- padding: 6rpx;
- margin-left: auto;
- margin-right: 30rpx;
- font-size: 32rpx;
- height: 40rpx;
- line-height: 40rpx;
- }
- .qjsact.data-v-004fcf04 {
- margin-top: 50rpx;
- border-radius: 8rpx;
- padding: 10rpx;
- font-size: 32rpx;
- height: 40rpx;
- line-height: 40rpx;
- color: white;
- }
|