shortPlay-mini/unpackage/dist/dev/mp-weixin/pages/data/data.wxss

66 lines
1.1 KiB
Plaintext

@charset "UTF-8";
/* 行为相关颜色 */
/* 文字基本颜色 */
/* 背景颜色 */
/* 边框颜色 */
/* 尺寸变量 */
/* 文字尺寸 */
/* 图片尺寸 */
/* Border Radius */
/* 水平间距 */
/* 垂直间距 */
/* 透明度 */
/* 文章场景相关 */
.wage {
background-color: #007aff;
border-radius: 20rpx;
font-size: 25rpx;
}
.wage-tip {
color: #84b6f9;
}
.money {
color: #f4f8ff;
font-size: 50rpx;
font-weight: bold;
padding-top: 15rpx;
padding-bottom: 30rpx;
}
.nums {
color: #f4f8ff;
margin-left: 15rpx;
}
.short-play {
margin-top: 30rpx;
background-color: #ffffff;
border-radius: 20rpx;
color: #a0a0a0;
}
.short-play .title {
font-size: 40rpx;
font-weight: bold;
color: #303030;
}
.short-play .date {
font-size: 28rpx;
margin-left: 20rpx;
}
.short-play .p2 {
font-size: 25rpx;
padding-top: 20rpx;
padding-bottom: 10rpx;
}
.short-play .m2 {
font-size: 45rpx;
font-weight: bold;
color: #333333;
padding-bottom: 20rpx;
}
.short-play .extra {
background-color: #f7f8fa;
border-radius: 10rpx;
padding: 10rpx;
font-size: 25rpx;
}