12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788 |
- .container.data-v-52149304 {
- padding: 30rpx 0;
- box-sizing: border-box;
- padding-bottom: 120rpx;
- }
- .ql-container.data-v-52149304 {
- line-height: 160%;
- font-size: 34rpx;
- width: calc(100% - 60rpx);
- height: auto;
- margin: 0 auto;
- }
- .tool-view.data-v-52149304 {
- width: 100vw;
- position: fixed;
- bottom: 0;
- left: 0;
- }
- .tool.data-v-52149304 {
- height: 100rpx;
- display: -webkit-box;
- display: -webkit-flex;
- display: flex;
- -webkit-box-align: center;
- -webkit-align-items: center;
- align-items: center;
- -webkit-justify-content: space-around;
- justify-content: space-around;
- width: 100%;
- background: #eee;
- }
- .font-more.data-v-52149304 {
- position: absolute;
- left: 0;
- bottom: 100rpx;
- display: -webkit-box;
- display: -webkit-flex;
- display: flex;
- -webkit-box-align: center;
- -webkit-align-items: center;
- align-items: center;
- -webkit-justify-content: space-around;
- justify-content: space-around;
- width: 100%;
- background: rgb(235, 235, 235);
- overflow: hidden;
- -webkit-transition: all 0.15s;
- transition: all 0.15s;
- }
- .setting-layer.data-v-52149304 {
- position: absolute;
- bottom: 100rpx;
- background: #fff;
- width: 250rpx;
- right: 20rpx;
- box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
- border-radius: 8rpx;
- }
- .setting-layer .single.data-v-52149304 {
- height: 80rpx;
- font-size: 32rpx;
- padding: 0 30rpx;
- display: -webkit-box;
- display: -webkit-flex;
- display: flex;
- -webkit-box-align: center;
- -webkit-align-items: center;
- align-items: center;
- line-height: 80rpx;
- -webkit-box-orient: horizontal;
- -webkit-box-direction: normal;
- -webkit-flex-direction: row;
- flex-direction: row;
- color: #666;
- }
- .setting-layer .single .icon.data-v-52149304 {
- margin-right: 20rpx;
- }
- .setting-layer-mask.data-v-52149304 {
- position: fixed;
- left: 0;
- top: 0;
- width: 100vw;
- height: 100vh;
- background: transparent;
- }
|