12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364 |
- @charset "UTF-8";
- /* 页面左右间距 */
- /* 文字尺寸 */
- /*文字颜色*/
- /* 边框颜色 */
- /*颜色*/
- /* 图片加载中颜色 */
- /* 行为相关颜色 */
- /* 功能栏字体大小 */
- /*功能栏左侧小图标*/
- .uni-fav.data-v-6b4a1d82 {
- display: -webkit-box;
- display: -webkit-flex;
- display: flex;
- -webkit-box-orient: horizontal;
- -webkit-box-direction: normal;
- -webkit-flex-direction: row;
- flex-direction: row;
- -webkit-box-align: center;
- -webkit-align-items: center;
- align-items: center;
- -webkit-box-pack: center;
- -webkit-justify-content: center;
- justify-content: center;
- width: 60px;
- height: 25px;
- line-height: 25px;
- text-align: center;
- -webkit-border-radius: 3px;
- border-radius: 3px;
- }
- .uni-fav--circle.data-v-6b4a1d82 {
- -webkit-border-radius: 30px;
- border-radius: 30px;
- }
- .uni-fav-star.data-v-6b4a1d82 {
- display: -webkit-box;
- display: -webkit-flex;
- display: flex;
- height: 25px;
- line-height: 24px;
- margin-right: 3px;
- -webkit-box-align: center;
- -webkit-align-items: center;
- align-items: center;
- -webkit-box-pack: center;
- -webkit-justify-content: center;
- justify-content: center;
- }
- .uni-fav-text.data-v-6b4a1d82 {
- display: -webkit-box;
- display: -webkit-flex;
- display: flex;
- height: 25px;
- line-height: 25px;
- -webkit-box-align: center;
- -webkit-align-items: center;
- align-items: center;
- -webkit-box-pack: center;
- -webkit-justify-content: center;
- justify-content: center;
- font-size: 28rpx;
- }
|