| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990 |
- @charset "UTF-8";
- /***
- 全局scss 变量和方法 存放处
- */
- /* 引入minxin */
- /* 颜色变量 */
- /*图片地址*/
- /* 行为相关颜色 */
- /* 文字基本颜色 */
- /* 背景颜色 */
- /* 边框颜色 */
- /* 尺寸变量 */
- /* 文字尺寸 */
- /* 图片尺寸 */
- /* Border Radius */
- /* 水平间距 */
- /* 垂直间距 */
- /* 透明度 */
- /* 文章场景相关 */
- .module-com.data-v-04e28fb8 {
- margin-bottom: 20rpx;
- background-color: #fff;
- }
- .module-com .module-tit.data-v-04e28fb8 {
- padding: 20rpx 18rpx;
- font-size: 28rpx;
- font-weight: 600;
- border-bottom: 1rpx solid #eee;
- }
- .module-com .module-det.data-v-04e28fb8 {
- padding: 0 30rpx;
- }
- .line-cell .tui-title.data-v-04e28fb8 {
- width: 210rpx;
- color: #666666;
- }
- .line-cell .tui-input.data-v-04e28fb8 {
- width: calc(100% - 210rpx);
- font-size: 28rpx;
- }
- .line-cell .tui-placeholder.data-v-04e28fb8 {
- color: #ccc;
- }
- .line-cell .phcolor.data-v-04e28fb8 {
- color: #ccc;
- }
- .btn-wrap.data-v-04e28fb8 {
- width: 90%;
- margin: 60rpx auto;
- }
- .btn-wrap .admin-button-com.data-v-04e28fb8 {
- width: 100%;
- margin: 0 auto;
- }
- .code-wrap .tui-input.data-v-04e28fb8 {
- width: calc(100% - 410rpx);
- font-size: 28rpx;
- }
- .code-wrap .tui-code.data-v-04e28fb8 {
- width: 200rpx;
- text-align: center;
- border-left: 1rpx solid #eee;
- color: #3385FF;
- }
- .recommend-wrap.data-v-04e28fb8 {
- padding: 30rpx 45rpx;
- }
- .recommend-wrap .recommend-tag.data-v-04e28fb8 {
- font-size: 28rpx;
- color: #666666;
- margin-bottom: 24rpx;
- }
- .recommend-wrap .recommend-det.data-v-04e28fb8 {
- display: -webkit-box;
- display: flex;
- display: -webkit-flex;
- -webkit-box-align: center;
- -webkit-align-items: center;
- align-items: center;
- -webkit-box-pack: start;
- -webkit-justify-content: flex-start;
- justify-content: flex-start;
- }
- .recommend-wrap .recommend-det .recommend-info.data-v-04e28fb8 {
- margin-left: 20rpx;
- }
- .recommend-wrap .recommend-det .recommend-info .app-size-32.data-v-04e28fb8 {
- margin-bottom: 4rpx;
- }
|