12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115 |
- /*每个页面公共css */
- ::-webkit-scrollbar {
- display: none;
- width: 0 !important;
- height: 0 !important;
- -webkit-appearance: none;
- background: transparent;
- }
- body {
- background-color: #f1f1f1;
- font-size: 14px;
- color: #333333;
- font-family: Helvetica Neue, Helvetica, sans-serif;
- }
- uni-view,
- uni-scroll-view,
- uni-swiper,
- uni-swiper-item,
- uni-cover-view,
- uni-cover-image,
- uni-icon,
- uni-text,
- uni-rich-text,
- uni-progress,
- uni-button,
- uni-checkbox,
- uni-form,
- uni-input,
- uni-label, uni-radio, uni-slider,
- uni-switch, uni-textarea,
- uni-navigator, uni-audio,
- uni-camera, uni-image, uni-video{
- box-sizing: border-box;
- }
-
- /*边框*/
- .b-b{
- position: relative;
- }
- .b-b:after,
- .b-t:after {
- position: absolute;
- z-index: 3;
- left: 0;
- right: 0;
- height: 0;
- content: '';
- transform: scaleY(.5);
- border-bottom: 1px solid #E4E7ED;
- }
-
- .b-b:after {
- bottom: 0;
- }
-
- .b-t:after {
- top: 0;
- }
-
- .margin-top {
- margin-top: 15px;
- }
- .padding {
- padding: 30upx;
- }
- .text-grey, .line-grey, .lines-grey {
- color: #8799a3;
- }
- .text-sm {
- font-size: 12px;
- }
- /* ==================
- 列表
- ==================== */
- .grayscale {
- filter: grayscale(1);
- }
- .cu-list+.cu-list {
- margin-top: 30upx
- }
- .cu-list>.cu-item {
- transition: all .6s ease-in-out 0s;
- transform: translateX(0upx)
- }
- .cu-list>.cu-item.move-cur {
- transform: translateX(-260upx)
- }
- .cu-list>.cu-item .move {
- position: absolute;
- right: 0;
- display: flex;
- width: 260upx;
- height: 100%;
- transform: translateX(100%)
- }
- .cu-list>.cu-item .move view {
- display: flex;
- flex: 1;
- justify-content: center;
- align-items: center
- }
- .cu-list.menu-avatar {
- overflow: hidden;
- }
- .cu-list.menu-avatar>.cu-item {
- position: relative;
- display: flex;
- padding-right: 10upx;
- height: 140upx;
- background-color: #ffffff;
- justify-content: flex-end;
- align-items: center
- }
- .cu-list.menu-avatar>.cu-item>.cu-avatar {
- position: absolute;
- left: 30upx
- }
- .cu-list.menu-avatar>.cu-item .flex .text-cut {
- max-width: 510upx
- }
- .cu-list.menu-avatar>.cu-item .content {
- position: absolute;
- left: 146upx;
- width: calc(100% - 96upx - 60upx - 120upx - 20upx);
- line-height: 1.6em;
- }
- .cu-list.menu-avatar>.cu-item .content.flex-sub {
- width: calc(100% - 96upx - 60upx - 20upx);
- }
- .cu-list.menu-avatar>.cu-item .content>view:first-child {
- font-size: 30upx;
- display: flex;
- align-items: center
- }
- .cu-list.menu-avatar>.cu-item .content .cu-tag.sm {
- display: inline-block;
- margin-left: 10upx;
- height: 28upx;
- font-size: 16upx;
- line-height: 32upx
- }
- .cu-list.menu-avatar>.cu-item .action {
- width: 100upx;
- text-align: center
- }
- .cu-list.menu-avatar>.cu-item .action view+view {
- margin-top: 10upx
- }
- .cu-list.menu-avatar.comment>.cu-item .content {
- position: relative;
- left: 0;
- width: auto;
- flex: 1;
- }
- .cu-list.menu-avatar.comment>.cu-item {
- padding: 30upx 30upx 30upx 120upx;
- height: auto
- }
- .cu-list.menu-avatar.comment .cu-avatar {
- align-self: flex-start
- }
- .cu-list.menu>.cu-item {
- position: relative;
- display: flex;
- padding: 0 30upx;
- min-height: 100upx;
- background-color: #ffffff;
- justify-content: space-between;
- align-items: center
- }
- .cu-list.menu>.cu-item:last-child:after {
- border: none
- }
- .cu-list.menu-avatar>.cu-item:after,
- .cu-list.menu>.cu-item:after {
- position: absolute;
- top: 0;
- left: 0;
- box-sizing: border-box;
- width: 200%;
- height: 200%;
- border-bottom: 1upx solid #ddd;
- border-radius: inherit;
- content: " ";
- transform: scale(.5);
- transform-origin: 0 0;
- pointer-events: none
- }
- .cu-list.menu>.cu-item.grayscale {
- background-color: #f5f5f5
- }
- .cu-list.menu>.cu-item.cur {
- background-color: #fcf7e9
- }
- .cu-list.menu>.cu-item.arrow {
- padding-right: 90upx
- }
- .cu-list.menu>.cu-item.arrow:before {
- position: absolute;
- top: 0;
- right: 30upx;
- bottom: 0;
- display: block;
- margin: auto;
- width: 30upx;
- height: 30upx;
- color: #8799a3;
- content: "\e6a3";
- text-align: center;
- font-size: 34upx;
- font-family: "hxicon";
- line-height: 30upx
- }
- .cu-list.menu>.cu-item button.content {
- padding: 0;
- background-color: transparent;
- justify-content: flex-start
- }
- .cu-list.menu>.cu-item button.content:after {
- display: none
- }
- .cu-list.menu>.cu-item .cu-avatar-group .cu-avatar {
- border-color: #ffffff
- }
- .cu-list.menu>.cu-item .content>view:first-child {
- display: flex;
- align-items: center
- }
- .cu-list.menu>.cu-item .content>text[class*=cuIcon] {
- display: inline-block;
- margin-right: 10upx;
- width: 1.6em;
- text-align: center
- }
- .cu-list.menu>.cu-item .content>text[class*=icon] {
- display: inline-block;
- margin-right: 10upx;
- width: 1.6em;
- text-align: center
- }
- .cu-list.menu>.cu-item .content>image {
- display: inline-block;
- margin-right: 10upx;
- width: 1.6em;
- height: 1.6em;
- vertical-align: middle
- }
- .cu-list.menu>.cu-item .content {
- font-size: 30upx;
- line-height: 1.6em;
- flex: 1
- }
- .cu-list.menu>.cu-item .content .cu-tag.sm {
- display: inline-block;
- margin-left: 10upx;
- height: 28upx;
- font-size: 16upx;
- line-height: 32upx
- }
- .cu-list.menu>.cu-item .action .cu-tag:empty {
- right: 10upx
- }
- .cu-list.menu {
- display: block;
- overflow: hidden
- }
- .cu-list.menu.sm-border>.cu-item:after {
- left: 30upx;
- width: calc(200% - 120upx)
- }
- .cu-list.grid>.cu-item {
- position: relative;
- display: flex;
- padding: 20upx 0 30upx;
- transition-duration: 0s;
- flex-direction: column
- }
- .cu-list.grid>.cu-item:after {
- position: absolute;
- top: 0;
- left: 0;
- box-sizing: border-box;
- width: 200%;
- height: 200%;
- border-right: 1px solid rgba(0, 0, 0, .1);
- border-bottom: 1px solid rgba(0, 0, 0, .1);
- border-radius: inherit;
- content: " ";
- transform: scale(.5);
- transform-origin: 0 0;
- pointer-events: none
- }
- .cu-list.grid>.cu-item text {
- display: block;
- margin-top: 10upx;
- color: #888;
- font-size: 26upx;
- line-height: 40upx
- }
- .cu-list.grid>.cu-item [class*=cuIcon] {
- position: relative;
- display: block;
- margin-top: 20upx;
- width: 100%;
- font-size: 48upx
- }
- .cu-list.grid>.cu-item [class*=icon] {
- position: relative;
- display: block;
- margin-top: 20upx;
- width: 100%;
- font-size: 48upx
- }
- .cu-list.grid>.cu-item .cu-tag {
- right: auto;
- left: 50%;
- margin-left: 20upx
- }
- .cu-list.grid {
- background-color: #ffffff;
- text-align: center
- }
- .cu-list.grid.no-border>.cu-item {
- padding-top: 10upx;
- padding-bottom: 20upx
- }
- .cu-list.grid.no-border>.cu-item:after {
- border: none
- }
- .cu-list.grid.no-border {
- padding: 20upx 10upx
- }
- .cu-list.grid.col-3>.cu-item:nth-child(3n):after,
- .cu-list.grid.col-4>.cu-item:nth-child(4n):after,
- .cu-list.grid.col-5>.cu-item:nth-child(5n):after {
- border-right-width: 0
- }
- .cu-list.card-menu {
- overflow: hidden;
- margin-right: 30upx;
- margin-left: 30upx;
- border-radius: 20upx
- }
- /* ==================
- 按钮
- ==================== */
- .cu-btn {
- position: relative;
- border: 0upx;
- display: inline-flex;
- align-items: center;
- justify-content: center;
- box-sizing: border-box;
- padding: 0 30upx;
- font-size: 28upx;
- height: 64upx;
- line-height: 1;
- text-align: center;
- text-decoration: none;
- overflow: visible;
- margin-left: initial;
- transform: translate(0upx, 0upx);
- margin-right: initial;
- }
- .cu-btn::after {
- display: none;
- }
- .cu-btn:not([class*="bg-"]) {
- background-color: #f0f0f0;
- }
- .cu-btn[class*="line"] {
- background-color: transparent;
- }
- .cu-btn[class*="line"]::after {
- content: " ";
- display: block;
- width: 200%;
- height: 200%;
- position: absolute;
- top: 0;
- left: 0;
- border: 1upx solid currentColor;
- transform: scale(0.5);
- transform-origin: 0 0;
- box-sizing: border-box;
- border-radius: 12upx;
- z-index: 1;
- pointer-events: none;
- }
- .cu-btn.round[class*="line"]::after {
- border-radius: 1000upx;
- }
- .cu-btn[class*="lines"]::after {
- border: 6upx solid currentColor;
- }
- .cu-btn[class*="bg-"]::after {
- display: none;
- }
- .cu-btn.sm {
- padding: 0 20upx;
- font-size: 20upx;
- height: 48upx;
- }
- .cu-btn.lg {
- padding: 0 40upx;
- font-size: 32upx;
- height: 80upx;
- }
- .cu-btn.cuIcon.sm {
- width: 48upx;
- height: 48upx;
- }
- .cu-btn.cuIcon {
- width: 64upx;
- height: 64upx;
- border-radius: 500upx;
- padding: 0;
- }
- button.cuIcon.lg {
- width: 80upx;
- height: 80upx;
- }
- .cu-btn.shadow-blur::before {
- top: 4upx;
- left: 4upx;
- filter: blur(6upx);
- opacity: 0.6;
- }
- .cu-btn.button-hover {
- transform: translate(1upx, 1upx);
- }
- .block {
- display: block;
- }
- .cu-btn.block {
- display: flex;
- }
- .cu-btn[disabled] {
- opacity: 0.6;
- color: #ffffff;
- }
- /* -- 浮动 -- */
- .cf::after,
- .cf::before {
- content: " ";
- display: table;
- }
- .cf::after {
- clear: both;
- }
- .fl {
- float: left;
- }
- .fr {
- float: right;
- }
- /* ==================
- 背景
- ==================== */
- .line-red::after,
- .lines-red::after {
- border-color: #e54d42;
- }
- .line-orange::after,
- .lines-orange::after {
- border-color: #f37b1d;
- }
- .line-yellow::after,
- .lines-yellow::after {
- border-color: #fbbd08;
- }
- .line-olive::after,
- .lines-olive::after {
- border-color: #8dc63f;
- }
- .line-green::after,
- .lines-green::after {
- border-color: #39b54a;
- }
- .line-cyan::after,
- .lines-cyan::after {
- border-color: #1cbbb4;
- }
- .line-blue::after,
- .lines-blue::after {
- border-color: #0081ff;
- }
- .line-purple::after,
- .lines-purple::after {
- border-color: #6739b6;
- }
- .line-mauve::after,
- .lines-mauve::after {
- border-color: #9c26b0;
- }
- .line-pink::after,
- .lines-pink::after {
- border-color: #e03997;
- }
- .line-brown::after,
- .lines-brown::after {
- border-color: #a5673f;
- }
- .line-grey::after,
- .lines-grey::after {
- border-color: #8799a3;
- }
- .line-gray::after,
- .lines-gray::after {
- border-color: #aaaaaa;
- }
- .line-black::after,
- .lines-black::after {
- border-color: #333333;
- }
- .line-white::after,
- .lines-white::after {
- border-color: #ffffff;
- }
- .bg-red {
- background-color: #e54d42;
- color: #ffffff;
- }
- .bg-orange {
- background-color: #f37b1d;
- color: #ffffff;
- }
- .bg-yellow {
- background-color: #fbbd08;
- color: #333333;
- }
- .bg-olive {
- background-color: #8dc63f;
- color: #ffffff;
- }
- .bg-green {
- background-color: #39b54a;
- color: #ffffff;
- }
- .bg-cyan {
- background-color: #1cbbb4;
- color: #ffffff;
- }
- .bg-blue {
- background-color: #0081ff;
- color: #ffffff;
- }
- .bg-purple {
- background-color: #6739b6;
- color: #ffffff;
- }
- .bg-mauve {
- background-color: #9c26b0;
- color: #ffffff;
- }
- .bg-pink {
- background-color: #e03997;
- color: #ffffff;
- }
- .bg-brown {
- background-color: #a5673f;
- color: #ffffff;
- }
- .bg-grey {
- background-color: #8799a3;
- color: #ffffff;
- }
- .bg-gray {
- background-color: #f0f0f0;
- color: #333333;
- }
- .bg-black {
- background-color: #333333;
- color: #ffffff;
- }
- .bg-white {
- background-color: #ffffff;
- color: #666666;
- }
- .bg-shadeTop {
- background-image: linear-gradient(rgba(0, 0, 0, 1), rgba(0, 0, 0, 0.01));
- color: #ffffff;
- }
- .bg-shadeBottom {
- background-image: linear-gradient(rgba(0, 0, 0, 0.01), rgba(0, 0, 0, 1));
- color: #ffffff;
- }
- .bg-red.light {
- color: #e54d42;
- background-color: #fadbd9;
- }
- .bg-orange.light {
- color: #f37b1d;
- background-color: #fde6d2;
- }
- .bg-yellow.light {
- color: #fbbd08;
- background-color: #fef2ced2;
- }
- .bg-olive.light {
- color: #8dc63f;
- background-color: #e8f4d9;
- }
- .bg-green.light {
- color: #39b54a;
- background-color: #d7f0dbff;
- }
- .bg-cyan.light {
- color: #1cbbb4;
- background-color: #d2f1f0;
- }
- .bg-blue.light {
- color: #0081ff;
- background-color: #cce6ff;
- }
- .bg-purple.light {
- color: #6739b6;
- background-color: #e1d7f0;
- }
- .bg-mauve.light {
- color: #9c26b0;
- background-color: #ebd4ef;
- }
- .bg-pink.light {
- color: #e03997;
- background-color: #f9d7ea;
- }
- .bg-brown.light {
- color: #a5673f;
- background-color: #ede1d9;
- }
- .bg-grey.light {
- color: #8799a3;
- background-color: #e7ebed;
- }
- .bg-gradual-red {
- background-image: linear-gradient(45deg, #f43f3b, #ec008c);
- color: #ffffff;
- }
- .bg-gradual-orange {
- background-image: linear-gradient(45deg, #ff9700, #ed1c24);
- color: #ffffff;
- }
- .bg-gradual-green {
- background-image: linear-gradient(45deg, #39b54a, #8dc63f);
- color: #ffffff;
- }
- .bg-gradual-purple {
- background-image: linear-gradient(45deg, #9000ff, #5e00ff);
- color: #ffffff;
- }
- .bg-gradual-pink {
- background-image: linear-gradient(45deg, #ec008c, #6739b6);
- color: #ffffff;
- }
- .bg-gradual-blue {
- background-image: linear-gradient(45deg, #0081ff, #1cbbb4);
- color: #ffffff;
- }
- .shadow[class*="-red"] {
- box-shadow: 6upx 6upx 8upx rgba(204, 69, 59, 0.2);
- }
- .shadow[class*="-orange"] {
- box-shadow: 6upx 6upx 8upx rgba(217, 109, 26, 0.2);
- }
- .shadow[class*="-yellow"] {
- box-shadow: 6upx 6upx 8upx rgba(224, 170, 7, 0.2);
- }
- .shadow[class*="-olive"] {
- box-shadow: 6upx 6upx 8upx rgba(124, 173, 55, 0.2);
- }
- .shadow[class*="-green"] {
- box-shadow: 6upx 6upx 8upx rgba(48, 156, 63, 0.2);
- }
- .shadow[class*="-cyan"] {
- box-shadow: 6upx 6upx 8upx rgba(28, 187, 180, 0.2);
- }
- .shadow[class*="-blue"] {
- box-shadow: 6upx 6upx 8upx rgba(0, 102, 204, 0.2);
- }
- .shadow[class*="-purple"] {
- box-shadow: 6upx 6upx 8upx rgba(88, 48, 156, 0.2);
- }
- .shadow[class*="-mauve"] {
- box-shadow: 6upx 6upx 8upx rgba(133, 33, 150, 0.2);
- }
- .shadow[class*="-pink"] {
- box-shadow: 6upx 6upx 8upx rgba(199, 50, 134, 0.2);
- }
- .shadow[class*="-brown"] {
- box-shadow: 6upx 6upx 8upx rgba(140, 88, 53, 0.2);
- }
- .shadow[class*="-grey"] {
- box-shadow: 6upx 6upx 8upx rgba(114, 130, 138, 0.2);
- }
- .shadow[class*="-gray"] {
- box-shadow: 6upx 6upx 8upx rgba(114, 130, 138, 0.2);
- }
- .shadow[class*="-black"] {
- box-shadow: 6upx 6upx 8upx rgba(26, 26, 26, 0.2);
- }
- .shadow[class*="-white"] {
- box-shadow: 6upx 6upx 8upx rgba(26, 26, 26, 0.2);
- }
- .text-shadow[class*="-red"] {
- text-shadow: 6upx 6upx 8upx rgba(204, 69, 59, 0.2);
- }
- .text-shadow[class*="-orange"] {
- text-shadow: 6upx 6upx 8upx rgba(217, 109, 26, 0.2);
- }
- .text-shadow[class*="-yellow"] {
- text-shadow: 6upx 6upx 8upx rgba(224, 170, 7, 0.2);
- }
- .text-shadow[class*="-olive"] {
- text-shadow: 6upx 6upx 8upx rgba(124, 173, 55, 0.2);
- }
- .text-shadow[class*="-green"] {
- text-shadow: 6upx 6upx 8upx rgba(48, 156, 63, 0.2);
- }
- .text-shadow[class*="-cyan"] {
- text-shadow: 6upx 6upx 8upx rgba(28, 187, 180, 0.2);
- }
- .text-shadow[class*="-blue"] {
- text-shadow: 6upx 6upx 8upx rgba(0, 102, 204, 0.2);
- }
- .text-shadow[class*="-purple"] {
- text-shadow: 6upx 6upx 8upx rgba(88, 48, 156, 0.2);
- }
- .text-shadow[class*="-mauve"] {
- text-shadow: 6upx 6upx 8upx rgba(133, 33, 150, 0.2);
- }
- .text-shadow[class*="-pink"] {
- text-shadow: 6upx 6upx 8upx rgba(199, 50, 134, 0.2);
- }
- .text-shadow[class*="-brown"] {
- text-shadow: 6upx 6upx 8upx rgba(140, 88, 53, 0.2);
- }
- .text-shadow[class*="-grey"] {
- text-shadow: 6upx 6upx 8upx rgba(114, 130, 138, 0.2);
- }
- .text-shadow[class*="-gray"] {
- text-shadow: 6upx 6upx 8upx rgba(114, 130, 138, 0.2);
- }
- .text-shadow[class*="-black"] {
- text-shadow: 6upx 6upx 8upx rgba(26, 26, 26, 0.2);
- }
- .bg-img {
- background-size: cover;
- background-position: center;
- background-repeat: no-repeat;
- }
- .bg-mask {
- background-color: #333333;
- position: relative;
- }
- .bg-mask::after {
- content: "";
- border-radius: inherit;
- width: 100%;
- height: 100%;
- display: block;
- background-color: rgba(0, 0, 0, 0.4);
- position: absolute;
- left: 0;
- right: 0;
- bottom: 0;
- top: 0;
- }
- .bg-mask view,
- .bg-mask cover-view {
- z-index: 5;
- position: relative;
- }
- .bg-video {
- position: relative;
- }
- .bg-video video {
- display: block;
- height: 100%;
- width: 100%;
- -o-object-fit: cover;
- object-fit: cover;
- position: absolute;
- top: 0;
- z-index: 0;
- pointer-events: none;
- }
- /* ==================
- 文本
- ==================== */
- .text-xs {
- font-size: 20upx;
- }
- .text-sm {
- font-size: 24upx;
- }
- .text-df {
- font-size: 28upx;
- }
- .text-lg {
- font-size: 32upx;
- }
- .text-xl {
- font-size: 36upx;
- }
- .text-xxl {
- font-size: 44upx;
- }
- .text-sl {
- font-size: 80upx;
- }
- .text-xsl {
- font-size: 120upx;
- }
- .text-Abc {
- text-transform: Capitalize;
- }
- .text-ABC {
- text-transform: Uppercase;
- }
- .text-abc {
- text-transform: Lowercase;
- }
- .text-price::before {
- content: "¥";
- font-size: 80%;
- margin-right: 4upx;
- }
- .text-cut {
- text-overflow: ellipsis;
- white-space: nowrap;
- overflow: hidden;
- }
- .text-bold {
- font-weight: bold;
- }
- .text-center {
- text-align: center;
- }
- .text-content {
- line-height: 1.6;
- }
- .text-left {
- text-align: left;
- }
- .text-right {
- text-align: right;
- }
- .text-red,
- .line-red,
- .lines-red {
- color: #e54d42;
- }
- .text-orange,
- .line-orange,
- .lines-orange {
- color: #f37b1d;
- }
- .text-yellow,
- .line-yellow,
- .lines-yellow {
- color: #fbbd08;
- }
- .text-olive,
- .line-olive,
- .lines-olive {
- color: #8dc63f;
- }
- .text-green,
- .line-green,
- .lines-green {
- color: #39b54a;
- }
- .text-cyan,
- .line-cyan,
- .lines-cyan {
- color: #1cbbb4;
- }
- .text-blue,
- .line-blue,
- .lines-blue {
- color: #0081ff;
- }
- .text-purple,
- .line-purple,
- .lines-purple {
- color: #6739b6;
- }
- .text-mauve,
- .line-mauve,
- .lines-mauve {
- color: #9c26b0;
- }
- .text-pink,
- .line-pink,
- .lines-pink {
- color: #e03997;
- }
- .text-brown,
- .line-brown,
- .lines-brown {
- color: #a5673f;
- }
- .text-grey,
- .line-grey,
- .lines-grey {
- color: #8799a3;
- }
- .text-gray,
- .line-gray,
- .lines-gray {
- color: #aaaaaa;
- }
- .text-black,
- .line-black,
- .lines-black {
- color: #333333;
- }
- .text-white,
- .line-white,
- .lines-white {
- color: #ffffff;
- }
|