12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145 |
- /* #ifdef MP-BAIDU */
- @import "iconsforbaidu.css";
- /* #endif */
- /* 规划 H5 端字体 */
- /* #ifdef H5 */
- body {
- font-family: -apple-system, Helvetica, sans-serif, Arial;
- }
- /* #endif */
- /* 图标加载 */
- /* #ifndef APP-NVUE */
- /* #ifndef MP-BAIDU */
- @font-face {
- font-family: "gui-iconfont";
- font-weight: normal;
- font-style: normal;
- /* src : url('@/static/grace.ttf') format('truetype'); */
- }
- /* #endif */
- .gui-icons {
- font-family: "gui-iconfont";
- font-style: normal;
- }
- /* #endif */
- /* 页面主体结构 */
- .gui-body {
- width: 750rpx;
- }
- /* 去除图片空白 */
- .gui-img-in {
- font-size: 0;
- }
- /* #ifndef APP-NVUE */
- .gui-flex {
- display: flex;
- }
- .gui-border-box {
- box-sizing: border-box;
- }
- .gui-body {
- width: 750rpx;
- box-sizing: border-box;
- }
- /* #endif */
- /* flex 布局 */
- .gui-rows {
- flex-direction: row;
- }
- .gui-row {
- flex-direction: row;
- }
- .gui-columns {
- flex-direction: column;
- }
- .gui-column {
- flex-direction: column;
- }
- .gui-wrap {
- flex-direction: row;
- flex-wrap: wrap;
- }
- .gui-nowrap {
- flex-direction: row;
- flex-wrap: nowrap;
- }
- .gui-space-around {
- justify-content: space-around;
- }
- .gui-space-between {
- justify-content: space-between;
- }
- .gui-justify-content-start {
- justify-content: flex-start;
- }
- .gui-justify-content-center {
- justify-content: center;
- }
- .gui-justify-content-end {
- justify-content: flex-end;
- }
- .gui-align-items-start {
- align-items: flex-start;
- }
- .gui-align-items-center {
- align-items: center;
- }
- .gui-align-items-end {
- align-items: flex-end;
- }
- .gui-flex1 {
- flex: 1;
- }
- /* 文本对齐 */
- .gui-text-left {
- text-align: left;
- }
- .gui-text-center {
- text-align: center;
- }
- .gui-text-right {
- text-align: right;
- }
- .gui-ellipsis {
- overflow: hidden;
- }
- /* #ifndef APP-NVUE */
- .gui-ellipsis {
- white-space: nowrap;
- text-overflow: ellipsis;
- }
- .gui-block-text {
- display: block;
- }
- /* #endif */
- /* 文本修饰 */
- .gui-bold {
- font-weight: bold;
- }
- .gui-line-through {
- text-decoration: line-through;
- }
- .gui-underline {
- text-decoration: underline;
- }
- .gui-italic {
- font-style: italic;
- }
- /* 定位 */
- .gui-relative {
- position: relative;
- }
- .gui-absolute-lt {
- position: absolute;
- z-index: 2;
- left: 0;
- top: 0;
- }
- .gui-absolute-rt {
- position: absolute;
- z-index: 2;
- right: 0;
- top: 0;
- }
- .gui-absolute-lb {
- position: absolute;
- z-index: 2;
- left: 0;
- bottom: 0;
- }
- .gui-absolute-rb {
- position: absolute;
- z-index: 2;
- right: 0;
- bottom: 0;
- }
- .gui-fixed-lt {
- position: fixed;
- z-index: 2;
- left: 0;
- top: 0;
- }
- .gui-fixed-rt {
- position: fixed;
- z-index: 2;
- right: 0;
- top: 0;
- }
- .gui-fixed-lb {
- position: fixed;
- z-index: 2;
- left: 0;
- bottom: 0;
- }
- .gui-fixed-rb {
- position: fixed;
- z-index: 2;
- right: 0;
- bottom: 0;
- }
- /* 背景色 */
- .gui-bg-red {
- background-color: #EE0A25 !important;
- }
- .gui-bg-green {
- background-color: #07C160 !important;
- }
- .gui-bg-blue {
- background-color: #008AFF !important;
- }
- .gui-bg-orange {
- background-color: #ED6A0C !important;
- }
- .gui-bg-yellow {
- background-color: #FBDE4E !important;
- }
- .gui-bg-purple {
- background-color: #8A3FD4 !important;
- }
- .gui-bg-white {
- background-color: #FFFFFF !important;
- }
- .gui-bg-black {
- background-color: #2B2E3D !important;
- }
- .gui-bg-black {
- background-color: #2B2E3D !important;
- }
- .gui-bg-black2 {
- background-color: #656565 !important;
- }
- .gui-bg-black3 {
- background-color: #969799 !important;
- }
- .gui-bg-black4 {
- background-color: #C8C9CC !important;
- }
- .gui-bg-black-opacity7 {
- background-color: rgba(0, 0, 0, 0.7);
- }
- .gui-bg-black-opacity5 {
- background-color: rgba(0, 0, 0, 0.5);
- }
- .gui-bg-black-opacity3 {
- background-color: rgba(0, 0, 0, 0.3);
- }
- .gui-gtbg-red {
- background-image: linear-gradient(45deg, #FF0066, #D50000) !important;
- }
- .gui-gtbg-blue {
- background-image: linear-gradient(45deg, #5887DF, #008AFF) !important;
- }
- .gui-gtbg-green {
- background-image: linear-gradient(45deg, #39B55A, #8DC63E) !important;
- }
- .gui-bg-gray {
- background-color: #F7F8FA !important;
- }
- .gui-bg-white {
- background-color: #FFFFFF !important;
- }
- /* 内置颜色 */
- .gui-color-black {
- color: #2B2E3D !important;
- }
- .gui-color-white {
- color: #FFFFFF !important;
- }
- .gui-color-gray {
- color: rgba(69, 90, 100, 0.6) !important;
- }
- .gui-color-gray-light {
- color: rgba(69, 90, 100, 0.3) !important;
- }
- .gui-color-blue {
- color: #008AFF !important;
- }
- .gui-color-red {
- color: #EE0A25 !important;
- }
- .gui-color-orange {
- color: #ED6A0C !important;
- }
- .gui-color-purple {
- color: #8A3FD4 !important;
- }
- .gui-color-green {
- color: #39B55A !important;
- }
- .gui-color-yellow {
- color: #FBDE4E !important;
- }
- /* 边框 */
- /* #ifdef APP-NVUE */
- .gui-border {
- border-style: solid;
- border-width: 1rpx;
- border-color: #F1F2F3;
- }
- .gui-border-l {
- border-left-style: solid;
- border-left-width: 1rpx;
- border-left-color: #F1F2F3;
- }
- .gui-border-r {
- border-right-style: solid;
- border-right-width: 1rpx;
- border-right-color: #F1F2F3;
- }
- .gui-border-t {
- border-top-style: solid;
- border-top-width: 1rpx;
- border-top-color: #F1F2F3;
- }
- .gui-border-b {
- border-bottom-style: solid;
- border-bottom-width: 1rpx;
- border-bottom-color: #F1F2F3;
- }
- .gui-noborder {
- border-right-width: 0;
- border-top-width: 0;
- border-left-width: 0;
- border-bottom-width: 0;
- }
- /* #endif */
- /* #ifndef APP-NVUE */
- .gui-border {
- border: 1rpx solid #F1F2F3;
- }
- .gui-border-l {
- border-left: 1rpx solid #F1F2F3;
- }
- .gui-border-r {
- border-right: 1rpx solid #F1F2F3;
- }
- .gui-border-t {
- border-top: 1rpx solid #F1F2F3;
- }
- .gui-border-b {
- border-bottom: 1rpx solid #F1F2F3;
- }
- .gui-noborder {
- border: none !important;
- }
- /* #endif */
- /* 自定义头部导航相关 */
- .gui-header-content {
- width: 100rpx;
- flex: 1;
- text-align: center;
- margin-left: 10rpx;
- margin-right: 168rpx;
- }
- .gui-headr-back {
- width: 148rpx;
- line-height: 40px;
- font-size: 32rpx;
- }
- /* 宫格布局 */
- .gui-grids {
- padding: 0;
- }
- .gui-grids-items {
- width: 138rpx;
- }
- /* #ifndef APP-NVUE */
- .gui-grids-items {
- box-sizing: border-box;
- }
- /* #endif */
- .gui-grids-icon {
- height: 80rpx;
- font-size: 68rpx;
- line-height: 80rpx;
- text-align: center;
- }
- /* #ifndef APP-NVUE */
- .gui-grids-icon {
- display: block;
- width: 100%;
- }
- /* #endif */
- .gui-grids-icon-img {
- width: 80rpx;
- height: 80rpx;
- border-radius: 6rpx;
- }
- .gui-grids-text {
- line-height: 50rpx;
- text-align: center;
- font-size: 24rpx;
- margin-top: 2px;
- }
- /* #ifndef APP-NVUE */
- .gui-grids-text {
- display: block;
- width: 100%;
- }
- /* #endif */
- /* 列表样式 */
- /* #ifndef APP-NVUE */
- .gui-list-items,
- .gui-list-title {
- display: flex;
- }
- .gui-list-icon,
- .gui-list-title-text,
- .gui-list-title-desc,
- .gui-list-body-desc,
- .gui-list-arrow-right {
- display: block;
- }
- /* #endif */
- .gui-list-items {
- flex-direction: row;
- flex-wrap: nowrap;
- align-items: center;
- justify-content: center;
- }
- .gui-list-icon {
- width: 80rpx;
- height: 80rpx;
- line-height: 80rpx;
- text-align: center;
- font-size: 44rpx;
- }
- .gui-list-image {
- width: 80rpx;
- height: 80rpx;
- border-radius: 80rpx;
- font-size: 0;
- }
- .gui-list-body {
- padding: 25rpx 0;
- margin-left: 25rpx;
- width: 100rpx;
- flex: 1;
- }
- .gui-list-title {
- flex-direction: row;
- flex-wrap: nowrap;
- justify-content: space-between;
- align-items: center;
- }
- .gui-list-one-line {
- line-height: 60rpx !important;
- }
- .gui-list-title-text {
- font-size: 26rpx;
- line-height: 44rpx;
- }
- .gui-list-title-desc {
- font-size: 22rpx;
- line-height: 30rpx;
- }
- .gui-list-body-desc {
- font-size: 22rpx;
- line-height: 32rpx;
- }
- .gui-list-arrow-right {
- width: 50rpx;
- height: 50rpx;
- line-height: 50rpx;
- font-size: 30rpx;
- text-align: right;
- }
- /* 徽章 */
- .gui-badge {
- border-radius: 38rpx;
- height: 38rpx;
- line-height: 38rpx;
- padding: 0 13rpx;
- font-size: 22rpx;
- }
- .gui-badge-absolute {
- position: absolute;
- right: 0rpx;
- top: 4rpx;
- z-index: 1;
- }
- .gui-badge-point {
- width: 20rpx;
- height: 20rpx;
- border-radius: 12rpx;
- position: absolute;
- right: 4rpx;
- top: 4rpx;
- z-index: 1;
- background-color: #FF0000;
- }
- .gui-badge-gender {
- width: 38rpx;
- height: 38rpx;
- border-radius: 30rpx;
- text-align: center;
- font-size: 22rpx !important;
- line-height: 38rpx;
- position: absolute;
- right: 6rpx;
- top: 4rpx;
- z-index: 1;
- }
- /* 滚动区域 */
- /* #ifndef APP-NVUE */
- .gui-scroll-x {
- display: flex;
- white-space: nowrap;
- }
- .gui-scroll-x-item,
- .gui-scroll-x-items {
- display: inline-flex;
- vertical-align: top;
- }
- /* #endif */
- /* #ifdef MP-ALIPAY */
- .gui-scroll-x {
- display: block;
- white-space: nowrap;
- }
- /* #endif */
- .gui-scroll-x {
- width: 750rpx;
- flex-direction: row;
- overflow: hidden;
- }
- /* 卡片列表 */
- .gui-card-list {}
- .gui-card-item {
- width: 330rpx;
- margin-bottom: 30rpx;
- }
- .gui-card-img {
- width: 330rpx;
- height: 191rpx;
- overflow: hidden;
- position: relative;
- }
- .gui-card-title {
- margin-top: 3px;
- }
- .gui-card-desc {
- margin-top: 3px;
- }
- .gui-card-tip {
- width: 68rpx;
- height: 40rpx;
- line-height: 40rpx;
- text-align: center;
- }
- .gui-card-mask-title {
- line-height: 60rpx;
- height: 60rpx;
- padding: 0 10rpx;
- width: 330rpx;
- }
- /* 底部导航相关 */
- .gui-footer-icon-buttons {
- width: 80rpx;
- height: 80rpx;
- margin: 10rpx;
- }
- .gui-footer-icon-buttons-icon {
- text-align: center;
- font-size: 38rpx;
- line-height: 50rpx;
- }
- .gui-footer-icon-buttons-text {
- text-align: center;
- font-size: 20rpx;
- line-height: 30rpx;
- }
- .gui-footer-large-buttons {
- margin-left: 25rpx;
- margin-right: 25rpx;
- }
- .gui-footer-large-button {
- width: 218rpx;
- height: 80rpx;
- }
- .gui-footer-large-button-text {
- line-height: 80rpx !important;
- }
- /* 通用标题布局 */
- .gui-title-line {
- width: 50rpx;
- height: 1px;
- background-color: #E1E2E3;
- flex: 1;
- }
- .gui-title-text {
- line-height: 60rpx;
- }
- .gui-title-icon {
- width: 50rpx;
- font-size: 32rpx;
- }
- /* 表单 */
- .gui-form {
- overflow: hidden;
- }
- .gui-form-item {
- flex-direction: row;
- flex-wrap: nowrap;
- align-items: center;
- }
- .gui-form-label {
- width: 130rpx;
- height: 100rpx;
- font-size: 28rpx;
- line-height: 100rpx;
- overflow: hidden;
- }
- .gui-form-icon {
- width: 60rpx;
- height: 60rpx;
- line-height: 60rpx;
- font-size: 28rpx;
- }
- .gui-form-body {
- width: 200rpx;
- margin-left: 20rpx;
- overflow: hidden;
- flex: 1;
- }
- .gui-form-input {
- height: 40rpx;
- line-height: 40rpx;
- margin: 20rpx 0;
- background-color: rgba(255, 255, 255, 0);
- border-width: 0px;
- font-size: 28rpx;
- }
- .gui-check-item {
- margin: 10rpx 10rpx 0 0;
- padding: 0 10rpx;
- font-size: 28rpx;
- flex-direction: row;
- flex-wrap: nowrap;
- align-items: center;
- }
- .gui-check-item-y {
- margin: 10rpx 0;
- font-size: 28rpx;
- }
- .gui-textarea {
- height: 120rpx;
- padding: 15rpx;
- line-height: 38rpx;
- background-color: rgba(255, 255, 255, 0);
- border-width: 0px;
- font-size: 28rpx;
- }
- @font-face {
- font-family: "gui-formicons";
- src: url('data:application/ttf;charset=utf-8;base64,OLh6+EVGahJS0OU2yaKO26Kiu6Zv+fbC+9P6l/wm8ZwtrOU5zo2XwdDjj7ilb9szx6Pz8hzzU1DUMrbXMHC2NbU15WTlxOxUdK2llbX0DSSdFF0GClXLlRPIOJppGChZi5s6MnpKNvaqMLkwKoD8NsI9B7wqBANQgCNQhGDQgBAwhFKwhHGhBeDCDCOAI2YElRARjiAS2EBlMIQx4iGInC9nJQTHaVXQA623EC285A07B4O4gBKhATdCAWWEFskIYcQBnigDbEBX2IBwYQHyQhIThBohj9KScAF0gKAuQMEpALsJAHSEG+/kuiIgA4aBqIoCiQhzQx6qgEABMoBTShNDCC5oAC1AQWUAuIQRYwhzaCM7QFGOgo6EHXQAn6DDbQJNjjczuo4gsok+FuApClC9pt9nPwK3ehR05loNUk');
- }
- /* 底部导航 */
- /* #ifndef APP-NVUE */
- .gui-form-item {
- display: flex;
- }
- .gui-form-label,
- .gui-form-icon {
- display: block;
- }
- .gui-form-picker {
- display: flex;
- }
- .gui-check-item {
- display: flexbox;
- }
- .gui-check-item-y {
- display: block;
- }
- .gui-textarea {
- box-sizing: border-box;
- }
- /* #endif */
- /* 评论列表 */
- .gui-comments {}
- .gui-comments-items {
- margin-top: 35rpx;
- }
- .gui-comments-face {
- width: 80rpx;
- height: 80rpx;
- border-radius: 80rpx;
- margin-right: 25rpx;
- }
- .gui-comments-body {
- width: 580rpx;
- overflow: hidden;
- }
- .gui-comments-header-text {
- line-height: 40rpx;
- }
- .gui-comments-info {
- margin-top: 2px;
- }
- .gui-comments-info-text {
- font-size: 22rpx;
- line-height: 40rpx;
- margin-top: 10rpx;
- }
- .gui-comments-content {
- line-height: 36rpx;
- font-size: 26rpx;
- padding: 8rpx 0;
- }
- .gui-comments-replay {
- font-size: 24rpx;
- color: #666666;
- border-radius: 3px;
- margin: 3px 0;
- padding: 15rpx;
- line-height: 36rpx;
- }
- .gui-comments-replay-btn {
- font-size: 20rpx;
- line-height: 44rpx;
- padding: 0rpx 20rpx;
- border-radius: 44rpx;
- }
- .gui-comments-imgs {
- margin: 8rpx 0;
- }
- .gui-comments-image {
- width: 180rpx;
- height: 128rpx;
- margin-right: 10rpx;
- margin-bottom: 10rpx;
- font-size: 0;
- overflow: hidden;
- }
- /* 底部导航相关 */
- .gui-footer-input-body {
- padding: 0 20rpx;
- height: 70rpx;
- border-radius: 66rpx;
- margin: 0 30rpx;
- }
- .gui-footer-input-icon {
- width: 66rpx;
- text-align: center;
- line-height: 66rpx;
- font-size: 30rpx;
- margin-right: 10rpx;
- }
- .gui-footer-input {
- width: 100rpx;
- flex: 1;
- font-size: 26rpx;
- height: 32rpx;
- line-height: 32rpx;
- padding: 0;
- overflow: hidden;
- }
- .gui-common-line {
- height: 20rpx;
- background-color: #F7F8FA;
- }
- /* css3 动画 不支持 nvue */
- /* #ifndef APP-NVUE */
- .gui-transition-all {
- transition: all 0.2s ease-in 0s;
- }
- /* 使用记录 : gui-switch-navigation2 gui-popup */
- @keyframes gui-fade-in {
- 0% {
- opacity: 0;
- }
- 100% {
- opacity: 1;
- }
- }
- .gui-fade-in {
- animation: gui-fade-in 350ms ease-in forwards;
- }
- /* 使用记录 : gui-image gui-popup */
- @keyframes gui-fade-out {
- 0% {
- opacity: 1;
- }
- 100% {
- opacity: 0;
- }
- }
- .gui-fade-out {
- animation: gui-fade-out 350ms ease-out forwards;
- }
- /* 使用记录 : gui-popup */
- @keyframes gui-top-in {
- 0% {
- transform: translateY(-1000px);
- }
- 100% {
- transform: translateY(0px);
- }
- }
- .gui-top-in {
- animation: gui-top-in 350ms linear forwards;
- }
- /* 使用记录 : gui-popup */
- @keyframes gui-top-out {
- 0% {
- transform: translateY(0px);
- }
- 100% {
- transform: translateY(-1000px);
- }
- }
- .gui-top-out {
- animation: gui-top-out 350ms linear forwards;
- }
- /* 使用记录 : gui-popup */
- @keyframes gui-bottom-in {
- 0% {
- transform: translateY(600px);
- }
- 100% {
- transform: translateY(0px);
- }
- }
- .gui-bottom-in {
- animation: gui-bottom-in 350ms linear forwards;
- }
- /* 使用记录 : gui-popup */
- @keyframes gui-bottom-out {
- 0% {
- transform: translateY(0px);
- }
- 100% {
- transform: translateY(600px);
- }
- }
- .gui-bottom-out {
- animation: gui-bottom-out 350ms linear forwards;
- }
- /* 使用记录 : gui-popup */
- @keyframes gui-left-in {
- 0% {
- transform: translateX(-600px);
- }
- 100% {
- transform: translateX(0px);
- }
- }
- .gui-left-in {
- animation: gui-left-in 350ms linear forwards;
- }
- /* 使用记录 : gui-popup */
- @keyframes gui-left-out {
- 0% {
- transform: translateX(0px);
- }
- 100% {
- transform: translateX(-600px);
- }
- }
- .gui-left-out {
- animation: gui-left-out 350ms linear forwards;
- }
- /* 使用记录 : gui-popup */
- @keyframes gui-right-in {
- 0% {
- transform: translateX(600px);
- }
- 100% {
- transform: translateX(0px);
- }
- }
- .gui-right-in {
- animation: gui-right-in 350ms linear forwards;
- }
- /* 使用记录 : gui-popup */
- @keyframes gui-right-out {
- 0% {
- transform: translateX(0px);
- }
- 100% {
- transform: translateX(600px);
- }
- }
- .gui-right-out {
- animation: gui-right-out 350ms linear forwards;
- }
- /* 使用记录 : gui-popup */
- @keyframes gui-scale-in {
- 0% {
- transform: scale(0.3, 0.3);
- }
- 100% {
- transform: scale(1, 1);
- }
- }
- .gui-scale-in {
- animation: gui-scale-in 350ms linear forwards;
- }
- /* 使用记录 : gui-popup */
- @keyframes gui-scale-out {
- 0% {
- transform: scale(1, 1);
- }
- 100% {
- transform: scale(0.3, 0.3);
- }
- }
- .gui-scale-out {
- animation: gui-scale-out 350ms linear forwards;
- }
- /* 使用记录 : gui-page */
- @keyframes gui-rotate360 {
- 0% {
- transform: rotate(0deg);
- }
- 50% {
- transform: rotate(180deg);
- }
- 100% {
- transform: rotate(360deg);
- }
- }
- .gui-rotate360 {
- animation: gui-rotate360 1200ms infinite linear;
- }
- /* #endif */
- /* 不支持 nvue 的常用样式 */
- /* #ifndef APP-NVUE */
- .gui-box-shadow {
- box-shadow: 0px 0px 16rpx #323232;
- }
- .gui-transition-all {
- transition: all 0.2s ease-in 0s;
- }
- ::-webkit-scrollbar {
- display: none;
- }
- /* #endif */
|