| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071 |
- @charset "UTF-8";
- /***
- 全局scss 变量和方法 存放处
- */
- /* 引入minxin */
- /* 颜色变量 */
- /*图片地址*/
- /* 行为相关颜色 */
- /* 文字基本颜色 */
- /* 背景颜色 */
- /* 边框颜色 */
- /* 尺寸变量 */
- /* 文字尺寸 */
- /* 图片尺寸 */
- /* Border Radius */
- /* 水平间距 */
- /* 垂直间距 */
- /* 透明度 */
- /* 文章场景相关 */
- .admin-button-com.data-v-1cee6e02 {
- margin-bottom: 20rpx;
- width: 100%;
- }
- .zuhe-box.data-v-1cee6e02 {
- width: 100%;
- padding: 0 20rpx;
- margin-bottom: 20rpx;
- background-color: #fff;
- }
- .zuhe-box .zuhe-remark.data-v-1cee6e02 {
- color: #333;
- font-size: 32rpx;
- font-weight: 700;
- line-height: 88rpx;
- }
- .zuhe-box .zuhe-center.data-v-1cee6e02 {
- font-size: 28rpx;
- height: 90rpx;
- box-sizing: border-box;
- }
- .zuhe-box .zuhe-center .zuhe-title.data-v-1cee6e02 {
- color: #666;
- }
- .zuhe-box .zuhe-center > input.data-v-1cee6e02 {
- border: 1rpx solid #eee !important;
- border-radius: 5rpx !important;
- }
- .zuhe-box .zuhe-center .zuhe-val.data-v-1cee6e02 {
- position: relative;
- width: 70%;
- height: 60rpx;
- padding: 10rpx;
- color: #333;
- border: 1rpx solid #868686;
- border: none;
- }
- .zuhe-box .zuhe-center .zuhe-val.active.data-v-1cee6e02:before {
- content: ' ';
- height: 22rpx;
- width: 22rpx;
- border-width: 2rpx 2rpx 0 0;
- border-color: #868686;
- border-style: solid;
- -webkit-transform: matrix(0.5, 0.5, -0.5, 0.5, 0, 0);
- transform: matrix(0.5, 0.5, -0.5, 0.5, 0, 0);
- position: absolute;
- top: 50%;
- margin-top: -12rpx;
- right: 30rpx;
- }
|