123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359 |
- /* pages/trans/trans.wxss */
- .userinfo {
- display: flex;
- flex-direction: column;
- align-items: center;
- color: #aaa;
- }
- .userinfo-avatar {
- overflow: hidden;
- width: 128rpx;
- height: 128rpx;
- margin: 20rpx;
- border-radius: 50%;
- }
- .usermotto {
- margin-top: 200px;
- }
- .logo-container {
- width : 690rpx;
- margin : 30rpx auto;
- background-color: #fff;
- display : flex;
- flex-direction : column;
- align-items : center;
- padding : 40rpx 0;
- box-sizing : border-box;
- margin-bottom : 30rpx;
- }
- .logo-img {
- width : 220rpx;
- height: 100rpx;
- }
- .logo-txt {
- color : #596c8e;
- font-size: 28rpx;
- }
- .version-container {
- display : flex;
- margin-top: 15rpx;
- }
- .container {
- display : flex;
- flex-direction: column;
- align-items : center;
- }
- .num {
- color: #fc6517;
- font-size: 42rpx;
-
- }
- .text {
- height: 25rpx;
- font-size: 25rpx;
- font-family: PingFangSC-Regular;
- font-weight: 400;
- color: rgba(102, 102, 102, 1);
- line-height: 30rpx;
- margin-top: 9rpx;
- }
- .grid-item {
- height: 200rpx;
- }
- .content-name {
- font-size: 28rpx;
- font-family: PingFangSC-Regular;
- font-weight: 400;
- color: rgba(69, 82, 107, 1);
- line-height: 20px;
- margin-left: 8px;
- }
- .icon-container{
- display: flex;
- flex-direction: row;
- align-items: center
- }
- .city{
- font-size: 28rpx;
- color: #333;
- margin-right: 10rpx;
- }
- .aa{
- margin-top: 20rpx;
- }
- .bb{
- width: 500rpx !important;
- }
- .header{
- position: fixed;
- top: 0;
- left: 0;
- }
- .content {
- /* height: 400rpx; */
- position: relative;
- }
- .tab-content {
- min-height: 140rpx;
- height: 100%;
- display: flex;
- align-items: center;
- justify-content: center;
- font-size: 28rpx;
- color: rgba(140, 152, 174, 1);
- }
- .toggle-button {
- position: absolute !important;
- top: -80rpx;
- right: 20rpx;
- min-width: 72rpx !important;
- padding: 0 !important;
- display: flex;
- justify-content: center;
- align-items: center;
- border-radius: 50% !important;
- background: transparent !important;
- }
- .swipeable-header {
- margin: 0 auto;
- width: 327rpx !important;
- border: 0 !important;
- }
- .swipeable-class-inactive {
- border-width: 8rpx !important;
- }
- .swipeable-class-active {
- font-weight: 900 !important;
- font-size: 34rpx !important;
- border-width: 6rpx !important;
- }
- .line-tabs {
- background: rgba(90, 120, 158, 1) !important;
- }
- .tab-image {
- width: 44rpx !important;
- height: 44rpx !important;
- }
- .line-class {
- width: 30rpx !important;
- }
- .card {
- margin: 10rpx auto !important;
- }
- .right-card {
- height: 250rpx !important;
- width: 250rpx !important;
- border-radius: 12rpx !important;
- }
- .card-dot {
- width: 18rpx;
- height: 18rpx;
- border-radius: 50%;
- border: 6rpx solid #3963bc;
- margin-left: 26rpx;
- }
- .card-top {
- display: flex;
- flex-direction: row;
- align-items: center;
- width: 750rpx;
- height: 100rpx;
- }
- .contentcard-name {
- font-size: 28rpx;
- font-family: PingFangSC-Regular;
- font-weight: 400;
- color: rgba(69, 82, 107, 1);
- line-height: 20px;
- margin-left: 8px;
- }
- .contentcard {
- margin:5rpx 0rpx 0rpx 0rpx;
- color: #666;
- font-size: 25rpx;
- overflow: hidden;
- text-overflow: ellipsis;
- display: -webkit-box;
- -webkit-box-orient: vertical;
- -webkit-line-clamp: 5;
- }
- .avter-contentcard {
- margin-top: 10rpx;
- color: #333;
- font-size: 26rpx;
- overflow: hidden;
- text-overflow: ellipsis;
- display: -webkit-box;
- -webkit-box-orient: vertical;
- -webkit-line-clamp: 5;
- }
- .super-long-test{
- display: -webkit-box;
- word-break: break-all;
- text-overflow: ellipsis;
- font-size: 30rpx;
- overflow: hidden;
- -webkit-box-orient: vertical;
- -webkit-line-clamp:2;
- }
- .empty-icon{
- width: 30rpx;
- height: 30rpx;
- background-color:rgb(252, 248, 248);
- }
- .containertag{
- display: flex;
- flex-direction: row;
- align-items: flex-end;
- flex-wrap: wrap;
- margin:5rpx 30rpx 10rpx 10rpx;
- }
- .btn{
- margin-bottom: 5rpx;
- }
- .describe{
- color: #f4f4f5;
- font-size: 28rpx;
-
- }
- .fanli{
- position: absolute;
- right: 10rpx;
-
- }
- .l-tag {
- padding: 0 16rpx;
-
- display: inline-flex;
- align-items: center;
- justify-content: center;
- flex-direction: row;
- color: #fff;
- background-color: #3963bc;
- margin-left: 15rpx;
- }
- .tag{
- margin: 6rpx 15rpx 6rpx 0 !important;
- }
- .price-container{
- display: flex;
- flex-direction: row;
- align-items: center;
- margin-left: 10rpx;
-
- }
- .price{
- color:#d81e06;
- font-size: 25rpx;
- color: rgba(69, 82, 107, 1);
- position: absolute;
-
- }
- .yprice{
- position: absolute;
- right: 25rpx;
- color: rgba(69, 82, 107, 1);
- font-size: 25rpx;
-
-
- }
- .price-v{
- margin:5rpx 20rpx 10rpx 10rpx;
- }
- .l-form-btn-class{
- display: flex;
- justify-content: space-around;
- margin-top: 10rpx;
- }
- .tip-type{
- display: flex;
- align-items: center;
- justify-content: space-around;
- margin: 40rpx 0;
- }
- .l-input-container-class {
- width: 100% !important;
- }
- .list-title {
- padding: 10px;
-
- display: flex;
-
- justify-content: space-between;
-
- }
- .list-title view{
- width:50%;
-
- display:inline-block;
-
- }
-
- .right{
- text-align:right;
-
- padding-right:30rpx;
-
-
- }
|